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

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

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

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

Home

View document source

© 2011-2012 Michael Lehn