Home Browse Files
template <typename IndexType>
    IndexType
    hetrd(char                  uplo,
          IndexType             n,
          std::complex<float >  *A,
          IndexType             ldA,
          float                 *d,
          float                 *e,
          std::complex<float >  *tau,
          std::complex<float >  *work,
          IndexType             lWork);

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

template <typename IndexType>
    IndexType
    hetrd(char                  uplo,
          IndexType             n,
          std::complex<double>  *A,
          IndexType             ldA,
          double                *d,
          double                *e,
          std::complex<double>  *tau,
          std::complex<double>  *work,
          IndexType             lWork);

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

Home

View document source

© 2011-2012 Michael Lehn