Class SystemSolver.Result
- java.lang.Object
-
- com.seedfinding.latticg.math.component.SystemSolver.Result
-
- Enclosing class:
- SystemSolver
public static class SystemSolver.Result extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SystemSolver.Result.Type
-
Field Summary
Fields Modifier and Type Field Description AugmentedMatrix
remainder
Matrix
result
SystemSolver.Result.Type
type
-
Constructor Summary
Constructors Constructor Description Result(AugmentedMatrix am)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
void
updateType(SystemSolver.Result.Type type)
-
-
-
Field Detail
-
result
public Matrix result
-
remainder
public AugmentedMatrix remainder
-
type
public SystemSolver.Result.Type type
-
-
Constructor Detail
-
Result
public Result(AugmentedMatrix am)
-
-
Method Detail
-
updateType
public void updateType(SystemSolver.Result.Type type)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-