|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ojalgo.matrix.decomposition.concurrent.Result<N>
DecomposeAndSolve instead.
@Deprecated public final class Result<N extends Number>
Result
| Method Summary | |
|---|---|
MatrixStore<N> |
getBody()
Deprecated. Since Version 22. Use getOriginal() instead |
MatrixDecomposition<N> |
getDecomposition()
Deprecated. equation system body / matrix decomposition |
MatrixStore<N> |
getOriginal()
Deprecated. equation system body / original matrix |
MatrixStore<N> |
getRHS()
Deprecated. equation system right hand side |
MatrixStore<N> |
getSolution()
Deprecated. equation system solution |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
@Deprecated public final MatrixStore<N> getBody()
getOriginal() instead
public final MatrixDecomposition<N> getDecomposition()
public final MatrixStore<N> getOriginal()
public final MatrixStore<N> getRHS()
public final MatrixStore<N> getSolution()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||