Home Browse Files
template <typename IndexType>
    IndexType
    gebal(char          job,
          IndexType     n,
          float         *A,
          IndexType     ldA,
          IndexType     &iLo,
          IndexType     &iHi,
          float         *scale);

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

template <typename IndexType>
    IndexType
    gebal(char          job,
          IndexType     n,
          double        *A,
          IndexType     ldA,
          IndexType     &iLo,
          IndexType     &iHi,
          double        *scale);

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

template <typename IndexType>
    IndexType
    gebal(char                  job,
          IndexType             n,
          std::complex<float >  *A,
          IndexType             ldA,
          IndexType             &iLo,
          IndexType             &iHi,
          float                 *scale);

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

template <typename IndexType>
    IndexType
    gebal(char                  job,
          IndexType             n,
          std::complex<double>  *A,
          IndexType             ldA,
          IndexType             &iLo,
          IndexType             &iHi,
          double                *scale);

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

Home

View document source

© 2011-2012 Michael Lehn