Home Browse Files
template <typename IndexType>
    double
    lanhe(char                        norm,
          char                        uplo,
          IndexType                   n,
          const std::complex<double>  *A,
          IndexType                   ldA,
          double                      *work);

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

Home

View document source

© 2011-2012 Michael Lehn