Uses of Class
edu.jas.vector.GenVector
-
Packages that use GenVector Package Description edu.jas.gbufd Groebner bases using unique factorization package.edu.jas.poly Generic coefficients polynomial package.edu.jas.ps Generic coefficients power series package.edu.jas.vector Generic vector and matrix package. -
-
Uses of GenVector in edu.jas.gbufd
Methods in edu.jas.gbufd with parameters of type GenVector Modifier and Type Method Description java.util.List<java.util.List<GenPolynomial<C>>>Syzygy. zeroRelations(int modv, GenVector<GenPolynomial<C>> v)Syzygy module from Groebner base.java.util.List<java.util.List<GenPolynomial<C>>>SyzygyAbstract. zeroRelations(int modv, GenVector<GenPolynomial<C>> v)Syzygy module from Groebner base. -
Uses of GenVector in edu.jas.poly
Methods in edu.jas.poly with parameters of type GenVector Modifier and Type Method Description GenExteriorPolynomial<C>GenExteriorPolynomialRing. fromVector(GenVector<C> a)Get a GenExteriorPolynomial from a GenVector.GenPolynomial<C>GenPolynomialRing. fromVector(GenVector<C> a)Get a GenPolynomial<C> from a GenVector<C>.Method parameters in edu.jas.poly with type arguments of type GenVector Modifier and Type Method Description static <C extends RingElem<C>>
java.util.List<java.util.List<GenPolynomial<C>>>ModuleList. vecToList(java.util.List<GenVector<GenPolynomial<C>>> vlist)Get a list of vectors as List of list of GenPolynomials.Constructor parameters in edu.jas.poly with type arguments of type GenVector Constructor Description ModuleList(GenVectorModul<GenPolynomial<C>> r, java.util.List<GenVector<GenPolynomial<C>>> l)Constructor. -
Uses of GenVector in edu.jas.ps
Methods in edu.jas.ps that return GenVector Modifier and Type Method Description GenVector<C>UnivPowerSeries. asVector()Get a GenVector<C> from this.Methods in edu.jas.ps with parameters of type GenVector Modifier and Type Method Description UnivPowerSeries<C>UnivPowerSeriesRing. fromVector(GenVector<C> a)Get a UnivPowerSeries<C> from a GenVector<C>. -
Uses of GenVector in edu.jas.vector
Fields in edu.jas.vector declared as GenVector Modifier and Type Field Description GenVector<C>GenVectorModul. ZEROFields in edu.jas.vector with type parameters of type GenVector Modifier and Type Field Description java.util.List<GenVector<C>>GenVectorModul. BASISMethods in edu.jas.vector that return GenVector Modifier and Type Method Description GenVector<C>GenVector. abs()Absolute value of this vector.GenVector<C>GenVector. copy()clone method.GenVector<C>GenVectorModul. copy(GenVector<C> c)copy vector.GenVector<C>GenVectorModul. fromInteger(long a)Get the vector for a.GenVector<C>GenVectorModul. fromInteger(java.math.BigInteger a)Get the vector for a.GenVector<C>GenVectorModul. fromList(java.util.List<C> v)From List of coefficients.GenVector<C>GenMatrix. getColumn(int i)Get column i.GenVector<C>GenMatrix. getDiagonal()Get diagonal.GenVector<C>GenMatrix. getRow(int i)Get row i.GenVector<C>GenVectorModul. getZERO()getZERO.GenVector<C>GenVector. leftLinearCombination(C s, C t, GenVector<C> b)left linear combination of this vector with scalar multiple of other vector.GenVector<C>BasicLinAlg. leftProduct(GenVector<C> G, GenMatrix<C> F)Product of a vector and a matrix of ring elements.GenVector<C>GenVector. leftScalarMultiply(C s)Left product of this vector with scalar.GenVector<C>GenVector. linearCombination(C t, GenVector<C> b)Left linear combination of this vector with scalar multiple of other vector.GenVector<C>GenVector. linearCombination(C s, GenVector<C> b, C t)Linear combination of this vector with scalar multiple of other vector.GenVector<C>GenVector. linearCombination(GenVector<C> b, C t)Linear combination of this vector with scalar multiple of other vector.GenVector<C>GenVector. multiply(C s)Product of this vector with scalar.GenVector<C>GenVector. negate()Negative of this vector.GenVector<C>GenVectorModul. parse(java.io.Reader r)Parse a vector from a Reader.GenVector<C>GenVectorModul. parse(java.lang.String s)Parse a vector from a String.GenVector<C>GenVectorModul. random(int k)Random vector.GenVector<C>GenVectorModul. random(int k, float q)Random vector.GenVector<C>GenVectorModul. random(int k, float q, java.util.Random random)Random vector.GenVector<C>GenVectorModul. random(int k, java.util.Random random)Random vector.GenVector<C>BasicLinAlg. rightProduct(GenVector<C> G, GenMatrix<C> F)Product of a vector and a matrix of ring elements.GenVector<C>GenVector. rightScalarProduct(java.util.List<GenVector<C>> B)right scalar / dot product of this vector with list of other vectors.GenVector<C>GenVector. scalarMultiply(C s)Product of this vector with scalar.GenVector<C>GenVector. scalarProduct(java.util.List<GenVector<C>> B)scalar / dot product of this vector with list of other vectors.GenVector<C>LinAlg. solve(GenMatrix<C> A, GenVector<C> b)Solve linear system of equations.GenVector<C>LinAlg. solveLU(GenMatrix<C> A, java.util.List<java.lang.Integer> P, GenVector<C> b)Solve with LU decomposition.GenVector<C>GenVector. subtract(GenVector<C> b)Difference of vectors.GenVector<C>GenVector. sum(GenVector<C> b)Sum of vectors.Methods in edu.jas.vector that return types with arguments of type GenVector Modifier and Type Method Description java.util.List<GenVector<C>>GenVectorModul. generators()Get a list of the generating elements.java.util.List<GenVector<C>>LinAlg. nullSpaceBasis(GenMatrix<C> A)Matrix Null Space basis, cokernel.Methods in edu.jas.vector with parameters of type GenVector Modifier and Type Method Description intGenVector. compareTo(GenVector<C> b)compareTo, lexicographical comparison.GenVector<C>GenVectorModul. copy(GenVector<C> c)copy vector.GenVector<C>GenVector. leftLinearCombination(C s, C t, GenVector<C> b)left linear combination of this vector with scalar multiple of other vector.GenVector<C>BasicLinAlg. leftProduct(GenVector<C> G, GenMatrix<C> F)Product of a vector and a matrix of ring elements.GenVector<C>GenVector. linearCombination(C t, GenVector<C> b)Left linear combination of this vector with scalar multiple of other vector.GenVector<C>GenVector. linearCombination(C s, GenVector<C> b, C t)Linear combination of this vector with scalar multiple of other vector.GenVector<C>GenVector. linearCombination(GenVector<C> b, C t)Linear combination of this vector with scalar multiple of other vector.GenVector<C>BasicLinAlg. rightProduct(GenVector<C> G, GenMatrix<C> F)Product of a vector and a matrix of ring elements.CGenVector. scalarProduct(GenVector<C> b)scalar / dot product of this vector with other vector.GenVector<C>LinAlg. solve(GenMatrix<C> A, GenVector<C> b)Solve linear system of equations.GenVector<C>LinAlg. solveLU(GenMatrix<C> A, java.util.List<java.lang.Integer> P, GenVector<C> b)Solve with LU decomposition.GenVector<C>GenVector. subtract(GenVector<C> b)Difference of vectors.GenVector<C>GenVector. sum(GenVector<C> b)Sum of vectors.Method parameters in edu.jas.vector with type arguments of type GenVector Modifier and Type Method Description GenMatrix<C>GenMatrixRing. fromVectors(java.util.List<GenVector<C>> om)From List of GenVectors.GenVector<C>GenVector. rightScalarProduct(java.util.List<GenVector<C>> B)right scalar / dot product of this vector with list of other vectors.GenVector<C>GenVector. scalarProduct(java.util.List<GenVector<C>> B)scalar / dot product of this vector with list of other vectors.
-