Home Browse Files
template <typename IndexType, typename  MA, typename  VTAU,
          typename  MC, typename  VWORK>
    typename RestrictTo<IsComplexGeMatrix<MA>::value
                     && IsComplexDenseVector<VTAU>::value
                     && IsComplexGeMatrix<MC>::value
                     && IsComplexDenseVector<VWORK>::value,
             void>::Type
    unmhr(Side                          side,
          Transpose                     trans,
          IndexType                     iLo,
          IndexType                     iHi,
          MA                            &&A,
          const VTAU                    &&tau,
          MC                            &&C,
          VWORK                         &&work);

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

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

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

Home

View document source

© 2011-2015 Michael Lehn