| 
 | Colt 1.2.0 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use AbstractMatrix | |
| cern.colt.matrix | 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. | 
| 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. | 
| Uses of AbstractMatrix in cern.colt.matrix | 
| Subclasses of AbstractMatrix in cern.colt.matrix | |
|  class | DoubleMatrix1DAbstract base class for 1-d matrices (aka vectors) holding double elements. | 
|  class | DoubleMatrix2DAbstract base class for 2-d matrices holding double elements. | 
|  class | DoubleMatrix3DAbstract base class for 3-d matrices holding double elements. | 
|  class | ObjectMatrix1DAbstract base class for 1-d matrices (aka vectors) holding Object elements. | 
|  class | ObjectMatrix2DAbstract base class for 2-d matrices holding Object elements. | 
|  class | ObjectMatrix3DAbstract base class for 3-d matrices holding Object elements. | 
| Uses of AbstractMatrix in cern.colt.matrix.impl | 
| Subclasses of AbstractMatrix in cern.colt.matrix.impl | |
|  class | AbstractMatrix1DAbstract base class for 1-d matrices (aka vectors) holding objects or primitive data types such as int,double, etc. | 
|  class | AbstractMatrix2DAbstract base class for 2-d matrices holding objects or primitive data types such as int,double, etc. | 
|  class | AbstractMatrix3DAbstract base class for 3-d matrices holding objects or primitive data types such as int,double, etc. | 
|  class | DenseDoubleMatrix1DDense 1-d matrix (aka vector) holding double elements. | 
|  class | DenseDoubleMatrix2DDense 2-d matrix holding double elements. | 
|  class | DenseDoubleMatrix3DDense 3-d matrix holding double elements. | 
|  class | DenseObjectMatrix1DDense 1-d matrix (aka vector) holding Object elements. | 
|  class | DenseObjectMatrix2DDense 2-d matrix holding Object elements. | 
|  class | DenseObjectMatrix3DDense 3-d matrix holding Object elements. | 
|  class | RCDoubleMatrix2DSparse row-compressed 2-d matrix holding double elements. | 
|  class | SparseDoubleMatrix1DSparse hashed 1-d matrix (aka vector) holding double elements. | 
|  class | SparseDoubleMatrix2DSparse hashed 2-d matrix holding double elements. | 
|  class | SparseDoubleMatrix3DSparse hashed 3-d matrix holding double elements. | 
|  class | SparseObjectMatrix1DSparse hashed 1-d matrix (aka vector) holding Object elements. | 
|  class | SparseObjectMatrix2DSparse hashed 2-d matrix holding Object elements. | 
|  class | SparseObjectMatrix3DSparse hashed 3-d matrix holding Object elements. | 
| (package private)  class | cern.colt.matrix.impl.WrapperDoubleMatrix2D2-d matrix holding double elements; either a view wrapping another matrix or a matrix whose views are wrappers. | 
| 
 | Colt 1.2.0 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||