Home Browse Files
template <typename IndexType, typename Alpha, typename TX, typename TA>
    void
    sylr(IndexType    n,
         const Alpha  &alpha,
         const TX     *x,
         IndexType    incX,
         TA           *A,
         IndexType    incRowA,
         IndexType    incColA);

Defined in namespace ulmBLAS. Function sylr with 4 template parameters.

Home

View document source

© 2011-2015 Michael Lehn