Parallel Colt 0.7.2

Uses of Interface
cern.colt.function.tfloat.Float27Function

Packages that use Float27Function
cern.colt.matrix.tfloat Matrix interfaces and factories holding elements of float data type. 
cern.colt.matrix.tfloat.algo Linear Algebraic matrix computations operating on FloatMatrix2D and FloatMatrix1D
cern.colt.matrix.tfloat.impl Efficient and flexible dense and sparse 1, 2 and 3-dimensional matrices holding elements of float data type. 
 

Uses of Float27Function in cern.colt.matrix.tfloat
 

Methods in cern.colt.matrix.tfloat with parameters of type Float27Function
 void FloatMatrix3D.zAssign27Neighbors(FloatMatrix3D B, Float27Function function)
          27 neighbor stencil transformation.
 

Uses of Float27Function in cern.colt.matrix.tfloat.algo
 

Methods in cern.colt.matrix.tfloat.algo with parameters of type Float27Function
static int FloatStencil.stencil27(FloatMatrix3D A, Float27Function function, int maxIterations, FloatMatrix3DProcedure hasConverged, int convergenceIterations)
          27 point stencil operation.
 

Uses of Float27Function in cern.colt.matrix.tfloat.impl
 

Methods in cern.colt.matrix.tfloat.impl with parameters of type Float27Function
 void DenseFloatMatrix3D.zAssign27Neighbors(FloatMatrix3D B, Float27Function function)
           
 


Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage