Home Browse Files
template <typename MT, typename MQ, typename IndexType, typename VWORK>
    IndexType
    laexc(bool                  computeQ,
          GeMatrix<MT>          &T,
          GeMatrix<MQ>          &Q,
          IndexType             j1,
          IndexType             n1,
          IndexType             n2,
          DenseVector<VWORK>    &work);

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

template <typename MT, typename MQ, typename IndexType, typename VWORK>
    IndexType
    laexc(bool                  computeQ,
          MT                    &&T,
          MQ                    &&Q,
          IndexType             j1,
          IndexType             n1,
          IndexType             n2,
          VWORK                 &&work);

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

Home

View document source

© 2011-2015 Michael Lehn