Parallel Colt 0.7.2

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

Packages that use Float9Function
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 Float9Function in cern.colt.matrix.tfloat
 

Methods in cern.colt.matrix.tfloat with parameters of type Float9Function
 void FloatMatrix2D.zAssign8Neighbors(FloatMatrix2D B, Float9Function function)
          8 neighbor stencil transformation.
 

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

Methods in cern.colt.matrix.tfloat.algo with parameters of type Float9Function
static int FloatStencil.stencil9(FloatMatrix2D A, Float9Function function, int maxIterations, FloatMatrix2DProcedure hasConverged, int convergenceIterations)
          9 point stencil operation.
 

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

Methods in cern.colt.matrix.tfloat.impl with parameters of type Float9Function
 void DenseFloatMatrix2D.zAssign8Neighbors(FloatMatrix2D B, Float9Function function)
           
 


Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage