Uses of Package
ubic.basecode.dataStructure.matrix
-
Classes in ubic.basecode.dataStructure.matrix used by ubic.basecode.dataStructure Class Description DoubleMatrix Abstract base class for 2D matrices of double values with named columns and rows. -
Classes in ubic.basecode.dataStructure.matrix used by ubic.basecode.dataStructure.matrix Class Description AbstractMatrix AbstractMatrix3D TODO Document MeCompressedSparseDoubleMatrix Supports sparse matrices (where sparse means most values are zero, not that they are missing).DenseDoubleMatrix A dense matrix of doubles that knows about row and column names.DoubleMatrix Abstract base class for 2D matrices of double values with named columns and rows.DoubleMatrix3D TODO Document MeFastRowAccessDoubleMatrix Dense 2D matrix implementation designed for very fast access of entire rows.Matrix2D Represents a matrix with index columns and rows.Matrix3D ObjectMatrix ObjectMatrixImpl Matrix that can hold any type of objectPrimitiveMatrix Matrix that holds primitives, with an available object representation of the values.SparseDoubleMatrix A sparse matrix that knows about row and column names. -
Classes in ubic.basecode.dataStructure.matrix used by ubic.basecode.datafilter Class Description DoubleMatrix Abstract base class for 2D matrices of double values with named columns and rows.Matrix2D Represents a matrix with index columns and rows.StringMatrix A NamedMatrix containing String objects. -
Classes in ubic.basecode.dataStructure.matrix used by ubic.basecode.graphics Class Description DoubleMatrix Abstract base class for 2D matrices of double values with named columns and rows. -
Classes in ubic.basecode.dataStructure.matrix used by ubic.basecode.io.reader Class Description DoubleMatrix Abstract base class for 2D matrices of double values with named columns and rows.Matrix2D Represents a matrix with index columns and rows.StringMatrix A NamedMatrix containing String objects. -
Classes in ubic.basecode.dataStructure.matrix used by ubic.basecode.io.writer Class Description Matrix2D Represents a matrix with index columns and rows.Matrix3D -
Classes in ubic.basecode.dataStructure.matrix used by ubic.basecode.math Class Description DoubleMatrix Abstract base class for 2D matrices of double values with named columns and rows.SparseDoubleMatrix A sparse matrix that knows about row and column names. -
Classes in ubic.basecode.dataStructure.matrix used by ubic.basecode.math.linalg Class Description DoubleMatrix Abstract base class for 2D matrices of double values with named columns and rows. -
Classes in ubic.basecode.dataStructure.matrix used by ubic.basecode.math.linearmodels Class Description DoubleMatrix Abstract base class for 2D matrices of double values with named columns and rows.ObjectMatrix StringMatrix A NamedMatrix containing String objects. -
Classes in ubic.basecode.dataStructure.matrix used by ubic.basecode.util Class Description DoubleMatrix Abstract base class for 2D matrices of double values with named columns and rows. -
Classes in ubic.basecode.dataStructure.matrix used by ubic.basecode.util.r Class Description DoubleMatrix Abstract base class for 2D matrices of double values with named columns and rows.ObjectMatrix