Home Browse Files
template <typename IndexType, typename  MA, typename  VTAU>
    IndexType
    orghr_wsq(IndexType                 iLo,
              IndexType                 iHi,
              const GeMatrix<MA>        &A,
              const DenseVector<VTAU>   &tau);

Defined in namespace flens::lapack. Function orghr_wsq with 3 template parameters.

template <typename IndexType, typename  MA, typename  VTAU, typename VW>
    void
    orghr(IndexType                     iLo,
          IndexType                     iHi,
          GeMatrix<MA>                  &A,
          const DenseVector<VTAU>       &tau,
          DenseVector<VW>               &work);

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

template <typename IndexType, typename  MA, typename  VTAU>
    IndexType
    orghr_wsq(IndexType                 iLo,
              IndexType                 iHi,
              const MA                  &&A,
              const VTAU                &tau);

Defined in namespace flens::lapack. Function orghr_wsq with 3 template parameters.

template <typename IndexType, typename  MA, typename  VTAU, typename VW>
    void
    orghr(IndexType                     iLo,
          IndexType                     iHi,
          MA                            &&A,
          const VTAU                    &tau,
          VW                            &&work);

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

Home

View document source

© 2011-2012 Michael Lehn