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

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

Deprecated. Since Version 23. Use DecomposeAndSolve instead.

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

ConcurrentDecomposition

Author:
apete

Constructor Summary
ConcurrentDecomposition(MatrixDecomposition<N> aDecomposition)
          Deprecated.  
 
Method Summary
 Result<N> call()
          Deprecated.  
 void setBody(MatrixStore<N> aBody)
          Deprecated.  
 void setRHS(MatrixStore<N> aRHS)
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConcurrentDecomposition

public ConcurrentDecomposition(MatrixDecomposition<N> aDecomposition)
Deprecated. 
Method Detail

call

public final Result<N> call()
                                    throws Exception
Deprecated. 
Specified by:
call in interface Callable<Result<N extends Number>>
Throws:
Exception

setBody

public final void setBody(MatrixStore<N> aBody)
Deprecated. 

setRHS

public final void setRHS(MatrixStore<N> aRHS)
Deprecated.