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

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

template <typename IndexType, typename MA, typename VTAU, typename VWORK>
    void
    hrd(IndexType               iLo,
        IndexType               iHi,
        GeMatrix<MA>            &A,
        DenseVector<VTAU>       &tau,
        DenseVector<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.

template <typename IndexType, typename MA, typename VTAU, typename VWORK>
    void
    hrd(IndexType       iLo,
        IndexType       iHi,
        MA              &&A,
        VTAU            &&tau,
        VWORK           &&work);

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

Home

View document source

© 2011-2012 Michael Lehn