BeBOP Optimized Sparse Kernel Interface Library  1.0.1h
Functions
CSR_SymmMatMult_v1_aX_b1_xs1_ysX.c File Reference

$y \leftarrow y + \alpha\cdot op(A)\cdot x$, where $A$ is symmetric (i.e., $A = A^T$), $op(A) = A$, $\alpha = $ (a general value), x is unit-stride accessible, and y is general-stride accessible. More...

#include "CSR_HEADER.c"

Functions

void CSR_SymmMatMult_v1_aX_b1_xs1_ysX (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, oski_value_t alpha, const oski_value_t *restrict x, oski_value_t *restrict y, oski_index_t incy)
 Computes $y \leftarrow y + \alpha\cdot op(A)\cdot x$, where $A$ is symmetric (i.e., $A = A^T$), $op(A) = A$, $\alpha = $ (a general value), x is unit-stride accessible, and y is general-stride accessible.

Detailed Description

$y \leftarrow y + \alpha\cdot op(A)\cdot x$, where $A$ is symmetric (i.e., $A = A^T$), $op(A) = A$, $\alpha = $ (a general value), x is unit-stride accessible, and y is general-stride accessible.