Home Browse Files
template <typename IndexType>
    IndexType
    gelsx(IndexType             m,
          IndexType             n,
          IndexType             nRhs,
          float                 *A,
          IndexType             ldA,
          float                 *B,
          IndexType             ldB,
          IndexType             *jpvt,
          float                 rCond,
          IndexType             &rank,
          float                 *work);

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

template <typename IndexType>
    IndexType
    gelsx(IndexType             m,
          IndexType             n,
          IndexType             nRhs,
          double                *A,
          IndexType             ldA,
          double                *B,
          IndexType             ldB,
          IndexType             *jpvt,
          double                rCond,
          IndexType             &rank,
          double                *work);

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

template <typename IndexType>
    IndexType
    gelsx(IndexType             m,
          IndexType             n,
          IndexType             nRhs,
          std::complex<float >  *A,
          IndexType             ldA,
          std::complex<float >  *B,
          IndexType             ldB,
          IndexType             *jpvt,
          float                 rCond,
          IndexType             &rank,
          std::complex<float >  *work,
          float                 *rWork);

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

template <typename IndexType>
    IndexType
    gelsx(IndexType             m,
          IndexType             n,
          IndexType             nRhs,
          std::complex<double>  *A,
          IndexType             ldA,
          std::complex<double>  *B,
          IndexType             ldB,
          IndexType             *jpvt,
          double                rCond,
          IndexType             &rank,
          std::complex<double>  *work,
          double                *rWork);

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

Home

View document source

© 2011-2012 Michael Lehn