Home Browse Files
template <typename IndexType>
IndexType
bdsdc(char                  upLo,
      char                  compq,
      IndexType             n,
      float                 *d,
      float                 *e,
      float                 *U,
      IndexType             ldU,
      float                 *VT,
      IndexType             ldVT,
      float                 *q,
      IndexType             *iq,
      float                 *work,
      IndexType             *iWork);

Defined in namespace cxxlapack. Function bdsdc with 1 template parameters.

template <typename IndexType>
    IndexType
    bdsdc(char                  upLo,
          char                  compq,
          IndexType             n,
          double                *d,
          double                *e,
          double                *U,
          IndexType             ldU,
          double                *VT,
          IndexType             ldVT,
          double                *q,
          IndexType             *iq,
          double                *work,
          IndexType             *iWork);

Defined in namespace cxxlapack. Function bdsdc with 1 template parameters.

Home

View document source

© 2011-2012 Michael Lehn