Uses of Class
jsci.util.array.DenseDoubleArray1D

Packages that use DenseDoubleArray1D
jsci.maths.vector.impl   
jsci.util.array   
 

Uses of DenseDoubleArray1D in jsci.maths.vector.impl
 

Subclasses of DenseDoubleArray1D in jsci.maths.vector.impl
 class AlgorithmsDenseDoubleArray1D
           
 

Uses of DenseDoubleArray1D in jsci.util.array
 

Methods in jsci.util.array that return DenseDoubleArray1D
 DenseDoubleArray1D DenseDoubleArray1D.create(int size)
           
 

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