org.ojalgo.matrix.decomposition.concurrent
Class ConcurrentDecomposition<N extends Number>
java.lang.Object
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
ConcurrentDecomposition
public ConcurrentDecomposition(MatrixDecomposition<N> aDecomposition)
- Deprecated.
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.