|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.ojalgo.matrix.decomposition.DecomposeAndSolve<N>
public final class DecomposeAndSolve<N extends Number>
Constructor Summary | |
---|---|
DecomposeAndSolve(MatrixDecomposition<N> aDecomposition)
|
Method Summary | |
---|---|
DecomposeAndSolve<N> |
call()
|
MatrixStore<N> |
getBody()
equation system body |
MatrixStore<N> |
getRHS()
equation system right hand side |
MatrixStore<N> |
getSolution()
equation system solution |
void |
setBody(MatrixStore<N> aBody)
equation system body |
void |
setRHS(MatrixStore<N> aRHS)
equation system right hand side |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DecomposeAndSolve(MatrixDecomposition<N> aDecomposition)
Method Detail |
---|
public DecomposeAndSolve<N> call() throws Exception
call
in interface Callable<DecomposeAndSolve<N extends Number>>
Exception
public final MatrixStore<N> getBody()
public final MatrixStore<N> getRHS()
public final MatrixStore<N> getSolution()
public final void setBody(MatrixStore<N> aBody)
public final void setRHS(MatrixStore<N> aRHS)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |