jsci.maths.matrix.impl
Class DoubleAlgorithmsFactory<E extends DoubleArray2D,F extends DoubleArray1D>

java.lang.Object
  extended by jsci.maths.matrix.impl.DoubleAlgorithmsFactory<E,F>
All Implemented Interfaces:
AlgorithmsFactory<java.lang.Double,E,F>

public final class DoubleAlgorithmsFactory<E extends DoubleArray2D,F extends DoubleArray1D>
extends java.lang.Object
implements AlgorithmsFactory<java.lang.Double,E,F>


Constructor Summary
DoubleAlgorithmsFactory()
           
 
Method Summary
 Algorithms<java.lang.Double,E,F> createAlgorithms(E array)
           
 AlgorithmsFactory<java.lang.Double,F> getVectorAlgorithmsFactory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoubleAlgorithmsFactory

public DoubleAlgorithmsFactory()
Method Detail

createAlgorithms

public Algorithms<java.lang.Double,E,F> createAlgorithms(E array)
Specified by:
createAlgorithms in interface AlgorithmsFactory<java.lang.Double,E extends DoubleArray2D,F extends DoubleArray1D>

getVectorAlgorithmsFactory

public AlgorithmsFactory<java.lang.Double,F> getVectorAlgorithmsFactory()
Specified by:
getVectorAlgorithmsFactory in interface AlgorithmsFactory<java.lang.Double,E extends DoubleArray2D,F extends DoubleArray1D>