Home Browse Files
template <typename IndexType>
    void
    axpy(IndexType      n,
         const double   &alpha,
         const double   *x,
         IndexType      incX,
         double         *y,
         IndexType      incY);

Defined in namespace ulmBLAS::sse. Function axpy with 1 template parameters.

Home

View document source

© 2011-2015 Michael Lehn