public static interface LinearSystemSolver.Solution
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
java.util.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.
|
Vector getParticularSolution(Vector b)
b - a vectorjava.util.List<Vector> getHomogeneousSoln()