Interface LinearSystemSolver.Solution
-
- Enclosing class:
- LinearSystemSolver
public static interface LinearSystemSolver.Solution
This is the solution to a linear system of equations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Vector>
getHomogeneousSoln()
Get the basis of the homogeneous solution for the linear system, Ax = b.Vector
getParticularSolution(Vector b)
Get a particular solution for the linear system.
-