Uses of Interface
jsci.util.array.Array2D

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

Uses of Array2D in jsci.maths.matrix
 

Classes in jsci.maths.matrix with type parameters of type Array2D
 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>>
           
 

Fields in jsci.maths.matrix declared as Array2D
protected  E Matrix.array
           
 

Uses of Array2D in jsci.maths.matrix.impl
 

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

Subinterfaces of Array2D in jsci.maths.matrix.impl
 interface AlgorithmsDoubleArray2D
           
 

Classes in jsci.maths.matrix.impl that implement Array2D
 class AlgorithmsDenseDoubleArray2D
           
 class AlgorithmsSparseDoubleArray2D
           
 class AlgorithmsTransposedDoubleArray2D<E extends AlgorithmsDoubleArray2D>
           
 

Uses of Array2D in jsci.util.array
 

Subinterfaces of Array2D in jsci.util.array
 interface DoubleArray2D
           
 

Classes in jsci.util.array that implement Array2D
 class AbstractDoubleArray2D
           
 class DenseDoubleArray2D
           
 class DiagonalDoubleArray2D
           
 class FileDoubleArray2D
          Uses an underlying file as storage.
 class SparseDoubleArray2D
           
 class TransposedDoubleArray2D<E extends DoubleArray2D>
           
 class TridiagonalDoubleArray2D
           
 

Methods in jsci.util.array that return Array2D
 Array2D<T> Array2D.create(int rows, int cols)
           
 

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