Home Browse Files
template <typename IndexType>
    IndexType
    laed0(IndexType             icompq,
          IndexType             qsiz,
          IndexType             n,
          float                 *d,
          const float           *e,
          float                 *Q,
          IndexType             ldQ,
          float                 *Qstore,
          IndexType             ldQs,
          float                 *work,
          IndexType             *iWork);

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

template <typename IndexType>
    IndexType
    laed0(IndexType             icompq,
          IndexType             qsiz,
          IndexType             n,
          double                *d,
          const double          *e,
          double                *Q,
          IndexType             ldQ,
          double                *Qstore,
          IndexType             ldQs,
          double                *work,
          IndexType             *iWork);

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

template <typename IndexType>
    IndexType
    laed0(IndexType             icompq,
          IndexType             qsiz,
          IndexType             n,
          float                 *d,
          const float           *e,
          std::complex<float >  *Q,
          IndexType             ldQ,
          std::complex<float >  *Qstore,
          IndexType             ldQs,
          float                 *rWork,
          IndexType             *iWork);

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

template <typename IndexType>
    IndexType
    laed0(IndexType             icompq,
          IndexType             qsiz,
          IndexType             n,
          double                *d,
          const double          *e,
          std::complex<double>  *Q,
          IndexType             ldQ,
          std::complex<double>  *Qstore,
          IndexType             ldQs,
          double                *rWork,
          IndexType             *iWork);

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

Home

View document source

© 2011-2012 Michael Lehn