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

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

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

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

Home

View document source

© 2011-2012 Michael Lehn