Uses of Interface
cern.colt.function.Double27Function
Packages that use Double27Function
Package
Description
Matrix interfaces and factories; efficient and flexible dense and sparse
1, 2, 3 and d-dimensional matrices holding objects or primitive data types such
as int, double, etc; Templated, fixed sized (not dynamically
resizable); Also known as multi-dimensional arrays or Data Cubes.
Double matrix algorithms such as print formatting, sorting, partitioning and statistics.
Matrix implementations; You normally need not look at this package, because all concrete classes implement the abstract interfaces of
cern.colt.matrix, without subsetting or supersetting.-
Uses of Double27Function in cern.colt.matrix
Methods in cern.colt.matrix with parameters of type Double27FunctionModifier and TypeMethodDescriptionvoidDoubleMatrix3D.zAssign27Neighbors(DoubleMatrix3D B, Double27Function function) 27 neighbor stencil transformation. -
Uses of Double27Function in cern.colt.matrix.doublealgo
Methods in cern.colt.matrix.doublealgo with parameters of type Double27FunctionModifier and TypeMethodDescriptionstatic intStencil.stencil27(DoubleMatrix3D A, Double27Function function, int maxIterations, DoubleMatrix3DProcedure hasConverged, int convergenceIterations) 27 point stencil operation. -
Uses of Double27Function in cern.colt.matrix.impl
Methods in cern.colt.matrix.impl with parameters of type Double27FunctionModifier and TypeMethodDescriptionvoidDenseDoubleMatrix3D.zAssign27Neighbors(DoubleMatrix3D B, Double27Function function) 27 neighbor stencil transformation.