Parallel Colt 0.9.4

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

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

Methods in cern.colt.matrix.tdouble with parameters of type Double27Function
 void DoubleMatrix3D.zAssign27Neighbors(DoubleMatrix3D B, Double27Function function)
          27 neighbor stencil transformation.
 

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

Methods in cern.colt.matrix.tdouble.algo with parameters of type Double27Function
static int DoubleStencil.stencil27(DoubleMatrix3D A, Double27Function function, int maxIterations, DoubleMatrix3DProcedure hasConverged, int convergenceIterations)
          27 point stencil operation.
 

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

Methods in cern.colt.matrix.tdouble.impl with parameters of type Double27Function
 void DenseDoubleMatrix3D.zAssign27Neighbors(DoubleMatrix3D B, Double27Function function)
           
 


Parallel Colt 0.9.4

Jump to the Parallel Colt Homepage