Package cern.colt.matrix.bench
Class Double2DProcedure
- java.lang.Object
-
- cern.colt.matrix.bench.Double2DProcedure
-
- All Implemented Interfaces:
TimerProcedure
abstract class Double2DProcedure extends java.lang.Object implements TimerProcedure
-
-
Field Summary
Fields Modifier and Type Field Description DoubleMatrix2D
A
DoubleMatrix2D
B
DoubleMatrix2D
C
DoubleMatrix2D
D
-
Constructor Summary
Constructors Constructor Description Double2DProcedure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
operations()
The number of operations a single call to "apply" involves.void
setParameters(DoubleMatrix2D A, DoubleMatrix2D B)
Sets the matrices to operate upon.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface cern.colt.matrix.bench.TimerProcedure
apply, init
-
-
-
-
Field Detail
-
A
public DoubleMatrix2D A
-
B
public DoubleMatrix2D B
-
C
public DoubleMatrix2D C
-
D
public DoubleMatrix2D D
-
-
Method Detail
-
operations
public double operations()
The number of operations a single call to "apply" involves.
-
setParameters
public void setParameters(DoubleMatrix2D A, DoubleMatrix2D B)
Sets the matrices to operate upon.
-
-