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

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

template <typename IndexType>
    IndexType
    hpgst(IndexType                  itype,
          char                       uplo,
          IndexType                  n,
          std::complex<double>       *Ap,
          const std::complex<double> *Bp);

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

Home

View document source

© 2011-2012 Michael Lehn