Home Browse Files
template <typename IndexType>
    IndexType
    ggbal(char                  job,
          IndexType             n,
          float                 *A,
          IndexType             ldA,
          float                 *B,
          IndexType             ldB,
          IndexType             ilo,
          IndexType             ihi,
          float                 *lscale,
          float                 *rscale,
          float                 *work);

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

template <typename IndexType>
    IndexType
    ggbal(char                  job,
          IndexType             n,
          double                *A,
          IndexType             ldA,
          double                *B,
          IndexType             ldB,
          IndexType             ilo,
          IndexType             ihi,
          double                *lscale,
          double                *rscale,
          double                *work);

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

template <typename IndexType>
    IndexType
    ggbal(char                  job,
          IndexType             n,
          std::complex<double>  *A,
          IndexType             ldA,
          std::complex<double>  *B,
          IndexType             ldB,
          IndexType             ilo,
          IndexType             ihi,
          double                *lscale,
          double                *rscale,
          double                *work);

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

Home

View document source

© 2011-2012 Michael Lehn