Home Browse Files
template <typename IndexType, typename  MC>
    IndexType
    ormhr_wsq(Side                      side,
              Transpose                 trans,
              IndexType                 iLo,
              IndexType                 iHi,
              const GeMatrix<MC>        &C);

Defined in namespace flens::lapack. Function ormhr_wsq with 2 template parameters.

template <typename IndexType, typename  MA, typename  VTAU,
          typename  MC, typename  VWORK>
    void
    ormhr(Side                          side,
          Transpose                     trans,
          IndexType                     iLo,
          IndexType                     iHi,
          GeMatrix<MA>                  &A,
          const DenseVector<VTAU>       &tau,
          GeMatrix<MC>                  &C,
          DenseVector<VWORK>            &work);

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

template <typename IndexType, typename  MA, typename  VTAU,
          typename  MC, typename  VWORK>
    void
    ormhr(Side                          side,
          Transpose                     trans,
          IndexType                     iLo,
          IndexType                     iHi,
          MA                            &&A,
          const VTAU                    &tau,
          MC                            &&C,
          VWORK                         &&work);

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

Home

View document source

© 2011-2012 Michael Lehn