Class MatrixSolver

java.lang.Object
org.episteme.core.mathematics.linearalgebra.matrices.solvers.MatrixSolver

public class MatrixSolver extends Object
Unified solver for linear systems with automatic or explicit algorithm selection.

Analyzes matrix properties and selects the optimal decomposition method. Delegates to the active LinearAlgebraProvider for computations.

Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)