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