public static interface LinearSystemSolver.Solution
Modifier and Type | Method and 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.
|
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.