Home Browse Files
template <typename IndexType>
    IndexType
    lasd2(IndexType             nl,
          IndexType             nr,
          IndexType             sqre,
          IndexType             &k,
          float                 *d,
          float                 *z,
          float                 alpha,
          float                 beta,
          float                 *U,
          IndexType             ldU,
          float                 *Vt,
          IndexType             ldVt,
          float                 *dsigma,
          float                 *U2,
          IndexType             ldU2,
          float                 *Vt2,
          IndexType             ldVt2,
          IndexType             *idxp,
          IndexType             *idx,
          IndexType             *idxc,
          IndexType             *idxq,
          IndexType             *coltype);

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

template <typename IndexType>
    IndexType
    lasd2(IndexType             nl,
          IndexType             nr,
          IndexType             sqre,
          IndexType             &k,
          double                *d,
          double                *z,
          double                alpha,
          double                beta,
          double                *U,
          IndexType             ldU,
          double                *Vt,
          IndexType             ldVt,
          double                *dsigma,
          double                *U2,
          IndexType             ldU2,
          double                *Vt2,
          IndexType             ldVt2,
          IndexType             *idxp,
          IndexType             *idx,
          IndexType             *idxc,
          IndexType             *idxq,
          IndexType             *coltype);

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

Home

View document source

© 2011-2012 Michael Lehn