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

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

Home

View document source

© 2011-2012 Michael Lehn