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 classSystemSolver.Result.Type
-
Field Summary
Fields Modifier and Type Field Description AugmentedMatrixremainderMatrixresultSystemSolver.Result.Typetype
-
Constructor Summary
Constructors Constructor Description Result(AugmentedMatrix am)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()voidupdateType(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:
toStringin classjava.lang.Object
-
-