Module sparse_square

Module sparse_square 

Source
Expand description

sparse matrix class and functions

Structs§

Matrix
sparse matrix class Compressed Row Storage (CRS) data structure

Functions§

mult_mat
mult_vec
generalized matrix-vector multiplication where matrix is sparse (not block) matrix {y_vec} <- \alpha * [a_mat] * {x_vec} + \beta * {y_vec}