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

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

template <typename IndexType>
    IndexType
    spgv (IndexType             itype,
          char                  jobz,
          char                  uplo,
          IndexType             n,
          double                *Ap,
          double                *Bp,
          double                *w,
          double                *Z,
          IndexType             ldZ,
          double                *work);

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

Home

View document source

© 2011-2012 Michael Lehn