|
| static void | axpy (const size_t N, const S alpha, S *x, S *y) |
| |
| static void | copy (const size_t N, const S *x, S *y) |
| |
| static void | extractDiagonal (const L *row_starts, const S *coeffs, const size_t N, S *diag) |
| |
| static void | LinfNorm (const size_t N, const S *x, const L *row_starts, S *row_sums) |
| |
| static void | mult (const L *row_starts, const L *cols_loc, const S *coeffs, const size_t N, const S *in, S *out) |
| |
| static void | scale (const size_t N, S *coeffs, const S alpha) |
| |
| static void | setDiagonal (const L *row_starts, S *coeffs, const size_t N, const S *diag) |
| |
| static void | setIdentity (const L *row_starts, S *coeffs, const size_t N) |
| |
template<typename G, typename L, typename S>
struct AMP::LinearAlgebra::DeviceMatrixOperations< G, L, S >
Definition at line 11 of file DeviceMatrixOperations.h.