Home Browse Files
template <typename IndexType>
    IndexType
    hbevx(char                  jobz,
          char                  range,
          char                  uplo,
          IndexType             n,
          IndexType             kd,
          std::complex<float >  *Ab,
          IndexType             ldAb,
          std::complex<float >  *Q,
          IndexType             ldQ,
          float                 vl,
          float                 vu,
          IndexType             il,
          IndexType             iu,
          float                 abstol,
          IndexType             &m,
          float                 *w,
          std::complex<float >  *Z,
          IndexType             ldZ,
          std::complex<float >  *work,
          float                 *rWork,
          IndexType             *ifail);

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

template <typename IndexType>
    IndexType
    hbevx(char                  jobz,
          char                  range,
          char                  uplo,
          IndexType             n,
          IndexType             kd,
          std::complex<double>  *Ab,
          IndexType             ldAb,
          std::complex<double>  *Q,
          IndexType             ldQ,
          double                vl,
          double                vu,
          IndexType             il,
          IndexType             iu,
          double                abstol,
          IndexType             &m,
          double                *w,
          std::complex<double>  *Z,
          IndexType             ldZ,
          std::complex<double>  *work,
          double                *rWork,
          IndexType             *ifail);

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

Home

View document source

© 2011-2012 Michael Lehn