Home Browse Files
template <typename MT, typename MQ, typename IndexType, typename VWORK>
    typename RestrictTo<IsRealGeMatrix<MT>::value
                     && IsRealGeMatrix<MQ>::value
                     && IsRealDenseVector<VWORK>::value,
             IndexType>::Type
    trexc(bool                          computeQ,
          MT                            &&T,
          MQ                            &&Q,
          IndexType                     &iFirst,
          IndexType                     &iLast,
          VWORK                         &&work);

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

template <typename MT, typename MQ, typename IndexType>
    typename RestrictTo<IsComplexGeMatrix<MT>::value
                     && IsComplexGeMatrix<MQ>::value,
             IndexType>::Type
    trexc(bool                          computeQ,
          MT                            &&T,
          MQ                            &&Q,
          IndexType                     &iFirst,
          IndexType                     &iLast);

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

Home

View document source

© 2011-2015 Michael Lehn