|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AlgorithmsFactory | |
---|---|
jsci.maths.matrix | |
jsci.maths.matrix.impl | |
jsci.maths.vector | |
jsci.maths.vector.impl |
Uses of AlgorithmsFactory in jsci.maths.matrix |
---|
Methods in jsci.maths.matrix that return AlgorithmsFactory | |
---|---|
AlgorithmsFactory<T,F> |
AlgorithmsFactory.getVectorAlgorithmsFactory()
|
Uses of AlgorithmsFactory in jsci.maths.matrix.impl |
---|
Methods in jsci.maths.matrix.impl that return AlgorithmsFactory | |
---|---|
AlgorithmsFactory<java.lang.Double,F> |
DoubleAlgorithmsFactory.getVectorAlgorithmsFactory()
|
AlgorithmsFactory<T,F> |
RingAlgorithmsFactory.getVectorAlgorithmsFactory()
|
Uses of AlgorithmsFactory in jsci.maths.vector |
---|
Fields in jsci.maths.vector declared as AlgorithmsFactory | |
---|---|
protected AlgorithmsFactory<T,E> |
Vector.factory
|
Constructors in jsci.maths.vector with parameters of type AlgorithmsFactory | |
---|---|
DoubleVector(E array,
AlgorithmsFactory<java.lang.Double,E> factory)
|
|
Vector(E array,
AlgorithmsFactory<T,E> factory)
|
Uses of AlgorithmsFactory in jsci.maths.vector.impl |
---|
Classes in jsci.maths.vector.impl that implement AlgorithmsFactory | |
---|---|
class |
DoubleAlgorithmsFactory<E extends DoubleArray1D>
|
class |
RingAlgorithmsFactory<T,E extends Array1D<T>>
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |