Module algorithms

Module algorithms 

Source
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