Home Browse Files
template <typename IndexType>
    typename std::enable_if<std::is_integral<IndexType>::value
                         && FuseFactor<double>::dotuxf==2,
    void>::type
    dotxaxpyf(IndexType      n,
              bool           conjX,
              bool           conjXt,
              bool           conjY,
              const double   &alpha,
              const double   *a,
              IndexType      incA,
              const double   *X,
              IndexType      incRowX,
              IndexType      incColX,
              const double   *y,
              IndexType      incY,
              double         *z,
              IndexType      incZ,
              double         *rho,
              IndexType      incRho);

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

Home

View document source

© 2011-2015 Michael Lehn