Home Browse Files
template <typename IndexType>
    IndexType
    hbtrd(char                  vect,
          char                  uplo,
          IndexType             n,
          IndexType             kd,
          std::complex<float >  *Ab,
          IndexType             ldAb,
          float                 *d,
          float                 *e,
          std::complex<float >  *Q,
          IndexType             ldQ,
          std::complex<float >  *work);

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

template <typename IndexType>
    IndexType
    hbtrd(char                  vect,
          char                  uplo,
          IndexType             n,
          IndexType             kd,
          std::complex<double>  *Ab,
          IndexType             ldAb,
          double                *d,
          double                *e,
          std::complex<double>  *Q,
          IndexType             ldQ,
          std::complex<double>  *work);

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

Home

View document source

© 2011-2012 Michael Lehn