org.ojalgo.matrix.decomposition.concurrent
Class Result<N extends Number>

java.lang.Object
  extended by org.ojalgo.matrix.decomposition.concurrent.Result<N>

Deprecated. Since Version 23. Use DecomposeAndSolve instead.

@Deprecated
public final class Result<N extends Number>
extends Object

Result

Author:
apete

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

getBody

@Deprecated
public final MatrixStore<N> getBody()
Deprecated. Since Version 22. Use getOriginal() instead

equation system body / original matrix


getDecomposition

public final MatrixDecomposition<N> getDecomposition()
Deprecated. 
equation system body / matrix decomposition


getOriginal

public final MatrixStore<N> getOriginal()
Deprecated. 
equation system body / original matrix


getRHS

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


getSolution

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