Package baseCode.dataStructure.matrix

Interface Summary
NamedMatrix Copyright (c) 2004
 

Class Summary
AbstractNamedDoubleMatrix
AbstractNamedMatrix Copyright (c) 2004 Columbia University
DenseDoubleMatrix1D Use this class when fast iteration over the matrix is of primary interest.
DenseDoubleMatrix2DNamed A matrix of doubles that knows about row and column names.
DoubleMatrix2DNamedFactory Use this factory to create matrices of type selected at runtime.
RCDoubleMatrix1D A row-compressed 1D matrix.
SparseDoubleMatrix2DNamed Title: SparseDoubleMatrix2DNamed
SparseRaggedDoubleMatrix2DNamed A sparse matrix class where the rows are ragged and compressed.
StringMatrix2DNamed A NamedMatrix containing String objects.
 



Copyright © 2003-2005 Columbia University. All Rights Reserved.