jsci.maths.vector.impl
Class RingAlgorithmsFactory<T,E extends Array1D<T>>

java.lang.Object
  extended by jsci.maths.vector.impl.RingAlgorithmsFactory<T,E>
All Implemented Interfaces:
AlgorithmsFactory<T,E>

public class RingAlgorithmsFactory<T,E extends Array1D<T>>
extends java.lang.Object
implements AlgorithmsFactory<T,E>


Constructor Summary
RingAlgorithmsFactory(Ring<T> r)
           
 
Method Summary
 Algorithms<T,E> createAlgorithms(E array)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RingAlgorithmsFactory

public RingAlgorithmsFactory(Ring<T> r)
Method Detail

createAlgorithms

public Algorithms<T,E> createAlgorithms(E array)
Specified by:
createAlgorithms in interface AlgorithmsFactory<T,E extends Array1D<T>>