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

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

template <typename IndexType>
    void
    laqgb(IndexType             m,
          IndexType             n,
          IndexType             kl,
          IndexType             ku,
          double                *Ab,
          IndexType             ldAb,
          const double          *r,
          const double          *c,
          double                rowcnd,
          double                colcnd,
          double                amax,
          char                  &equed);

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

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

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

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

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

Home

View document source

© 2011-2012 Michael Lehn