Uses of Interface
jsci.maths.matrix.AlgorithmsFactory

Packages that use AlgorithmsFactory
jsci.maths.matrix   
jsci.maths.matrix.impl   
 

Uses of AlgorithmsFactory in jsci.maths.matrix
 

Fields in jsci.maths.matrix declared as AlgorithmsFactory
protected  AlgorithmsFactory<T,E,F> Matrix.factory
           
 

Constructors in jsci.maths.matrix with parameters of type AlgorithmsFactory
DoubleMatrix(E array, AlgorithmsFactory<java.lang.Double,E,F> factory)
           
Matrix(E array, AlgorithmsFactory<T,E,F> factory)
           
 

Uses of AlgorithmsFactory in jsci.maths.matrix.impl
 

Classes in jsci.maths.matrix.impl that implement AlgorithmsFactory
 class DoubleAlgorithmsFactory<E extends DoubleArray2D,F extends DoubleArray1D>
           
 class RingAlgorithmsFactory<T,E extends Array2D<T>,F extends Array1D<T>>