Home Browse Files
template <typename IndexType>
    IndexType
    hecon(char                        uplo,
          IndexType                   n,
          const std::complex<float >  *A,
          IndexType                   ldA,
          IndexType                   *iPiv,
          float                       anorm,
          float                       &rCond,
          std::complex<float >        *work);

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

template <typename IndexType>
    IndexType
    hecon(char                        uplo,
          IndexType                   n,
          const std::complex<double>  *A,
          IndexType                   ldA,
          IndexType                   *iPiv,
          double                      anorm,
          double                      &rCond,
          std::complex<double>        *work);

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

Home

View document source

© 2011-2012 Michael Lehn