Home Browse Files
template <typename IndexType, typename ALPHA, typename X, typename Y>
    void
    raxpy(IndexType n, const ALPHA &alpha, const X *x, IndexType incX,
          Y *y, IndexType incY);

Defined in namespace cxxblas. Function raxpy with 4 template parameters.

Home

View document source

© 2011-2012 Michael Lehn