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

Defined in namespace cxxblas. Function gerc with 5 template parameters.

Home

View document source

© 2011-2015 Michael Lehn