Home Browse Files
template <typename IndexType>
    IndexType
    orglq(IndexType     m,
          IndexType     n,
          IndexType     k,
          float         *A,
          IndexType     ldA,
          const float   *tau,
          float         *work,
          IndexType     lWork);

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

template <typename IndexType>
    IndexType
    orglq(IndexType     m,
          IndexType     n,
          IndexType     k,
          double        *A,
          IndexType     ldA,
          const double  *tau,
          double        *work,
          IndexType     lWork);

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

Home

View document source

© 2011-2012 Michael Lehn