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

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

Home

View document source

© 2011-2015 Michael Lehn