Expand description
Utility functions for solver implementations.
Functions§
- check_
convergence - Check convergence based on specified criteria.
- compute_
norm - Compute vector norm according to specified type.
- compute_
residual - Compute residual vector: r = A*x - b
- l1_norm
- Compute the L1 norm of a vector.
- l2_norm
- Compute the L2 norm of a vector.
- linf_
norm - Compute the L∞ norm of a vector.