Home Browse Files
template <typename IndexType>
    IndexType
    hbgvd(char                       vect,
          char                       uplo,
          IndexType                  n,
          IndexType                  ka,
          IndexType                  kb,
          std::complex<float >       *Ab,
          IndexType                  ldAb,
          std::complex<float >       *Bb,
          IndexType                  ldBb,
          float                      *w,
          std::complex<float >       *X,
          IndexType                  ldX,
          std::complex<float >       *work,
          IndexType                  lWork,
          float                      *rWork,
          IndexType                  lrWork,
          IndexType                  *iWork,
          IndexType                  liWork);

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

template <typename IndexType>
    IndexType
    hbgvd(char                       vect,
          char                       uplo,
          IndexType                  n,
          IndexType                  ka,
          IndexType                  kb,
          std::complex<double>       *Ab,
          IndexType                  ldAb,
          std::complex<double>       *Bb,
          IndexType                  ldBb,
          double                     *w,
          std::complex<double>       *X,
          IndexType                  ldX,
          std::complex<double>       *work,
          IndexType                  lWork,
          double                     *rWork,
          IndexType                  lrWork,
          IndexType                  *iWork,
          IndexType                  liWork);

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

Home

View document source

© 2011-2012 Michael Lehn