Module matrix_lib::parallel

source ·
Expand description

Provides basic parallelism for calcualtions on matrices

Available operations are: par_scalar_mul -> multiplication of matrix by number par_mul -> multiplication of matrix by matrix par_sum -> sum of matrices