Uses of Class
edu.jas.vector.GenVectorModul
Packages that use GenVectorModul
Package
Description
Generic coefficients polynomial package.
Generic vector and matrix package.
-
Uses of GenVectorModul in edu.jas.poly
Constructors in edu.jas.poly with parameters of type GenVectorModulModifierConstructorDescriptionModuleList
(GenVectorModul<GenPolynomial<C>> r, List<GenVector<GenPolynomial<C>>> l) Constructor. -
Uses of GenVectorModul in edu.jas.vector
Fields in edu.jas.vector declared as GenVectorModulMethods in edu.jas.vector that return GenVectorModulConstructors in edu.jas.vector with parameters of type GenVectorModulModifierConstructorDescriptionGenVector
(GenVectorModul<C> m) Constructor for zero GenVector.GenVector
(GenVectorModul<C> m, C[] v) Constructor for GenVector.GenVector
(GenVectorModul<C> m, List<C> v) Constructor for GenVector.