Home Browse Files
template <typename IndexType>
    IndexType
    lasd3(IndexType             nl,
          IndexType             nr,
          IndexType             sqre,
          IndexType             k,
          float                 *d,
          float                 *D,
          IndexType             ldD,
          const float           dsigma,
          float                 *U,
          IndexType             ldU,
          float                 *U2,
          IndexType             ldU2,
          float                 *Vt,
          IndexType             ldVt,
          float                 *Vt2,
          IndexType             ldVt2,
          const IndexType       *idxc,
          const IndexType       *ctot,
          const float           *z);

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

template <typename IndexType>
    IndexType
    lasd3(IndexType             nl,
          IndexType             nr,
          IndexType             sqre,
          IndexType             k,
          double                *d,
          double                *D,
          IndexType             ldD,
          const double          dsigma,
          double                *U,
          IndexType             ldU,
          double                *U2,
          IndexType             ldU2,
          double                *Vt,
          IndexType             ldVt,
          double                *Vt2,
          IndexType             ldVt2,
          const IndexType       *idxc,
          const IndexType       *ctot,
          const double          *z);

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

Home

View document source

© 2011-2012 Michael Lehn