Uses of Interface
jsci.util.array.Array1D

Packages that use Array1D
jsci.maths.matrix   
jsci.maths.matrix.impl   
jsci.maths.vector   
jsci.maths.vector.impl   
jsci.util.array   
 

Uses of Array1D in jsci.maths.matrix
 

Classes in jsci.maths.matrix with type parameters of type Array1D
 interface Algorithms<T,E extends Array2D<T>,F extends Array1D<T>>
           
 interface AlgorithmsFactory<T,E extends Array2D<T>,F extends Array1D<T>>
           
 class Matrix<T,E extends Array2D<T>,F extends Array1D<T>>
           
 

Uses of Array1D in jsci.maths.matrix.impl
 

Classes in jsci.maths.matrix.impl with type parameters of type Array1D
 class RingAlgorithms<T,E extends Array2D<T>,F extends Array1D<T>>
           
 class RingAlgorithmsFactory<T,E extends Array2D<T>,F extends Array1D<T>>
           
 

Uses of Array1D in jsci.maths.vector
 

Classes in jsci.maths.vector with type parameters of type Array1D
 interface Algorithms<T,E extends Array1D<T>>
           
 interface AlgorithmsFactory<T,E extends Array1D<T>>
           
 class Vector<T,E extends Array1D<T>>
           
 

Fields in jsci.maths.vector declared as Array1D
protected  E Vector.array
           
 

Uses of Array1D in jsci.maths.vector.impl
 

Classes in jsci.maths.vector.impl with type parameters of type Array1D
 class RingAlgorithms<T,E extends Array1D<T>>
           
 class RingAlgorithmsFactory<T,E extends Array1D<T>>
           
 

Subinterfaces of Array1D in jsci.maths.vector.impl
 interface AlgorithmsDoubleArray1D
           
 

Classes in jsci.maths.vector.impl that implement Array1D
 class AlgorithmsDenseDoubleArray1D
           
 

Uses of Array1D in jsci.util.array
 

Subinterfaces of Array1D in jsci.util.array
 interface DoubleArray1D
           
 

Classes in jsci.util.array that implement Array1D
 class AbstractDoubleArray1D
           
 class DenseDoubleArray1D
           
 class SparseDoubleArray1D
           
 

Methods in jsci.util.array that return Array1D
 Array1D<T> Array1D.create(int size)
           
 

Methods in jsci.util.array with parameters of type Array1D
 boolean AbstractDoubleArray1D.contentEquals(Array1D<java.lang.Double> arr, double tol)
           
 boolean Array1D.contentEquals(Array1D<T> arr, double tol)