Package cern.colt.matrix.bench
Class Double2DProcedure
java.lang.Object
cern.colt.matrix.bench.Double2DProcedure
- All Implemented Interfaces:
TimerProcedure
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondouble
The number of operations a single call to "apply" involves.void
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 Details
-
A
-
B
-
C
-
D
-
-
Constructor Details
-
Double2DProcedure
Double2DProcedure()
-
-
Method Details
-
operations
public double operations()The number of operations a single call to "apply" involves. -
setParameters
Sets the matrices to operate upon.
-