Home Browse Files
template <typename IndexType>
    void
    axpy2v(IndexType      n,
           const double   &alpha0,
           const double   &alpha1,
           const double   *x0,
           IndexType      incX0,
           const double   *x1,
           IndexType      incX1,
           double         *y,
           IndexType      incY);

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

Home

View document source

© 2011-2015 Michael Lehn