Expand description
Parallel linear algebra algorithms
This module provides parallel implementations of core linear algebra algorithms optimized for multi-core systems.
Modules§
- vector_
ops - Parallel vector operations for linear algebra
Functions§
- parallel_
bicgstab - Parallel BiCGSTAB (Biconjugate Gradient Stabilized) solver
- parallel_
cholesky - Parallel Cholesky decomposition
- parallel_
conjugate_ gradient - Parallel conjugate gradient solver
- parallel_
gemm - Parallel matrix multiplication (GEMM)
- parallel_
gmres - Parallel GMRES (Generalized Minimal Residual) solver
- parallel_
jacobi - Parallel Jacobi method
- parallel_
lu - Parallel LU decomposition with partial pivoting
- parallel_
matvec - Parallel matrix-vector multiplication
- parallel_
power_ iteration - Parallel power iteration for dominant eigenvalue
- parallel_
qr - Parallel QR decomposition using Householder reflections
- parallel_
sor - Parallel SOR (Successive Over-Relaxation) method
- parallel_
svd - Parallel SVD decomposition