Interface LinearSystemSolver.Solution
-
- Enclosing class:
- LinearSystemSolver
public static interface LinearSystemSolver.SolutionThis 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.VectorgetParticularSolution(Vector b)Get a particular solution for the linear system.
-