Class Hierarchy
- java.lang.Object
- ubic.basecode.dataStructure.matrix.AbstractMatrix<R,C,V> (implements ubic.basecode.dataStructure.matrix.Matrix2D<R,C,V>, java.io.Serializable)
- ubic.basecode.dataStructure.matrix.CompressedBitMatrix<R,C> (implements ubic.basecode.dataStructure.matrix.ObjectMatrix<R,C,V>)
- ubic.basecode.dataStructure.matrix.DoubleMatrix<R,C> (implements ubic.basecode.dataStructure.matrix.PrimitiveMatrix<R,C,V>)
- ubic.basecode.dataStructure.matrix.CompressedSparseDoubleMatrix<R,C>
- ubic.basecode.dataStructure.matrix.DenseDoubleMatrix<R,C>
- ubic.basecode.dataStructure.matrix.FastRowAccessDoubleMatrix<R,C>
- ubic.basecode.dataStructure.matrix.SparseDoubleMatrix<R,C>
- ubic.basecode.dataStructure.matrix.SparseRaggedDoubleMatrix<R,C>
- ubic.basecode.dataStructure.matrix.IntegerMatrix<R,C> (implements ubic.basecode.dataStructure.matrix.PrimitiveMatrix<R,C,V>)
- ubic.basecode.dataStructure.matrix.ObjectMatrixImpl<R,C,V> (implements ubic.basecode.dataStructure.matrix.ObjectMatrix<R,C,V>)
- ubic.basecode.dataStructure.matrix.StringMatrix<R,C> (implements ubic.basecode.dataStructure.matrix.ObjectMatrix<R,C,V>)
- ubic.basecode.dataStructure.matrix.AbstractMatrix3D<R,C,S,V> (implements ubic.basecode.dataStructure.matrix.Matrix3D<R,C,S,V>)
- ubic.basecode.dataStructure.matrix.DenseObject3DMatrix<R,C,S>
- ubic.basecode.dataStructure.matrix.DoubleMatrix3D<R,C,S>
- ubic.basecode.dataStructure.matrix.DenseDouble3dMatrix<R,C,S>
- ubic.basecode.dataStructure.matrix.DoubleMatrixFactory
- ubic.basecode.dataStructure.matrix.MatrixUtil
- cern.colt.PersistentObject (implements java.lang.Cloneable, java.io.Serializable)
- cern.colt.matrix.impl.AbstractMatrix
- cern.colt.matrix.impl.AbstractMatrix1D
- cern.colt.matrix.DoubleMatrix1D
- cern.colt.matrix.impl.DenseDoubleMatrix1D
- ubic.basecode.dataStructure.matrix.DenseDoubleMatrix1D
- ubic.basecode.dataStructure.matrix.RCDoubleMatrix1D
- cern.colt.matrix.impl.DenseDoubleMatrix1D
- cern.colt.matrix.DoubleMatrix1D
- cern.colt.matrix.impl.AbstractMatrix1D
- cern.colt.matrix.impl.AbstractMatrix
- ubic.basecode.dataStructure.matrix.AbstractMatrix<R,C,V> (implements ubic.basecode.dataStructure.matrix.Matrix2D<R,C,V>, java.io.Serializable)
Interface Hierarchy
- ubic.basecode.dataStructure.matrix.Matrix2D<R,C,V>
- ubic.basecode.dataStructure.matrix.ObjectMatrix<R,C,V>
- ubic.basecode.dataStructure.matrix.PrimitiveMatrix<R,C,V>
- ubic.basecode.dataStructure.matrix.Matrix3D<R,C,S,V>