Home Browse Files
template <typename IndexType>
    IndexType
    gbequb(IndexType             m,
           IndexType             n,
           IndexType             kl,
           IndexType             ku,
           const double          *Ab,
           IndexType             ldAb,
           double                *r,
           double                *c,
           double                &rowcnd,
           double                &colcnd,
           double                &amax);

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

template <typename IndexType>
    IndexType
    gbequb(IndexType                   m,
           IndexType                   n,
           IndexType                   kl,
           IndexType                   ku,
           const std::complex<double>  *Ab,
           IndexType                   ldAb,
           double                      *r,
           double                      *c,
           double                      &rowcnd,
           double                      &colcnd,
           double                      &amax);

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

Home

View document source

© 2011-2012 Michael Lehn