Home Browse Files
template <typename IndexType>
    IndexType
    lasdq(char                  uplo,
          IndexType             sqre,
          IndexType             n,
          IndexType             ncvt,
          IndexType             nru,
          IndexType             ncc,
          float                 *d,
          float                 *e,
          float                 *Vt,
          IndexType             ldVt,
          float                 *U,
          IndexType             ldU,
          float                 *C,
          IndexType             ldC,
          float                 *work);

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

template <typename IndexType>
    IndexType
    lasdq(char                  uplo,
          IndexType             sqre,
          IndexType             n,
          IndexType             ncvt,
          IndexType             nru,
          IndexType             ncc,
          double                *d,
          double                *e,
          double                *Vt,
          IndexType             ldVt,
          double                *U,
          IndexType             ldU,
          double                *C,
          IndexType             ldC,
          double                *work);

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

Home

View document source

© 2011-2012 Michael Lehn