Home Browse Files
template <typename IndexType, typename MA, typename VTAU,
          typename MTR, typename MY>
    typename RestrictTo<IsRealGeMatrix<MA>::value
                     && IsRealDenseVector<VTAU>::value
                     && IsRealTrMatrix<MTR>::value
                     && IsRealGeMatrix<MY>::value,
             void>::Type
    lahr2(IndexType     k,
          IndexType     nb,
          MA            &&A,
          VTAU          &&tau,
          MTR           &&Tr,
          MY            &&Y);

Defined in namespace flens::lapack. Function lahr2 with 5 template parameters.

template <typename IndexType, typename MA, typename VTAU,
          typename MTR, typename MY>
    typename RestrictTo<IsComplexGeMatrix<MA>::value
                     && IsComplexDenseVector<VTAU>::value
                     && IsComplexTrMatrix<MTR>::value
                     && IsComplexGeMatrix<MY>::value,
             void>::Type
    lahr2(IndexType     k,
          IndexType     nb,
          MA            &&A,
          VTAU          &&tau,
          MTR           &&Tr,
          MY            &&Y);

Defined in namespace flens::lapack. Function lahr2 with 5 template parameters.

Home

View document source

© 2011-2015 Michael Lehn