Home Browse Files
template <typename MA>
    typename RestrictTo<IsRealTrMatrix<MA>::value,
             typename RemoveRef<MA>::Type::IndexType>::Type
    tri(MA &&A);

Defined in namespace flens::lapack. Function tri with 1 template parameters.

template <typename MA>
    typename RestrictTo<IsComplexTrMatrix<MA>::value,
             typename RemoveRef<MA>::Type::IndexType>::Type
    tri(MA &&A);

Defined in namespace flens::lapack. Function tri with 1 template parameters.

Home

View document source

© 2011-2012 Michael Lehn