Home Browse Files
template <typename IndexType>
    IndexType
    gehd2(IndexType    n,
          IndexType    iLo,
          IndexType    iHi,
          float        *A,
          IndexType    ldA,
          float        *tau,
          float        *work);

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

template <typename IndexType>
    IndexType
    gehd2(IndexType    n,
          IndexType    iLo,
          IndexType    iHi,
          double       *A,
          IndexType    ldA,
          double       *tau,
          double       *work);

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

template <typename IndexType>
    IndexType
    gehd2(IndexType             n,
          IndexType             iLo,
          IndexType             iHi,
          std::complex<float >  *A,
          IndexType             ldA,
          std::complex<float >  *tau,
          std::complex<float >  *work);

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

template <typename IndexType>
    IndexType
    gehd2(IndexType             n,
          IndexType             iLo,
          IndexType             iHi,
          std::complex<double>  *A,
          IndexType             ldA,
          std::complex<double>  *tau,
          std::complex<double>  *work);

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

Home

View document source

© 2011-2012 Michael Lehn