Home Browse Files
template <typename IndexType>
    IndexType
    ormql(char                  side,
          char                  trans,
          IndexType             m,
          IndexType             n,
          IndexType             k,
          const float           *A,
          IndexType             ldA,
          const float           *tau,
          float                 *C,
          IndexType             ldC,
          float                 *work,
          IndexType             lWork);

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

template <typename IndexType>
    IndexType
    ormql(char                  side,
          char                  trans,
          IndexType             m,
          IndexType             n,
          IndexType             k,
          const double          *A,
          IndexType             ldA,
          const double          *tau,
          double                *C,
          IndexType             ldC,
          double                *work,
          IndexType             lWork);

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

Home

View document source

© 2011-2012 Michael Lehn