Parallel Colt 0.7.2

Uses of Interface
cern.colt.function.tdouble.Double9Function

Packages that use Double9Function
cern.colt.matrix.tdouble Matrix interfaces and factories holding elements of double data type. 
cern.colt.matrix.tdouble.algo Linear Algebraic matrix computations operating on DoubleMatrix2D and DoubleMatrix1D
cern.colt.matrix.tdouble.impl Efficient and flexible dense and sparse 1, 2 and 3-dimensional matrices holding elements of double data type. 
 

Uses of Double9Function in cern.colt.matrix.tdouble
 

Methods in cern.colt.matrix.tdouble with parameters of type Double9Function
 void DoubleMatrix2D.zAssign8Neighbors(DoubleMatrix2D B, Double9Function function)
          8 neighbor stencil transformation.
 

Uses of Double9Function in cern.colt.matrix.tdouble.algo
 

Methods in cern.colt.matrix.tdouble.algo with parameters of type Double9Function
static int DoubleStencil.stencil9(DoubleMatrix2D A, Double9Function function, int maxIterations, DoubleMatrix2DProcedure hasConverged, int convergenceIterations)
          9 point stencil operation.
 

Uses of Double9Function in cern.colt.matrix.tdouble.impl
 

Methods in cern.colt.matrix.tdouble.impl with parameters of type Double9Function
 void DenseDoubleMatrix2D.zAssign8Neighbors(DoubleMatrix2D B, Double9Function function)
           
 


Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage