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 class
SystemSolver.BigResult
static class
SystemSolver.Phase
static class
SystemSolver.Result
-
Constructor Summary
Constructors Constructor Description SystemSolver()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SystemSolver.BigResult
solve(BigMatrix base, BigMatrix extra, SystemSolver.Phase phase)
static SystemSolver.Result
solve(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)
-
-