Home Browse Files
template <typename IndexType>
    IndexType
    lasd1(IndexType             nl,
          IndexType             nr,
          IndexType             sqre,
          float                 *d,
          float                 &alpha,
          float                 &beta,
          float                 *U,
          IndexType             ldU,
          float                 *Vt,
          IndexType             ldVt,
          IndexType             *idxq,
          IndexType             *iWork,
          float                 *work);

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

template <typename IndexType>
    IndexType
    lasd1(IndexType             nl,
          IndexType             nr,
          IndexType             sqre,
          double                *d,
          double                &alpha,
          double                &beta,
          double                *U,
          IndexType             ldU,
          double                *Vt,
          IndexType             ldVt,
          IndexType             *idxq,
          IndexType             *iWork,
          double                *work);

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

Home

View document source

© 2011-2012 Michael Lehn