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

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

template <typename IndexType>
    IndexType
    gbequ(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 gbequ with 1 template parameters.

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

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

template <typename IndexType>
    IndexType
    gbequ(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 gbequ with 1 template parameters.

Home

View document source

© 2011-2012 Michael Lehn