Parallel Colt 0.7.2

Package cern.colt.matrix.tdouble

Matrix interfaces and factories holding elements of double data type.

See:
          Description

Interface Summary
DoubleMatrix1DProcedure Interface that represents a condition or procedure object: takes a single argument and returns a boolean value.
DoubleMatrix2DProcedure Interface that represents a condition or procedure object: takes a single argument and returns a boolean value.
DoubleMatrix3DProcedure Interface that represents a condition or procedure object: takes a single argument and returns a boolean value.
 

Class Summary
DoubleFactory1D Factory for convenient construction of 1-d matrices holding double cells.
DoubleFactory2D Factory for convenient construction of 2-d matrices holding double cells.
DoubleFactory3D Factory for convenient construction of 3-d matrices holding double cells.
DoubleMatrix1D Abstract base class for 1-d matrices (aka vectors) holding double elements.
DoubleMatrix2D Abstract base class for 2-d matrices holding double elements.
DoubleMatrix3D Abstract base class for 3-d matrices holding double elements.
 

Package cern.colt.matrix.tdouble Description

Matrix interfaces and factories holding elements of double data type.


Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage