Parallel Colt 0.5

Package cern.colt.matrix.impl

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.

See:
          Description

Interface Summary
Former Formats a double into a string (like sprintf in C).
 

Class Summary
AbstractFormatter Abstract base class for flexible, well human readable matrix print formatting.
AbstractMatrix Abstract base class for arbitrary-dimensional matrices holding objects or primitive data types such as int, float, etc.
AbstractMatrix1D Abstract base class for 1-d matrices (aka vectors) holding objects or primitive data types such as int, double, etc.
AbstractMatrix2D Abstract base class for 2-d matrices holding objects or primitive data types such as int, double, etc.
AbstractMatrix3D Abstract base class for 3-d matrices holding objects or primitive data types such as int, double, etc.
DenseDComplexMatrix1D Dense 1-d matrix (aka vector) holding complex elements.
DenseDComplexMatrix2D Dense 2-d matrix holding complex elements.
DenseDComplexMatrix3D Dense 3-d matrix holding complex elements.
DenseDoubleMatrix1D Dense 1-d matrix (aka vector) holding double elements.
DenseDoubleMatrix2D Dense 2-d matrix holding double elements.
DenseDoubleMatrix3D Dense 3-d matrix holding double elements.
DenseFComplexMatrix1D Dense 1-d matrix (aka vector) holding complex elements.
DenseFComplexMatrix2D Dense 2-d matrix holding complex elements.
DenseFComplexMatrix3D Dense 3-d matrix holding complex elements.
DenseFloatMatrix1D Dense 1-d matrix (aka vector) holding float elements.
DenseFloatMatrix2D Dense 2-d matrix holding float elements.
DenseFloatMatrix3D Dense 3-d matrix holding float elements.
DenseObjectMatrix1D Dense 1-d matrix (aka vector) holding Object elements.
DenseObjectMatrix2D Dense 2-d matrix holding Object elements.
DenseObjectMatrix3D Dense 3-d matrix holding Object elements.
FormerFactory Factory producing implementations of Former via method create(); Implementations of can use existing libraries such as corejava.PrintfFormat or corejava.Format or other.
RCDoubleMatrix2D Sparse row-compressed 2-d matrix holding double elements.
RCFloatMatrix2D Sparse row-compressed 2-d matrix holding float elements.
SparseDComplexMatrix1D Sparse hashed 1-d matrix (aka vector) holding complex elements.
SparseDComplexMatrix2D Sparse hashed 2-d matrix holding complex elements.
SparseDComplexMatrix3D Sparse hashed 3-d matrix holding complex elements.
SparseDoubleMatrix1D Sparse hashed 1-d matrix (aka vector) holding double elements.
SparseDoubleMatrix2D Sparse hashed 2-d matrix holding double elements.
SparseDoubleMatrix3D Sparse hashed 3-d matrix holding double elements.
SparseFComplexMatrix1D Sparse hashed 1-d matrix (aka vector) holding complex elements.
SparseFComplexMatrix2D Sparse hashed 2-d matrix holding complex elements.
SparseFComplexMatrix3D Sparse hashed 3-d matrix holding complex elements.
SparseFloatMatrix1D Sparse hashed 1-d matrix (aka vector) holding float elements.
SparseFloatMatrix2D Sparse hashed 2-d matrix holding float elements.
SparseFloatMatrix3D Sparse hashed 3-d matrix holding float elements.
SparseObjectMatrix1D Sparse hashed 1-d matrix (aka vector) holding Object elements.
SparseObjectMatrix2D Sparse hashed 2-d matrix holding Object elements.
SparseObjectMatrix3D Sparse hashed 3-d matrix holding Object elements.
 

Package cern.colt.matrix.impl Description

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.


Parallel Colt 0.5

Jump to the Parallel Colt Homepage