Tensorium
|
Namespace containing linear system solvers. More...
Classes | |
class | Gauss |
Direct Gaussian elimination solver with SIMD acceleration. More... | |
class | GaussSeidel |
Placeholder for Gauss–Seidel iterative solver. More... | |
class | Jacobi |
Iterative Jacobi solver with SIMD and OpenMP support. More... | |
Namespace containing linear system solvers.
This includes direct and iterative methods for solving linear systems of the form:
\[ Ax = b \]