Uses of Class
baseCode.dataStructure.matrix.SparseDoubleMatrix2DNamed

Packages that use SparseDoubleMatrix2DNamed
baseCode.dataStructure.matrix   
baseCode.math   
 

Uses of SparseDoubleMatrix2DNamed in baseCode.dataStructure.matrix
 

Methods in baseCode.dataStructure.matrix that return SparseDoubleMatrix2DNamed
static SparseDoubleMatrix2DNamed DoubleMatrix2DNamedFactory.sparse(double[][] T)
           
static SparseDoubleMatrix2DNamed DoubleMatrix2DNamedFactory.sparse(int rows, int cols)
           
 

Uses of SparseDoubleMatrix2DNamed in baseCode.math
 

Methods in baseCode.math that return SparseDoubleMatrix2DNamed
static SparseDoubleMatrix2DNamed MatrixStats.correlationMatrix(AbstractNamedDoubleMatrix data, double threshold)
           
 



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