|
| template<typename Distribution, typename VectorT> |
| static void | copy (Distribution const &dist ALIEN_UNUSED_PARAM, const VectorT &x, VectorT &y) |
| template<typename Distribution, typename VectorT> |
| static void | copy (Distribution const &dist, const VectorT &x, Integer stride_x, VectorT &y, Integer stride_y) |
| template<typename Distribution, typename VectorT> |
| static void | axpy (Distribution const &dist ALIEN_UNUSED_PARAM, typename VectorT::ValueType alpha, const VectorT &x, VectorT &y) |
| template<typename Distribution, typename VectorT> |
| static void | axpy (Distribution const &dist, typename VectorT::ValueType alpha, const VectorT &x, Integer stride_x, VectorT &y, Integer stride_y) |
| template<typename Distribution, typename VectorT> |
| static void | scal (Distribution const &dist ALIEN_UNUSED_PARAM, typename VectorT::ValueType alpha, VectorT &x) |
| template<typename Distribution, typename VectorT> |
| static void | pointwiseMult (Distribution const &dist, VectorT const &x, VectorT const &y, VectorT &z) |
| template<typename Distribution, typename VectorT> |
| static void | assign (Distribution const &dist, typename VectorT::ValueType alpha, VectorT &y) |
| template<typename Distribution, typename VectorT> |
| static VectorT::ValueType | dot (Distribution const &dist, const VectorT &x, const VectorT &y) |
| template<typename Distribution, typename VectorT> |
| static VectorT::ValueType | nrm0 (Distribution const &dist, const VectorT &x) |
| template<typename Distribution, typename VectorT> |
| static VectorT::ValueType | nrm1 (Distribution const &dist, const VectorT &x) |
| template<typename Distribution, typename VectorT> |
| static VectorT::ValueType | nrm2 (Distribution const &dist, const VectorT &x) |
| template<typename Distribution, typename VectorT> |
| static VectorT::ValueType | nrmInf (Distribution const &dist, const VectorT &x) |
| template<typename Distribution, typename MatrixT> |
| static MatrixT::ValueType | matrix_nrm2 (Distribution const &dist, const MatrixT &x) |
Definition at line 20 of file CBLASMPIKernel.h.