CSR_SymmMatHermMult_v1_a1_b1_xsX_ys1.c File Reference


Detailed Description

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

#include "CSR_HEADER.c"

Functions

void CSR_SymmMatHermMult_v1_a1_b1_xsX_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_index_t incx, oski_value_t *restrict y)
 Computes $y \leftarrow y + \alpha\cdot op(A)\cdot x$, where $A$ is symmetric (i.e., $A = A^T$), $op(A) = A^H$, $\alpha = 1$, x is general-stride accessible, and y is unit-stride accessible.


Generated on Wed Sep 19 16:41:22 2007 for BeBOP Optimized Sparse Kernel Interface Library by  doxygen 1.4.6