org.ojalgo.matrix.decomposition
Class DecomposeAndSolve<N extends Number>

java.lang.Object
  extended by org.ojalgo.matrix.decomposition.DecomposeAndSolve<N>
All Implemented Interfaces:
Callable<DecomposeAndSolve<N>>

public final class DecomposeAndSolve<N extends Number>
extends Object
implements Callable<DecomposeAndSolve<N>>


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

DecomposeAndSolve

public DecomposeAndSolve(MatrixDecomposition<N> aDecomposition)
Method Detail

call

public DecomposeAndSolve<N> call()
                                         throws Exception
Specified by:
call in interface Callable<DecomposeAndSolve<N extends Number>>
Throws:
Exception

getBody

public final MatrixStore<N> getBody()
equation system body


getRHS

public final MatrixStore<N> getRHS()
equation system right hand side


getSolution

public final MatrixStore<N> getSolution()
equation system solution


setBody

public final void setBody(MatrixStore<N> aBody)
equation system body


setRHS

public final void setRHS(MatrixStore<N> aRHS)
equation system right hand side