Home Browse Files
template <typename IndexType>
    IndexType
    stevd(char                  jobz,
          IndexType             n,
          float                 *d,
          float                 *e,
          float                 *Z,
          IndexType             ldZ,
          float                 *work,
          IndexType             lWork,
          IndexType             *iWork,
          IndexType             liWork);

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

template <typename IndexType>
    IndexType
    stevd(char                  jobz,
          IndexType             n,
          double                *d,
          double                *e,
          double                *Z,
          IndexType             ldZ,
          double                *work,
          IndexType             lWork,
          IndexType             *iWork,
          IndexType             liWork);

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

Home

View document source

© 2011-2012 Michael Lehn