Uses of Class
edu.jas.vector.GenVectorModul
-
Packages that use GenVectorModul Package Description edu.jas.poly Generic coefficients polynomial package.edu.jas.vector Generic vector and matrix package. -
-
Uses of GenVectorModul in edu.jas.poly
Constructors in edu.jas.poly with parameters of type GenVectorModul Constructor Description ModuleList(GenVectorModul<GenPolynomial<C>> r, java.util.List<GenVector<GenPolynomial<C>>> l)
Constructor. -
Uses of GenVectorModul in edu.jas.vector
Fields in edu.jas.vector declared as GenVectorModul Modifier and Type Field Description GenVectorModul<C>
GenVector. modul
Methods in edu.jas.vector that return GenVectorModul Modifier and Type Method Description GenVectorModul<C>
GenVector. factory()
Get the corresponding element factory.Constructors in edu.jas.vector with parameters of type GenVectorModul Constructor Description GenVector(GenVectorModul<C> m)
Constructor for zero GenVector.GenVector(GenVectorModul<C> m, C[] v)
Constructor for GenVector.GenVector(GenVectorModul<C> m, java.util.List<C> v)
Constructor for GenVector.
-