Uses of Class
baseCode.dataStructure.matrix.AbstractNamedMatrix

Packages that use AbstractNamedMatrix
baseCode.dataStructure.matrix   
 

Uses of AbstractNamedMatrix in baseCode.dataStructure.matrix
 

Subclasses of AbstractNamedMatrix in baseCode.dataStructure.matrix
 class AbstractNamedDoubleMatrix
          
 class DenseDoubleMatrix2DNamed
          A matrix of doubles that knows about row and column names.
 class SparseDoubleMatrix2DNamed
           Title: SparseDoubleMatrix2DNamed
 class SparseRaggedDoubleMatrix2DNamed
          A sparse matrix class where the rows are ragged and compressed.
 class StringMatrix2DNamed
          A NamedMatrix containing String objects.
 



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