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 TypeMethodDescriptiondoubleThe number of operations a single call to "apply" involves.voidSets the matrices to operate upon.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface 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.
-