Home Browse Files
template <typename IndexType, typename MA, typename VTAU, typename MC,
          typename VWORK>
    typename RestrictTo<IsInteger<IndexType>::value
                     && IsRealGeMatrix<MA>::value
                     && IsRealDenseVector<VTAU>::value
                     && IsRealGeMatrix<MC>::value
                     && IsRealDenseVector<VWORK>::value,
             void>::Type
    ormr3(Side          side,
          Transpose     trans,
          IndexType     l,
          const MA      &A,
          const VTAU    &tau,
          MC            &&C,
          VWORK         &&work);

Defined in namespace flens::lapack. Function ormr3 with 5 template parameters.

Home

View document source

© 2011-2012 Michael Lehn