Module vector_ops

Module vector_ops 

Source
Expand description

Parallel vector operations for linear algebra

This module provides basic parallel vector operations that serve as building blocks for more complex algorithms.

Functionsยง

parallel_axpy
Parallel AXPY operation: y = a*x + y
parallel_dot
Parallel dot product of two vectors
parallel_norm
Parallel vector norm computation