Tensorium
Loading...
Searching...
No Matches
LinearSolver.hpp File Reference
#include "../MathUtils/MathsUtils.hpp"
#include "../SIMD/Allocator.hpp"
#include "../SIMD/CPU_id.hpp"
#include "../SIMD/SIMD.hpp"
#include "Matrix.hpp"
#include "Vector.hpp"
Include dependency graph for LinearSolver.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  tensorium::solver::Gauss< K >
 Direct Gaussian elimination solver with SIMD acceleration. More...
 
class  tensorium::solver::Jacobi< K >
 Iterative Jacobi solver with SIMD and OpenMP support. More...
 
class  tensorium::solver::GaussSeidel< K >
 Placeholder for Gauss–Seidel iterative solver. More...
 

Namespaces

namespace  tensorium
 
namespace  tensorium::solver
 Namespace containing linear system solvers.