Parallel Colt 0.7.2

Uses of Package
cern.colt.matrix.tobject

Packages that use cern.colt.matrix.tobject
cern.colt.matrix.tobject Matrix interfaces and factories holding elements of Object data type. 
cern.colt.matrix.tobject.algo Object matrix algorithms such as print formatting, sorting, partitioning and statistics. 
cern.colt.matrix.tobject.impl Efficient and flexible dense and sparse 1, 2 and 3-dimensional matrices holding elements of Object data type. 
 

Classes in cern.colt.matrix.tobject used by cern.colt.matrix.tobject
ObjectFactory1D
          Factory for convenient construction of 1-d matrices holding Object cells.
ObjectFactory2D
          Factory for convenient construction of 2-d matrices holding Object cells.
ObjectFactory3D
          Factory for convenient construction of 3-d matrices holding Object cells.
ObjectMatrix1D
          Abstract base class for 1-d matrices (aka vectors) holding Object elements.
ObjectMatrix1DProcedure
          Interface that represents a condition or procedure object: takes a single argument and returns a boolean value.
ObjectMatrix2D
          Abstract base class for 2-d matrices holding Object elements.
ObjectMatrix2DProcedure
          Interface that represents a condition or procedure object: takes a single argument and returns a boolean value.
ObjectMatrix3D
          Abstract base class for 3-d matrices holding Object elements.
 

Classes in cern.colt.matrix.tobject used by cern.colt.matrix.tobject.algo
ObjectMatrix1D
          Abstract base class for 1-d matrices (aka vectors) holding Object elements.
ObjectMatrix2D
          Abstract base class for 2-d matrices holding Object elements.
ObjectMatrix3D
          Abstract base class for 3-d matrices holding Object elements.
 

Classes in cern.colt.matrix.tobject used by cern.colt.matrix.tobject.impl
ObjectMatrix1D
          Abstract base class for 1-d matrices (aka vectors) holding Object elements.
ObjectMatrix2D
          Abstract base class for 2-d matrices holding Object elements.
ObjectMatrix3D
          Abstract base class for 3-d matrices holding Object elements.
 


Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage