Home Browse Files
template <typename IndexType>
    IndexType
    sbevx(char                  jobz,
          char                  range,
          char                  uplo,
          IndexType             n,
          IndexType             kd,
          float                 *Ab,
          IndexType             ldAb,
          float                 *Q,
          IndexType             ldQ,
          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 sbevx with 1 template parameters.

template <typename IndexType>
    IndexType
    sbevx(char                  jobz,
          char                  range,
          char                  uplo,
          IndexType             n,
          IndexType             kd,
          double                *Ab,
          IndexType             ldAb,
          double                *Q,
          IndexType             ldQ,
          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 sbevx with 1 template parameters.

Home

View document source

© 2011-2012 Michael Lehn