CSR_SymmMatMult_v1_aN1_b1_xs1_ys1.c File Reference

, where

is symmetric (i.e.,

),

,

, x is unit-stride accessible, and y is unit-stride accessible.
More...
#include "CSR_HEADER.c"
|
Functions |
void | CSR_SymmMatMult_v1_aN1_b1_xs1_ys1 (oski_index_t m, oski_index_t n, const oski_index_t *restrict ptr, const oski_index_t *restrict ind, const oski_value_t *restrict val, oski_index_t index_base, const oski_value_t *restrict x, oski_value_t *restrict y) |
| Computes , where is symmetric (i.e., ), , , x is unit-stride accessible, and y is unit-stride accessible.
|
Detailed Description

, where

is symmetric (i.e.,

),

,

, x is unit-stride accessible, and y is unit-stride accessible.