Home Browse Files
template <typename IndexType>
    IndexType
    geequb(IndexType             m,
           IndexType             n,
           const float           *A,
           IndexType             ldA,
           float                 *r,
           float                 *c,
           float                 &rCond,
           float                 &colcond,
           float                 &amax);

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

template <typename IndexType>
    IndexType
    geequb(IndexType             m,
           IndexType             n,
           const double          *A,
           IndexType             ldA,
           double                *r,
           double                *c,
           double                &rCond,
           double                &colcond,
           double                &amax);

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

template <typename IndexType>
    IndexType
    geequb(IndexType                   m,
           IndexType                   n,
           const std::complex<float >  *A,
           IndexType                   ldA,
           float                       *r,
           float                       *c,
           float                       &rCond,
           float                       &colcond,
           float                       &amax);

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

template <typename IndexType>
    IndexType
    geequb(IndexType                   m,
           IndexType                   n,
           const std::complex<double>  *A,
           IndexType                   ldA,
           double                      *r,
           double                      *c,
           double                      &rCond,
           double                      &colcond,
           double                      &amax);

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

Home

View document source

© 2011-2012 Michael Lehn