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

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

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

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

Home

View document source

© 2011-2012 Michael Lehn