Class GenVectorModul<C extends RingElem<C>>

java.lang.Object
edu.jas.vector.GenVectorModul<C>
All Implemented Interfaces:
AbelianGroupFactory<GenVector<C>>, ElemFactory<GenVector<C>>, ModulFactory<GenVector<C>,C>, Serializable

public class GenVectorModul<C extends RingElem<C>> extends Object implements ModulFactory<GenVector<C>,C>
GenVectorModul implements a generic vector factory with RingElem entries. Vectors of n columns over C.
See Also: