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
    ormrz(Side          side,
          Transpose     transpose,
          IndexType     l,
          MA            &&A,
          const VTAU    &tau,
          MC            &&C,
          VWORK         &&work);

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

Home

View document source

© 2011-2012 Michael Lehn