Parallel Colt 0.7.2

Uses of Interface
cern.colt.matrix.tfloat.FloatMatrix2DProcedure

Packages that use FloatMatrix2DProcedure
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
 

Uses of FloatMatrix2DProcedure in cern.colt.matrix.tfloat
 

Methods in cern.colt.matrix.tfloat with parameters of type FloatMatrix2DProcedure
 FloatMatrix3D FloatMatrix3D.viewSelection(FloatMatrix2DProcedure condition)
          Constructs and returns a new selection view that is a matrix holding all slices matching the given condition.
 

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

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


Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage