public abstract class ThreadedMatrixOperator
extends java.lang.Object
| Constructor and Description |
|---|
ThreadedMatrixOperator() |
public double[][] getMatrix(double[][] matrix)
matrix - double[][] on which the processing is donepublic abstract void doLines(double[][] matrix,
int from,
int to)
public void setNbJobs(int n)