Home Browse Files
template <typename IndexType>
    IndexType
    lahef(char                  uplo,
          IndexType             n,
          IndexType             nb,
          IndexType             &kb,
          std::complex<float >  *A,
          IndexType             ldA,
          IndexType             *iPiv,
          std::complex<float >  *W,
          IndexType             ldW);

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

template <typename IndexType>
    IndexType
    lahef(char                  uplo,
          IndexType             n,
          IndexType             nb,
          IndexType             &kb,
          std::complex<double>  *A,
          IndexType             ldA,
          IndexType             *iPiv,
          std::complex<double>  *W,
          IndexType             ldW);

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

Home

View document source

© 2011-2012 Michael Lehn