Home Browse Files
template <typename IndexType, typename ALPHA, typename MA, typename VX,
          typename BETA, typename VY>
    void
    syccsmv(IndexType        n,
            const ALPHA      &alpha,
            bool             lowerA,
            const MA         *A,
            const IndexType  *ia,
            const IndexType  *ja,
            const VX         *x,
            const BETA       &beta,
            VY               *y);

Defined in namespace cxxblas. Function syccsmv with 6 template parameters.

Home

View document source

© 2011-2015 Michael Lehn