Home Browse Files
template <typename IndexType>
    IndexType
    spgst(IndexType             itype,
          char                  uplo,
          IndexType             n,
          float                 *Ap,
          const float           *Bp);

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

template <typename IndexType>
    IndexType
    spgst(IndexType             itype,
          char                  uplo,
          IndexType             n,
          double                *Ap,
          const double          *Bp);

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

Home

View document source

© 2011-2012 Michael Lehn