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