Home Browse Files
template <typename IndexType>
    IndexType
    stemr(char                  jobz,
          char                  range,
          IndexType             n,
          float                 *d,
          float                 *e,
          float                 vl,
          float                 vu,
          IndexType             il,
          IndexType             iu,
          IndexType             &m,
          float                 *w,
          float                 *Z,
          IndexType             ldZ,
          IndexType             nzc,
          IndexType             *isuppz,
          bool                  tryrac,
          float                 *work,
          IndexType             lWork);

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

template <typename IndexType>
    IndexType
    stemr(char                  jobz,
          char                  range,
          IndexType             n,
          double                *d,
          double                *e,
          double                vl,
          double                vu,
          IndexType             il,
          IndexType             iu,
          IndexType             &m,
          double                *w,
          double                *Z,
          IndexType             ldZ,
          IndexType             nzc,
          IndexType             *isuppz,
          bool                  tryrac,
          double                *work,
          IndexType             lWork);

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

template <typename IndexType>
    IndexType
    stemr(char                  jobz,
          char                  range,
          IndexType             n,
          float                 *d,
          float                 *e,
          float                 vl,
          float                 vu,
          IndexType             il,
          IndexType             iu,
          IndexType             &m,
          float                 *w,
          std::complex<float >  *Z,
          IndexType             ldZ,
          IndexType             nzc,
          IndexType             *isuppz,
          bool                  tryrac,
          float                 *work,
          IndexType             lWork,
          IndexType             *iWork,
          IndexType             liWork);

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

template <typename IndexType>
    IndexType
    stemr(char                  jobz,
          char                  range,
          IndexType             n,
          double                *d,
          double                *e,
          double                vl,
          double                vu,
          IndexType             il,
          IndexType             iu,
          IndexType             &m,
          double                *w,
          std::complex<double>  *Z,
          IndexType             ldZ,
          IndexType             nzc,
          IndexType             *isuppz,
          bool                  tryrac,
          double                *work,
          IndexType             lWork,
          IndexType             *iWork,
          IndexType             liWork);

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

Home

View document source

© 2011-2012 Michael Lehn