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

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

template <typename IndexType>
    IndexType
    heequb(char                        uplo,
           IndexType                   n,
           const std::complex<double>  *A,
           IndexType                   ldA,
           double                      *s,
           double                      &rCond,
           double                      &amax,
           std::complex<double>        *work);

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

Home

View document source

© 2011-2012 Michael Lehn