Home Browse Files
template <typename IndexType>
    IndexType
    lalsd(char                  uplo,
          IndexType             smlsiz,
          IndexType             n,
          IndexType             nRhs,
          float                 *d,
          float                 *e,
          float                 *B,
          IndexType             ldB,
          float                 rCond,
          IndexType             &rank,
          float                 *work,
          IndexType             *iWork);

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

template <typename IndexType>
    IndexType
    lalsd(char                  uplo,
          IndexType             smlsiz,
          IndexType             n,
          IndexType             nRhs,
          double                *d,
          double                *e,
          double                *B,
          IndexType             ldB,
          double                rCond,
          IndexType             &rank,
          double                *work,
          IndexType             *iWork);

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

template <typename IndexType>
    IndexType
    lalsd(char                  uplo,
          IndexType             smlsiz,
          IndexType             n,
          IndexType             nRhs,
          float                 *d,
          float                 *e,
          std::complex<float >  *B,
          IndexType             ldB,
          float                 rCond,
          IndexType             &rank,
          std::complex<float >  *work,
          float                 *rWork,
          IndexType             *iWork);

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

template <typename IndexType>
    IndexType
    lalsd(char                  uplo,
          IndexType             smlsiz,
          IndexType             n,
          IndexType             nRhs,
          double                *d,
          double                *e,
          std::complex<double>  *B,
          IndexType             ldB,
          double                rCond,
          IndexType             &rank,
          std::complex<double>  *work,
          double                *rWork,
          IndexType             *iWork);

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

Home

View document source

© 2011-2012 Michael Lehn