Uses of Class
edu.jas.vector.GenVector
Packages that use GenVector
Package
Description
Groebner bases using unique factorization package.
Generic coefficients polynomial package.
Generic coefficients power series package.
Generic vector and matrix package.
-
Uses of GenVector in edu.jas.gbufd
Methods in edu.jas.gbufd with parameters of type GenVectorModifier and TypeMethodDescriptionList
<List<GenPolynomial<C>>> Syzygy.zeroRelations
(int modv, GenVector<GenPolynomial<C>> v) Syzygy module from Groebner base.List
<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 GenVectorModifier and TypeMethodDescriptionGenExteriorPolynomialRing.fromVector
(GenVector<C> a) Get a GenExteriorPolynomial from a GenVector.GenPolynomialRing.fromVector
(GenVector<C> a) Get a GenPolynomial<C> from a GenVector<C>.Method parameters in edu.jas.poly with type arguments of type GenVectorModifier and TypeMethodDescriptionstatic <C extends RingElem<C>>
List<List<GenPolynomial<C>>> ModuleList.vecToList
(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 GenVectorModifierConstructorDescriptionModuleList
(GenVectorModul<GenPolynomial<C>> r, List<GenVector<GenPolynomial<C>>> l) Constructor. -
Uses of GenVector in edu.jas.ps
Methods in edu.jas.ps that return GenVectorMethods in edu.jas.ps with parameters of type GenVectorModifier and TypeMethodDescriptionUnivPowerSeriesRing.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 GenVectorFields in edu.jas.vector with type parameters of type GenVectorMethods in edu.jas.vector that return GenVectorModifier and TypeMethodDescriptionGenVector.abs()
Absolute value of this vector.GenVector.copy()
clone method.copy vector.GenVectorModul.fromInteger
(long a) Get the vector for a.GenVectorModul.fromInteger
(BigInteger a) Get the vector for a.From List of coefficients.GenMatrix.getColumn
(int i) Get column i.GenMatrix.getDiagonal()
Get diagonal.GenMatrix.getRow
(int i) Get row i.GenVectorModul.getZERO()
getZERO.GenVector.leftLinearCombination
(C s, C t, GenVector<C> b) left linear combination of this vector with scalar multiple of other vector.BasicLinAlg.leftProduct
(GenVector<C> G, GenMatrix<C> F) Product of a vector and a matrix of ring elements.GenVector.leftScalarMultiply
(C s) Left product of this vector with scalar.GenVector.linearCombination
(C t, GenVector<C> b) Left linear combination of this vector with scalar multiple of other vector.GenVector.linearCombination
(C s, GenVector<C> b, C t) Linear combination of this vector with scalar multiple of other vector.GenVector.linearCombination
(GenVector<C> b, C t) Linear combination of this vector with scalar multiple of other vector.Product of this vector with scalar.GenVector.negate()
Negative of this vector.Parse a vector from a Reader.Parse a vector from a String.GenVectorModul.random
(int k) Random vector.GenVectorModul.random
(int k, float q) Random vector.Random vector.Random vector.BasicLinAlg.rightProduct
(GenVector<C> G, GenMatrix<C> F) Product of a vector and a matrix of ring elements.GenVector.rightScalarProduct
(List<GenVector<C>> B) right scalar / dot product of this vector with list of other vectors.GenVector.scalarMultiply
(C s) Product of this vector with scalar.GenVector.scalarProduct
(List<GenVector<C>> B) scalar / dot product of this vector with list of other vectors.Solve linear system of equations.Solve with LU decomposition.Difference of vectors.Sum of vectors.Methods in edu.jas.vector that return types with arguments of type GenVectorModifier and TypeMethodDescriptionGenVectorModul.generators()
Get a list of the generating elements.LinAlg.nullSpaceBasis
(GenMatrix<C> A) Matrix Null Space basis, cokernel.Methods in edu.jas.vector with parameters of type GenVectorModifier and TypeMethodDescriptionint
compareTo, lexicographical comparison.copy vector.GenVector.leftLinearCombination
(C s, C t, GenVector<C> b) left linear combination of this vector with scalar multiple of other vector.BasicLinAlg.leftProduct
(GenVector<C> G, GenMatrix<C> F) Product of a vector and a matrix of ring elements.GenVector.linearCombination
(C t, GenVector<C> b) Left linear combination of this vector with scalar multiple of other vector.GenVector.linearCombination
(C s, GenVector<C> b, C t) Linear combination of this vector with scalar multiple of other vector.GenVector.linearCombination
(GenVector<C> b, C t) Linear combination of this vector with scalar multiple of other vector.BasicLinAlg.rightProduct
(GenVector<C> G, GenMatrix<C> F) Product of a vector and a matrix of ring elements.GenVector.scalarProduct
(GenVector<C> b) scalar / dot product of this vector with other vector.Solve linear system of equations.Solve with LU decomposition.Difference of vectors.Sum of vectors.Method parameters in edu.jas.vector with type arguments of type GenVectorModifier and TypeMethodDescriptionGenMatrixRing.fromVectors
(List<GenVector<C>> om) From List of GenVectors.GenVector.rightScalarProduct
(List<GenVector<C>> B) right scalar / dot product of this vector with list of other vectors.GenVector.scalarProduct
(List<GenVector<C>> B) scalar / dot product of this vector with list of other vectors.