Home Browse Files
template <typename IndexType, typename MA, typename VTAU, typename VWORK>
    typename RestrictTo<IsRealGeMatrix<MA>::value &&
                        IsRealDenseVector<VTAU>::value &&
                        IsRealDenseVector<VWORK>::value,
             void>::Type
    hrd(IndexType               iLo,
        IndexType               iHi,
        MA                      &&A,
        VTAU                    &&tau,
        VWORK                   &&work);

Defined in namespace flens::lapack. Function hrd with 4 template parameters.

template <typename IndexType, typename MA, typename VTAU, typename VWORK>
    typename RestrictTo<IsComplexGeMatrix<MA>::value &&
                        IsComplexDenseVector<VTAU>::value &&
                        IsComplexDenseVector<VWORK>::value,
             void>::Type
    hrd(IndexType               iLo,
        IndexType               iHi,
        MA                      &&A,
        VTAU                    &&tau,
        VWORK                   &&work);

Defined in namespace flens::lapack. Function hrd with 4 template parameters.

template <typename IndexType, typename MA>
    IndexType
    hrd_wsq(IndexType           iLo,
            IndexType           iHi,
            const MA            &A);

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

Home

View document source

© 2011-2015 Michael Lehn