Class SystemSolver
- java.lang.Object
-
- com.seedfinding.latticg.math.component.SystemSolver
-
public class SystemSolver extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSystemSolver.BigResultstatic classSystemSolver.Phasestatic classSystemSolver.Result
-
Constructor Summary
Constructors Constructor Description SystemSolver()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SystemSolver.BigResultsolve(BigMatrix base, BigMatrix extra, SystemSolver.Phase phase)static SystemSolver.Resultsolve(Matrix base, Matrix extra, SystemSolver.Phase phase)
-
-
-
Method Detail
-
solve
public static SystemSolver.Result solve(Matrix base, Matrix extra, SystemSolver.Phase phase)
-
solve
public static SystemSolver.BigResult solve(BigMatrix base, BigMatrix extra, SystemSolver.Phase phase)
-
-