Home Browse Files
template <typename IndexType>
    IndexType
    hpgv (IndexType             itype,
          char                  jobz,
          char                  uplo,
          IndexType             n,
          std::complex<float >  *Ap,
          std::complex<float >  *Bp,
          float                 *w,
          std::complex<float >  *Z,
          IndexType             ldZ,
          std::complex<float >  *work,
          float                 *rWork);

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

template <typename IndexType>
    IndexType
    hpgv (IndexType             itype,
          char                  jobz,
          char                  uplo,
          IndexType             n,
          std::complex<double>  *Ap,
          std::complex<double>  *Bp,
          double                *w,
          std::complex<double>  *Z,
          IndexType             ldZ,
          std::complex<double>  *work,
          double                *rWork);

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

Home

View document source

© 2011-2012 Michael Lehn