Home Browse Files
template <typename IndexType>
    IndexType
    spevx(char                  jobz,
          char                  range,
          char                  uplo,
          IndexType             n,
          float                 *Ap,
          float                 vl,
          float                 vu,
          IndexType             il,
          IndexType             iu,
          float                 abstol,
          IndexType             &m,
          float                 *w,
          float                 *Z,
          IndexType             ldZ,
          float                 *work,
          IndexType             *iWork,
          IndexType             *ifail);

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

template <typename IndexType>
    IndexType
    spevx(char                  jobz,
          char                  range,
          char                  uplo,
          IndexType             n,
          double                *Ap,
          double                vl,
          double                vu,
          IndexType             il,
          IndexType             iu,
          double                abstol,
          IndexType             &m,
          double                *w,
          double                *Z,
          IndexType             ldZ,
          double                *work,
          IndexType             *iWork,
          IndexType             *ifail);

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

Home

View document source

© 2011-2012 Michael Lehn