Uses of Class
jsci.util.array.DenseDoubleArray2D

Packages that use DenseDoubleArray2D
jsci.maths.matrix.impl   
jsci.util.array   
 

Uses of DenseDoubleArray2D in jsci.maths.matrix.impl
 

Subclasses of DenseDoubleArray2D in jsci.maths.matrix.impl
 class AlgorithmsDenseDoubleArray2D
           
 

Uses of DenseDoubleArray2D in jsci.util.array
 

Methods in jsci.util.array that return DenseDoubleArray2D
 DenseDoubleArray2D DenseDoubleArray2D.create(int rows, int cols)
           
 

Methods in jsci.util.array with parameters of type DenseDoubleArray2D
protected  boolean AbstractDoubleArray2D.contentEqualsOp(DenseDoubleArray2D arr, double tol)
           
protected  boolean DenseDoubleArray2D.contentEqualsOp(DenseDoubleArray2D arr, double tol)