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

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

template <typename IndexType>
    IndexType
    gelss(IndexType             m,
          IndexType             n,
          IndexType             nRhs,
          double                *A,
          IndexType             ldA,
          double                *B,
          IndexType             ldB,
          double                *s,
          double                rCond,
          IndexType             rank,
          double                *work,
          IndexType             lWork);

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

Home

View document source

© 2011-2012 Michael Lehn