A B C D E F G H I J K L M N O P Q R S T U V W X Z

A

AbelianGroupElem<C extends AbelianGroupElem<C>> - Interface in edu.jas.structure
Abelian group element interface.
AbelianGroupFactory<C extends AbelianGroupElem<C>> - Interface in edu.jas.structure
Abelian group factory interface.
abs() - Method in class edu.jas.application.Local
Local absolute value.
abs() - Method in class edu.jas.application.Quotient
Quotient absolute value.
abs() - Method in class edu.jas.application.Residue
Residue absolute value.
abs() - Method in class edu.jas.arith.BigComplex
Complex number absolute value.
abs() - Method in class edu.jas.arith.BigDecimal
Absolute value of this.
abs() - Method in class edu.jas.arith.BigInteger
Absolute value of this.
abs() - Method in class edu.jas.arith.BigOctonion
Octonion number absolute value.
abs() - Method in class edu.jas.arith.BigQuaternion
Quaternion number absolute value.
abs() - Method in class edu.jas.arith.BigRational
Rational number absolute value.
abs() - Method in class edu.jas.arith.ModInteger
ModInteger absolute value.
abs() - Method in class edu.jas.poly.AlgebraicNumber
AlgebraicNumber absolute value.
abs() - Method in class edu.jas.poly.GenPolynomial
GenPolynomial absolute value, i.e. leadingCoefficient > 0.
abs() - Method in interface edu.jas.structure.AbelianGroupElem
Absolute value of this.
abs() - Method in class edu.jas.structure.Local
Local absolute value.
abs() - Method in class edu.jas.structure.Quotient
Quotient absolute value.
abs() - Method in class edu.jas.structure.Residue
Residue absolute value.
abs() - Method in class edu.jas.vector.GenMatrix
Absolute value of this matrix.
abs() - Method in class edu.jas.vector.GenVector
Absolute value of this vector.
add(Object) - Method in class edu.jas.util.DistributedList
Add object to the list and distribute to other lists.
addJob(Runnable) - Method in class edu.jas.util.DistThreadPool
adds a job to the workpile.
addJob(Runnable) - Method in class edu.jas.util.ThreadPool
adds a job to the workpile.
AlgebraElem<A extends AlgebraElem<A,C>,C extends RingElem<C>> - Interface in edu.jas.structure
Algabra element interface.
AlgebraFactory<A extends AlgebraElem<A,C>,C extends RingElem<C>> - Interface in edu.jas.structure
Algebra factory interface.
AlgebraicNumber<C extends GcdRingElem<C>> - Class in edu.jas.poly
Algebraic number class based on GenPolynomial with RingElem interface.
AlgebraicNumber(AlgebraicNumberRing<C>, GenPolynomial<C>) - Constructor for class edu.jas.poly.AlgebraicNumber
The constructor creates a AlgebraicNumber object from AlgebraicNumberRing modul and a GenPolynomial value.
AlgebraicNumber(AlgebraicNumberRing<C>) - Constructor for class edu.jas.poly.AlgebraicNumber
The constructor creates a AlgebraicNumber object from a GenPolynomial object module.
AlgebraicNumberRing<C extends GcdRingElem<C>> - Class in edu.jas.poly
Algebraic number factory class based on GenPolynomial with RingElem interface.
AlgebraicNumberRing(GenPolynomial<C>) - Constructor for class edu.jas.poly.AlgebraicNumberRing
The constructor creates a AlgebraicNumber factory object from a GenPolynomial objects module.
AlgebraicNumberRing(GenPolynomial<C>, boolean) - Constructor for class edu.jas.poly.AlgebraicNumberRing
The constructor creates a AlgebraicNumber factory object from a GenPolynomial objects module.
AlgebraicNumberTest - Class in edu.jas.poly
AlgebraicNumber Test using JUnit.
AlgebraicNumberTest(String) - Constructor for class edu.jas.poly.AlgebraicNumberTest
Constructs a AlgebraicNumberTest object.
allIdle() - Method in class edu.jas.util.Terminator
allIdle.
ANumGenPolynomialTest - Class in edu.jas.poly
AlgebraicNumber coefficients GenPolynomial tests with JUnit.
ANumGenPolynomialTest(String) - Constructor for class edu.jas.poly.ANumGenPolynomialTest
Constructs a ANumGenPolynomialTest object.
anzahl - Static variable in class edu.jas.ufd.GCDProxy
Thread pool size.
ArithTest - Class in edu.jas.arith
Basic arithmetic tests with JUnit.
ArithTest(String) - Constructor for class edu.jas.arith.ArithTest
Constructs a ArithTest object.
arrayPermutation(List<Integer>, T[]) - Static method in class edu.jas.poly.TermOrderOptimization
Permutation of an array.

B

baseContent(GenPolynomial<C>) - Method in class edu.jas.ufd.GreatestCommonDivisorAbstract
GenPolynomial base coefficient content.
baseDeriviative(GenPolynomial<C>) - Static method in class edu.jas.poly.PolyUtil
GenPolynomial polynomial derivative main variable.
baseGcd(GenPolynomial<C>, GenPolynomial<C>) - Method in class edu.jas.ufd.GCDProxy
Univariate GenPolynomial greatest comon divisor.
baseGcd(GenPolynomial<C>, GenPolynomial<C>) - Method in class edu.jas.ufd.GreatestCommonDivisorAbstract
Univariate GenPolynomial greatest common divisor.
baseGcd(GenPolynomial<ModInteger>, GenPolynomial<ModInteger>) - Method in class edu.jas.ufd.GreatestCommonDivisorModEval
Univariate GenPolynomial greatest comon divisor.
baseGcd(GenPolynomial<BigInteger>, GenPolynomial<BigInteger>) - Method in class edu.jas.ufd.GreatestCommonDivisorModular
Univariate GenPolynomial greatest comon divisor.
baseGcd(GenPolynomial<C>, GenPolynomial<C>) - Method in class edu.jas.ufd.GreatestCommonDivisorPrimitive
Univariate GenPolynomial greatest comon divisor.
baseGcd(GenPolynomial<C>, GenPolynomial<C>) - Method in class edu.jas.ufd.GreatestCommonDivisorSimple
Univariate GenPolynomial greatest comon divisor.
baseGcd(GenPolynomial<C>, GenPolynomial<C>) - Method in class edu.jas.ufd.GreatestCommonDivisorSubres
Univariate GenPolynomial greatest comon divisor.
basePrimitivePart(GenPolynomial<C>) - Method in class edu.jas.ufd.GreatestCommonDivisorAbstract
GenPolynomial base coefficient primitive part.
basePseudoDivide(GenPolynomial<C>, GenPolynomial<C>) - Static method in class edu.jas.poly.PolyUtil
GenPolynomial pseudo divide.
basePseudoRemainder(GenPolynomial<C>, GenPolynomial<C>) - Static method in class edu.jas.poly.PolyUtil
GenPolynomial sparse pseudo remainder.
basePseudoRemainder(GenPolynomial<C>, GenPolynomial<C>) - Method in class edu.jas.ufd.GreatestCommonDivisorSubres
GenPolynomial pseudo remainder.
baseRemainderPoly(GenPolynomial<C>, C) - Static method in class edu.jas.poly.PolyUtil
GenPolynomial coefficient wise remainder.
baseResultant(GenPolynomial<C>, GenPolynomial<C>) - Method in class edu.jas.ufd.GreatestCommonDivisorSubres
Univariate GenPolynomial resultant.
baseSquarefreeFactors(GenPolynomial<C>) - Method in class edu.jas.ufd.GreatestCommonDivisorAbstract
GenPolynomial polynomial squarefee factorization.
baseSquarefreePart(GenPolynomial<C>) - Method in class edu.jas.ufd.GreatestCommonDivisorAbstract
GenPolynomial polynomial greatest squarefee divisor.
BasicLinAlg<C extends RingElem<C>> - Class in edu.jas.vector
Basic linear algebra methods.
BasicLinAlg() - Constructor for class edu.jas.vector.BasicLinAlg
Constructor.
BASIS - Variable in class edu.jas.vector.GenVectorModul
 
bb - Variable in class edu.jas.application.Ideal
Groebner base engine.
bb - Variable in class edu.jas.module.ModGroebnerBaseAbstract
Used Groebner base algorithm.
beIdle() - Method in class edu.jas.util.Terminator
beIdle.
BigComplex - Class in edu.jas.arith
BigComplex class based on BigRational implementing the RingElem interface and with the familiar SAC static method names.
BigComplex(BigRational, BigRational) - Constructor for class edu.jas.arith.BigComplex
The constructor creates a BigComplex object from two BigRational objects real and imaginary part.
BigComplex(BigRational) - Constructor for class edu.jas.arith.BigComplex
The constructor creates a BigComplex object from a BigRational object as real part, the imaginary part is set to 0.
BigComplex(long) - Constructor for class edu.jas.arith.BigComplex
The constructor creates a BigComplex object from a long element as real part, the imaginary part is set to 0.
BigComplex() - Constructor for class edu.jas.arith.BigComplex
The constructor creates a BigComplex object with real part 0 and imaginary part 0.
BigComplex(String) - Constructor for class edu.jas.arith.BigComplex
The constructor creates a BigComplex object from a String representation.
BigComplexTest - Class in edu.jas.arith
BigComplex tests with JUnit.
BigComplexTest(String) - Constructor for class edu.jas.arith.BigComplexTest
Constructs a BigComplexTest object.
BigDecimal - Class in edu.jas.arith
BigDecimal class to make java.math.BigDecimal available with RingElem interface.
BigDecimal(BigDecimal) - Constructor for class edu.jas.arith.BigDecimal
Constructor for BigDecimal from math.BigDecimal.
BigDecimal(BigDecimal, MathContext) - Constructor for class edu.jas.arith.BigDecimal
Constructor for BigDecimal from math.BigDecimal.
BigDecimal(long) - Constructor for class edu.jas.arith.BigDecimal
Constructor for BigDecimal from long.
BigDecimal(long, MathContext) - Constructor for class edu.jas.arith.BigDecimal
Constructor for BigDecimal from long and a context.
BigDecimal(String) - Constructor for class edu.jas.arith.BigDecimal
Constructor for BigDecimal from String.
BigDecimal(String, MathContext) - Constructor for class edu.jas.arith.BigDecimal
Constructor for BigDecimal from String.
BigDecimal() - Constructor for class edu.jas.arith.BigDecimal
Constructor for BigDecimal without parameters.
BigDecimalTest - Class in edu.jas.arith
BigDecimal tests with JUnit.
BigDecimalTest(String) - Constructor for class edu.jas.arith.BigDecimalTest
Constructs a BigDecimalTest object.
BigInteger - Class in edu.jas.arith
BigInteger class to make java.math.BigInteger available with RingElem interface and with the familiar SAC static method names.
BigInteger(BigInteger) - Constructor for class edu.jas.arith.BigInteger
Constructor for BigInteger from math.BigInteger.
BigInteger(long) - Constructor for class edu.jas.arith.BigInteger
Constructor for BigInteger from long.
BigInteger(String) - Constructor for class edu.jas.arith.BigInteger
Constructor for BigInteger from String.
BigInteger() - Constructor for class edu.jas.arith.BigInteger
Constructor for BigInteger without parameters.
BigIntegerTest - Class in edu.jas.arith
BigInteger tests with JUnit.
BigIntegerTest(String) - Constructor for class edu.jas.arith.BigIntegerTest
Constructs a BigIntegerTest object.
BigOctonion - Class in edu.jas.arith
BigOctonion class based on BigRational implementing the RingElem interface and with the familiar MAS static method names.
BigOctonion(BigQuaternion, BigQuaternion) - Constructor for class edu.jas.arith.BigOctonion
Constructor for a BigOctonion from Quaternions.
BigOctonion(BigQuaternion) - Constructor for class edu.jas.arith.BigOctonion
Constructor for a BigOctonion from BigQuaternion.
BigOctonion(BigComplex) - Constructor for class edu.jas.arith.BigOctonion
Constructor for a BigOctonion from BigComplex.
BigOctonion(BigRational) - Constructor for class edu.jas.arith.BigOctonion
Constructor for a BigOctonion from BigRational.
BigOctonion(long) - Constructor for class edu.jas.arith.BigOctonion
Constructor for a BigOctonion from long.
BigOctonion() - Constructor for class edu.jas.arith.BigOctonion
Constructor for a BigOctonion with no arguments.
BigOctonion(String) - Constructor for class edu.jas.arith.BigOctonion
The BigOctonion string constructor accepts the following formats: empty string, "quaternion", or "quat o quat" with no blanks around o if used as polynoial coefficient.
BigOctonionTest - Class in edu.jas.arith
BigOctonion tests with JUnit.
BigOctonionTest(String) - Constructor for class edu.jas.arith.BigOctonionTest
Constructs a BigOctonionTest object.
BigQuaternion - Class in edu.jas.arith
BigQuaternion class based on BigRational implementing the RingElem interface and with the familiar MAS static method names.
BigQuaternion(BigRational, BigRational, BigRational, BigRational) - Constructor for class edu.jas.arith.BigQuaternion
Constructor for a BigQuaternion from BigRationals.
BigQuaternion(BigRational, BigRational, BigRational) - Constructor for class edu.jas.arith.BigQuaternion
Constructor for a BigQuaternion from BigRationals.
BigQuaternion(BigRational, BigRational) - Constructor for class edu.jas.arith.BigQuaternion
Constructor for a BigQuaternion from BigRationals.
BigQuaternion(BigRational) - Constructor for class edu.jas.arith.BigQuaternion
Constructor for a BigQuaternion from BigRationals.
BigQuaternion(BigComplex) - Constructor for class edu.jas.arith.BigQuaternion
Constructor for a BigQuaternion from BigComplex.
BigQuaternion(long) - Constructor for class edu.jas.arith.BigQuaternion
Constructor for a BigQuaternion from long.
BigQuaternion() - Constructor for class edu.jas.arith.BigQuaternion
Constructor for a BigQuaternion with no arguments.
BigQuaternion(String) - Constructor for class edu.jas.arith.BigQuaternion
The BigQuaternion string constructor accepts the following formats: empty string, "rational", or "rat i rat j rat k rat" with no blanks around i, j or k if used as polynoial coefficient.
BigQuaternionTest - Class in edu.jas.arith
BigQuaternion tests with JUnit.
BigQuaternionTest(String) - Constructor for class edu.jas.arith.BigQuaternionTest
Constructs a BigQuaternionTest object.
BigRational - Class in edu.jas.arith
Immutable arbitrary-precision rational numbers.
BigRational(BigInteger, BigInteger) - Constructor for class edu.jas.arith.BigRational
Constructor for a BigRational from math.BigIntegers.
BigRational(BigInteger) - Constructor for class edu.jas.arith.BigRational
Constructor for a BigRational from math.BigIntegers.
BigRational(long, long) - Constructor for class edu.jas.arith.BigRational
Constructor for a BigRational from longs.
BigRational(long) - Constructor for class edu.jas.arith.BigRational
Constructor for a BigRational from longs.
BigRational() - Constructor for class edu.jas.arith.BigRational
Constructor for a BigRational with no arguments.
BigRational(String) - Constructor for class edu.jas.arith.BigRational
Constructor for a BigRational from String.
BigRationalTest - Class in edu.jas.arith
BigRational tests with JUnit.
BigRationalTest(String) - Constructor for class edu.jas.arith.BigRationalTest
Constructs a BigRationalTest object.
blas - Variable in class edu.jas.module.SyzygyAbstract
Linear algebra engine.
blocksize - Variable in class edu.jas.vector.GenMatrixRing
 

C

CABS(BigComplex) - Static method in class edu.jas.arith.BigComplex
Complex number absolute value.
castToList(List<? extends GenPolynomial<C>>) - Static method in class edu.jas.poly.PolynomialList
Get list of extensions of polynomials as List of GenPolynomials.
castToList(List<List<GenSolvablePolynomial<C>>>) - Static method in class edu.jas.vector.ModuleList
Get of solvable polynomials list as List of GenPolynomials.
castToSolvableList() - Method in class edu.jas.poly.PolynomialList
Get list as List of GenSolvablePolynomials.
castToSolvableList() - Method in class edu.jas.vector.ModuleList
Get list as List of GenSolvablePolynomials.
CCON(BigComplex) - Static method in class edu.jas.arith.BigComplex
Complex number conjugate.
CDIF(BigComplex, BigComplex) - Static method in class edu.jas.arith.BigComplex
Complex number difference.
certainty - Variable in class edu.jas.arith.ModIntegerRing
Certainty if module is probable prime.
cf - Variable in class edu.jas.util.DistHashTable
 
cf - Variable in class edu.jas.util.DistHashTableServer
 
cf - Variable in class edu.jas.util.DistributedList
 
cf - Variable in class edu.jas.util.DistributedListServer
 
cf - Variable in class edu.jas.util.ExecutableChannels
 
cf - Variable in class edu.jas.util.ExecutableServer
ChannelFactory to use.
channel - Variable in class edu.jas.util.DistHashTable
 
channel - Variable in class edu.jas.util.DistributedList
 
ChannelFactory - Class in edu.jas.util
ChannelFactory implements a symmetric and non blocking way of setting up sockets on the client and server side.
ChannelFactory(int) - Constructor for class edu.jas.util.ChannelFactory
Constructs a ChannelFactory.
ChannelFactory() - Constructor for class edu.jas.util.ChannelFactory
Constructs a ChannelFactory on the DEFAULT_PORT.
channels - Variable in class edu.jas.util.ExecutableChannels
 
characteristic() - Method in class edu.jas.application.LocalRing
Characteristic of this ring.
characteristic() - Method in class edu.jas.application.QuotientRing
Characteristic of this ring.
characteristic() - Method in class edu.jas.application.ResidueRing
Characteristic of this ring.
characteristic() - Method in class edu.jas.arith.BigComplex
Characteristic of this ring.
characteristic() - Method in class edu.jas.arith.BigDecimal
Characteristic of this ring.
characteristic() - Method in class edu.jas.arith.BigInteger
Characteristic of this ring.
characteristic() - Method in class edu.jas.arith.BigOctonion
Characteristic of this ring.
characteristic() - Method in class edu.jas.arith.BigQuaternion
Characteristic of this ring.
characteristic() - Method in class edu.jas.arith.BigRational
Characteristic of this ring.
characteristic() - Method in class edu.jas.arith.ModIntegerRing
Characteristic of this ring.
characteristic() - Method in class edu.jas.poly.AlgebraicNumberRing
Characteristic of this ring.
characteristic() - Method in class edu.jas.poly.GenPolynomialRing
Characteristic of this ring.
characteristic() - Method in class edu.jas.structure.LocalRing
Characteristic of this ring.
characteristic() - Method in class edu.jas.structure.QuotientRing
Characteristic of this ring.
characteristic() - Method in class edu.jas.structure.ResidueRing
Characteristic of this ring.
characteristic() - Method in interface edu.jas.structure.RingFactory
Characteristic of this ring.
characteristic() - Method in class edu.jas.vector.GenMatrixRing
Characteristic of this ring.
checkPrimes() - Static method in class edu.jas.arith.PrimeList
Check if the list contains really prime numbers.
chineseRemainder(ModInteger, ModInteger, ModInteger) - Method in class edu.jas.arith.ModIntegerRing
ModInteger chinese remainder algorithm.
chineseRemainder(AlgebraicNumber<C>, AlgebraicNumber<C>, AlgebraicNumber<C>) - Method in class edu.jas.poly.AlgebraicNumberRing
AlgebraicNumber chinese remainder algorithm.
chineseRemainder(GenPolynomialRing<ModInteger>, GenPolynomial<ModInteger>, ModInteger, GenPolynomial<ModInteger>) - Static method in class edu.jas.poly.PolyUtil
ModInteger chinese remainder algorithm on coefficients.
CINV(BigComplex) - Static method in class edu.jas.arith.BigComplex
Complex number inverse.
clear() - Method in class edu.jas.util.DistHashTable
Clear the List.
clear() - Method in class edu.jas.util.DistributedList
Clear the List.
clientPart(String) - Method in class edu.jas.ring.GroebnerBaseDistributed
GB distributed client.
clientPart(String) - Method in class edu.jas.ring.GroebnerBaseSeqPairDistributed
GB distributed client.
clone() - Method in class edu.jas.application.Local
Clone this.
clone() - Method in class edu.jas.application.Quotient
Clone this.
clone() - Method in class edu.jas.application.Residue
Clone this.
clone() - Method in class edu.jas.arith.BigComplex
Clone this.
clone() - Method in class edu.jas.arith.BigDecimal
Clone this.
clone() - Method in class edu.jas.arith.BigInteger
Clone this.
clone() - Method in class edu.jas.arith.BigOctonion
Clone this.
clone() - Method in class edu.jas.arith.BigQuaternion
Clone this.
clone() - Method in class edu.jas.arith.BigRational
Clone this.
clone() - Method in class edu.jas.arith.ModInteger
Clone this.
clone() - Method in class edu.jas.poly.AlgebraicNumber
Clone this.
clone() - Method in class edu.jas.poly.ExpVector
Clone this.
clone() - Method in class edu.jas.poly.GenPolynomial
Clone this GenPolynomial.
clone() - Method in class edu.jas.poly.GenSolvablePolynomial
Clone this GenSolvablePolynomial.
clone() - Method in interface edu.jas.structure.Element
Clone this Element.
clone() - Method in class edu.jas.structure.Local
Clone this.
clone() - Method in class edu.jas.structure.Quotient
Clone this.
clone() - Method in class edu.jas.structure.Residue
Clone this.
clone() - Method in class edu.jas.vector.GenMatrix
clone method.
clone() - Method in class edu.jas.vector.GenVector
clone method.
close() - Method in class edu.jas.util.ExecutableChannels
close all channels and ChannelFactory.
close() - Method in class edu.jas.util.SocketChannel
Closes the channel.
CNEG(BigComplex) - Static method in class edu.jas.arith.BigComplex
Complex number negative.
coeffMaxDegree(GenPolynomial<GenPolynomial<C>>) - Static method in class edu.jas.poly.PolyUtil
Maximal degree in the coefficient polynomials.
coFac - Variable in class edu.jas.poly.GenPolynomialRing
The factory for the coefficients.
coFac - Variable in class edu.jas.vector.GenMatrixRing
 
coFac - Variable in class edu.jas.vector.GenVectorModul
 
cols - Variable in class edu.jas.vector.GenMatrixRing
 
cols - Variable in class edu.jas.vector.GenVectorModul
 
cols - Variable in class edu.jas.vector.ModuleList
Number of columns in the data structure.
combine(ExpVector) - Method in class edu.jas.poly.ExpVector
Combine with ExpVector.
compare(CriticalPair<C>, CriticalPair<C>) - Method in class edu.jas.ring.CriticalPairComparator
Compare.
compareTo(Local<C>) - Method in class edu.jas.application.Local
Local comparison.
compareTo(Quotient<C>) - Method in class edu.jas.application.Quotient
Quotient comparison.
compareTo(Residue<C>) - Method in class edu.jas.application.Residue
Residue comparison.
compareTo(BigComplex) - Method in class edu.jas.arith.BigComplex
since complex numbers are unordered, there is no compareTo method.
compareTo(BigDecimal) - Method in class edu.jas.arith.BigDecimal
Compare to BigDecimal b.
compareTo(BigInteger) - Method in class edu.jas.arith.BigInteger
Compare to BigInteger b.
compareTo(BigOctonion) - Method in class edu.jas.arith.BigOctonion
since quaternion numbers are unordered, there is no compareTo method.
compareTo(BigQuaternion) - Method in class edu.jas.arith.BigQuaternion
since quaternion numbers are unordered, there is no compareTo method.
compareTo(BigRational) - Method in class edu.jas.arith.BigRational
Rational number comparison.
compareTo(ModInteger) - Method in class edu.jas.arith.ModInteger
ModInteger comparison.
compareTo(AlgebraicNumber<C>) - Method in class edu.jas.poly.AlgebraicNumber
AlgebraicNumber comparison.
compareTo(GenPolynomial<C>) - Method in class edu.jas.poly.GenPolynomial
GenPolynomial comparison.
compareTo(Pair) - Method in class edu.jas.ring.Pair
compareTo used in TreeMap // not used at moment.
compareTo(C) - Method in interface edu.jas.structure.Element
Compare this to b.
compareTo(Local<C>) - Method in class edu.jas.structure.Local
Local comparison.
compareTo(Quotient<C>) - Method in class edu.jas.structure.Quotient
Quotient comparison.
compareTo(Residue<C>) - Method in class edu.jas.structure.Residue
Residue comparison.
compareTo(GenMatrix<C>) - Method in class edu.jas.vector.GenMatrix
compareTo, lexicogaphical comparison.
compareTo(GenVector<C>) - Method in class edu.jas.vector.GenVector
compareTo, lexicogaphical comparison.
complexFromRational(GenPolynomialRing<BigComplex>, GenPolynomial<BigRational>) - Static method in class edu.jas.poly.PolyUtil
Complex from rational real part.
ComplexGenPolynomialTest - Class in edu.jas.poly
Complex coefficients GenPolynomial tests with JUnit.
ComplexGenPolynomialTest(String) - Constructor for class edu.jas.poly.ComplexGenPolynomialTest
Constructs a ComplexGenPolynomialTest object.
ComputerThreads - Class in edu.jas.kern
ComputerThreads, provides global thread / executor service.
conjugate() - Method in class edu.jas.arith.BigComplex
Complex number conjugate.
conjugate() - Method in class edu.jas.arith.BigOctonion
BigOctonion conjugate.
conjugate() - Method in class edu.jas.arith.BigQuaternion
BigQuaternion conjugate.
conjugate() - Method in interface edu.jas.structure.StarRingElem
Conjugate of this.
contains(Ideal<C>) - Method in class edu.jas.application.Ideal
Ideal containment.
content(GenPolynomial<C>) - Method in interface edu.jas.ufd.GreatestCommonDivisor
GenPolynomial content.
content(GenPolynomial<C>) - Method in class edu.jas.ufd.GreatestCommonDivisorAbstract
GenPolynomial content.
context - Variable in class edu.jas.arith.BigDecimal
 
contract(int, int) - Method in class edu.jas.poly.ExpVector
Contract variables.
contract(GenPolynomialRing<C>) - Method in class edu.jas.poly.GenPolynomial
Contract variables.
contract(int) - Method in class edu.jas.poly.GenPolynomialRing
Contract variables.
contract(int) - Method in class edu.jas.poly.GenSolvablePolynomialRing
Contract variables.
contract(RelationTable<C>) - Method in class edu.jas.poly.RelationTable
Contract variables.
contract(int, int) - Method in class edu.jas.poly.TermOrder
Contract variables.
copy(Local<C>) - Method in class edu.jas.application.LocalRing
Copy Local element c.
copy(Quotient<C>) - Method in class edu.jas.application.QuotientRing
Copy Quotient element c.
copy(Residue<C>) - Method in class edu.jas.application.ResidueRing
Copy Residue element c.
copy(BigComplex) - Method in class edu.jas.arith.BigComplex
Copy BigComplex element c.
copy(BigDecimal) - Method in class edu.jas.arith.BigDecimal
Copy BigDecimal element c.
copy(BigInteger) - Method in class edu.jas.arith.BigInteger
Copy BigInteger element c.
copy(BigOctonion) - Method in class edu.jas.arith.BigOctonion
Copy BigOctonion element c.
copy(BigQuaternion) - Method in class edu.jas.arith.BigQuaternion
Copy BigQuaternion element c.
copy(BigRational) - Method in class edu.jas.arith.BigRational
Copy BigRational element c.
copy(ModInteger) - Method in class edu.jas.arith.ModIntegerRing
Copy ModInteger element c.
copy(AlgebraicNumber<C>) - Method in class edu.jas.poly.AlgebraicNumberRing
Copy AlgebraicNumber element c.
copy(GenPolynomial<C>) - Method in class edu.jas.poly.GenPolynomialRing
Copy polynomial c.
copy(GenSolvablePolynomial<C>) - Method in class edu.jas.poly.GenSolvablePolynomialRing
Copy polynomial c.
copy(C) - Method in interface edu.jas.structure.ElemFactory
Create a copy of Element c.
copy(Local<C>) - Method in class edu.jas.structure.LocalRing
Copy Local element c.
copy(Quotient<C>) - Method in class edu.jas.structure.QuotientRing
Copy Quotient element c.
copy(Residue<C>) - Method in class edu.jas.structure.ResidueRing
Copy Residue element c.
copy(GenMatrix<C>) - Method in class edu.jas.vector.GenMatrixRing
copy matrix.
copy(GenVector<C>) - Method in class edu.jas.vector.GenVectorModul
copy vector.
CPROD(BigComplex, BigComplex) - Static method in class edu.jas.arith.BigComplex
Complex number product.
CQ(BigComplex, BigComplex) - Static method in class edu.jas.arith.BigComplex
Complex number quotient.
CRAND(int) - Static method in class edu.jas.arith.BigComplex
Complex number, random.
criterion3(int, int, ExpVector) - Method in class edu.jas.ring.CriticalPairList
GB criterium 3.
criterion3(int, int, ExpVector) - Method in class edu.jas.ring.OrderedDPairlist
GB criterium 3.
criterion3(int, int, ExpVector) - Method in class edu.jas.ring.OrderedPairlist
GB criterium 3.
criterion4(GenPolynomial<C>, GenPolynomial<C>, ExpVector) - Method in class edu.jas.ring.DReductionSeq
GB criterium 4.
criterion4(GenPolynomial<C>, GenPolynomial<C>) - Method in class edu.jas.ring.DReductionSeq
GB criterium 4.
criterion4(GenPolynomial<C>, GenPolynomial<C>, ExpVector) - Method in interface edu.jas.ring.Reduction
GB criterium 4.
criterion4(GenPolynomial<C>, GenPolynomial<C>) - Method in interface edu.jas.ring.Reduction
GB criterium 4.
criterion4(GenPolynomial<C>, GenPolynomial<C>, ExpVector) - Method in class edu.jas.ring.ReductionAbstract
GB criterium 4.
criterion4(GenPolynomial<C>, GenPolynomial<C>) - Method in class edu.jas.ring.ReductionAbstract
GB criterium 4.
CriticalPair<C extends RingElem<C>> - Class in edu.jas.ring
Serializable subclass to hold critical pairs of polynomials.
CriticalPair(ExpVector, GenPolynomial<C>, GenPolynomial<C>, int, int) - Constructor for class edu.jas.ring.CriticalPair
CriticalPair constructor.
CriticalPairComparator<C extends RingElem<C>> - Class in edu.jas.ring
Comparator for critical pairs of polynomials.
CriticalPairComparator(TermOrder) - Constructor for class edu.jas.ring.CriticalPairComparator
Constructor.
CriticalPairList<C extends RingElem<C>> - Class in edu.jas.ring
Critical pair list management.
CriticalPairList(GenPolynomialRing<C>) - Constructor for class edu.jas.ring.CriticalPairList
Constructor for CriticalPairList.
CriticalPairList(int, GenPolynomialRing<C>) - Constructor for class edu.jas.ring.CriticalPairList
Constructor for CriticalPairList.
CSUM(BigComplex, BigComplex) - Static method in class edu.jas.arith.BigComplex
Complex number sum.

D

dauer - Static variable in class edu.jas.ufd.GCDProxy
 
DEFAULT_BSIZE - Static variable in class edu.jas.vector.GenMatrixRing
 
DEFAULT_DENSITY - Static variable in class edu.jas.vector.GenMatrixRing
 
DEFAULT_DENSITY - Static variable in class edu.jas.vector.GenVectorModul
 
DEFAULT_EVORD - Static variable in class edu.jas.poly.TermOrder
 
DEFAULT_MFILE - Static variable in class edu.jas.util.ExecutableChannels
default machine file.
DEFAULT_PORT - Static variable in class edu.jas.ring.GroebnerBaseDistributed
Default server port.
DEFAULT_PORT - Static variable in class edu.jas.ring.GroebnerBaseSeqPairDistributed
Default server port.
DEFAULT_PORT - Static variable in class edu.jas.util.ChannelFactory
default port of socket.
DEFAULT_PORT - Static variable in class edu.jas.util.DistHashTableServer
 
DEFAULT_PORT - Static variable in class edu.jas.util.DistributedListServer
 
DEFAULT_PORT - Static variable in class edu.jas.util.ExecutableChannels
default port.
DEFAULT_PORT - Static variable in class edu.jas.util.ExecutableServer
Default port to listen to.
DEFAULT_THREADS - Static variable in class edu.jas.ring.GroebnerBaseDistributed
Default number of threads.
DEFAULT_THREADS - Static variable in class edu.jas.ring.GroebnerBaseSeqPairDistributed
Default number of threads.
degree(int) - Method in class edu.jas.poly.GenPolynomial
Degree in variable i.
degree() - Method in class edu.jas.poly.GenPolynomial
Maximal degree.
degreeMatrix(GenPolynomial<C>) - Static method in class edu.jas.poly.TermOrderOptimization
Degree matrix.
degreeMatrix(Collection<GenPolynomial<C>>) - Static method in class edu.jas.poly.TermOrderOptimization
Degree matrix.
degreeMatrixOfCoefficients(GenPolynomial<GenPolynomial<C>>) - Static method in class edu.jas.poly.TermOrderOptimization
Degree matrix of coefficient polynomials.
degreeMatrixOfCoefficients(Collection<GenPolynomial<GenPolynomial<C>>>) - Static method in class edu.jas.poly.TermOrderOptimization
Degree matrix of coefficient polynomials.
degreeVector() - Method in class edu.jas.poly.GenPolynomial
Maximal degree vector.
den - Variable in class edu.jas.application.Local
Denominator part of the element data structure.
den - Variable in class edu.jas.application.Quotient
Denominator part of the element data structure.
den - Variable in class edu.jas.arith.BigRational
Denominator part of the data structure.
den - Variable in class edu.jas.structure.Local
Denominator part of the element data structure.
den - Variable in class edu.jas.structure.Quotient
Denominator part of the element data structure.
denominator() - Method in class edu.jas.arith.BigRational
Get the denominator.
dependencyOnVariables() - Method in class edu.jas.poly.ExpVector
ExpVector dependency on variables.
DGroebnerBaseSeq<C extends RingElem<C>> - Class in edu.jas.ring
D-Groebner Base sequential algorithm.
DGroebnerBaseSeq() - Constructor for class edu.jas.ring.DGroebnerBaseSeq
Constructor.
DGroebnerBaseSeq(DReduction<C>) - Constructor for class edu.jas.ring.DGroebnerBaseSeq
Constructor.
DGroebnerBaseSeqTest - Class in edu.jas.ring
DGroebner base sequential tests with JUnit.
DGroebnerBaseSeqTest(String) - Constructor for class edu.jas.ring.DGroebnerBaseSeqTest
Constructs a DGroebnerBaseSeqTest object.
DHTTransport - Class in edu.jas.util
Transport container for a distributed version of a HashTable.
DHTTransport(Object, Object) - Constructor for class edu.jas.util.DHTTransport
Constructs a new DHTTransport Container.
dif(ExpVector) - Method in class edu.jas.poly.ExpVector
ExpVector difference.
DistHashTable - Class in edu.jas.util
Distributed version of a HashTable.
DistHashTable(String) - Constructor for class edu.jas.util.DistHashTable
Constructs a new DistHashTable.
DistHashTable(String, int) - Constructor for class edu.jas.util.DistHashTable
DistHashTable.
DistHashTable(ChannelFactory, String, int) - Constructor for class edu.jas.util.DistHashTable
DistHashTable.
DistHashTable(SocketChannel) - Constructor for class edu.jas.util.DistHashTable
DistHashTable.
DistHashTableServer - Class in edu.jas.util
Server for the distributed version of a list.
DistHashTableServer() - Constructor for class edu.jas.util.DistHashTableServer
Constructs a new DistHashTableServer.
DistHashTableServer(int) - Constructor for class edu.jas.util.DistHashTableServer
DistHashTableServer.
DistHashTableServer(ChannelFactory) - Constructor for class edu.jas.util.DistHashTableServer
DistHashTableServer.
DistHashTableTest - Class in edu.jas.util
DistHashTable test with JUnit.
DistHashTableTest(String) - Constructor for class edu.jas.util.DistHashTableTest
Constructs a DistHashTableTest object.
distribute(GenPolynomialRing<C>, GenPolynomial<GenPolynomial<C>>) - Static method in class edu.jas.poly.PolyUtil
Distribute a recursive polynomial to a generic polynomial.
DistributedList - Class in edu.jas.util
Distributed version of a List.
DistributedList(String) - Constructor for class edu.jas.util.DistributedList
Constructor for DistributedList.
DistributedList(String, int) - Constructor for class edu.jas.util.DistributedList
Constructor for DistributedList.
DistributedList(ChannelFactory, String, int) - Constructor for class edu.jas.util.DistributedList
Constructor for DistributedList.
DistributedList(SocketChannel) - Constructor for class edu.jas.util.DistributedList
Constructor for DistributedList.
DistributedListServer - Class in edu.jas.util
Server for the distributed version of a list.
DistributedListServer() - Constructor for class edu.jas.util.DistributedListServer
Constructs a new DistributedListServer.
DistributedListServer(int) - Constructor for class edu.jas.util.DistributedListServer
DistributedListServer.
DistributedListServer(ChannelFactory) - Constructor for class edu.jas.util.DistributedListServer
DistributedListServer.
DistributedListTest - Class in edu.jas.util
DistributedList tests with JUnit.
DistributedListTest(String) - Constructor for class edu.jas.util.DistributedListTest
Constructs a DistributedListTest object.
DistThreadPool - Class in edu.jas.util
Distributed thread pool.
DistThreadPool() - Constructor for class edu.jas.util.DistThreadPool
Constructs a new DistThreadPool with strategy StrategyEnumeration.FIFO and size DEFAULT_SIZE.
DistThreadPool(StrategyEnumeration) - Constructor for class edu.jas.util.DistThreadPool
Constructs a new DistThreadPool with size DEFAULT_SIZE.
DistThreadPool(int) - Constructor for class edu.jas.util.DistThreadPool
Constructs a new DistThreadPool with strategy StrategyEnumeration.FIFO.
DistThreadPool(int, String) - Constructor for class edu.jas.util.DistThreadPool
Constructs a new DistThreadPool with strategy StrategyEnumeration.FIFO.
DistThreadPool(StrategyEnumeration, int, String) - Constructor for class edu.jas.util.DistThreadPool
Constructs a new DistThreadPool.
DistThreadPoolTest - Class in edu.jas.util
DistThreadPool tests with JUnit.
DistThreadPoolTest(String) - Constructor for class edu.jas.util.DistThreadPoolTest
Constructs a DistThreadPoolTest object.
divide(Local<C>) - Method in class edu.jas.application.Local
Local division.
divide(Quotient<C>) - Method in class edu.jas.application.Quotient
Quotient division.
divide(GenPolynomial<C>, GenPolynomial<C>) - Method in class edu.jas.application.QuotientRing
Divide.
divide(Residue<C>) - Method in class edu.jas.application.Residue
Residue division.
divide(BigComplex) - Method in class edu.jas.arith.BigComplex
Complex number divide.
divide(BigDecimal) - Method in class edu.jas.arith.BigDecimal
BigDecimal divide.
divide(BigInteger) - Method in class edu.jas.arith.BigInteger
BigInteger divide.
divide(BigOctonion) - Method in class edu.jas.arith.BigOctonion
BigOctonion divide.
divide(BigRational) - Method in class edu.jas.arith.BigOctonion
BigOctonion divide.
divide(BigQuaternion) - Method in class edu.jas.arith.BigQuaternion
BigQuaternion divide.
divide(BigRational) - Method in class edu.jas.arith.BigQuaternion
BigQuaternion divide.
divide(BigRational) - Method in class edu.jas.arith.BigRational
Rational number quotient.
divide(ModInteger) - Method in class edu.jas.arith.ModInteger
ModInteger divide.
divide(AlgebraicNumber<C>) - Method in class edu.jas.poly.AlgebraicNumber
AlgebraicNumber division.
divide(C) - Method in class edu.jas.poly.GenPolynomial
GenPolynomial division.
divide(GenPolynomial<C>) - Method in class edu.jas.poly.GenPolynomial
GenPolynomial division.
divide(Local<C>) - Method in class edu.jas.structure.Local
Local division.
divide(C) - Method in interface edu.jas.structure.MonoidElem
Divide this by S.
divide(Quotient<C>) - Method in class edu.jas.structure.Quotient
Quotient division.
divide(Residue<C>) - Method in class edu.jas.structure.Residue
Residue division.
divide(GenPolynomial<C>, C) - Method in class edu.jas.ufd.GreatestCommonDivisorAbstract
GenPolynomial division.
divide(GenMatrix<C>) - Method in class edu.jas.vector.GenMatrix
Divide this by S.
divideAndRemainder(BigDecimal) - Method in class edu.jas.arith.BigDecimal
BigDecimal compute quotient and remainder.
divideAndRemainder(BigInteger) - Method in class edu.jas.arith.BigInteger
BigInteger compute quotient and remainder.
divideAndRemainder(GenPolynomial<C>) - Method in class edu.jas.poly.GenPolynomial
GenPolynomial division with remainder.
DONE - Static variable in class edu.jas.util.ExecutableServer
Constant to signal completion.
doPutToMap(ExpVector, C) - Method in class edu.jas.poly.GenPolynomial
Put an ExpVector to coefficient entry into the internal map of this GenPolynomial.
DReduction<C extends RingElem<C>> - Interface in edu.jas.ring
Polynomial D Reduction interface.
dreduction - Variable in class edu.jas.ring.OrderedDPairlist
 
DReductionSeq<C extends RingElem<C>> - Class in edu.jas.ring
Polynomial D-Reduction sequential use algorithm.
DReductionSeq() - Constructor for class edu.jas.ring.DReductionSeq
Constructor.

E

e - Variable in class edu.jas.ring.CriticalPair
 
e1 - Variable in class edu.jas.ufd.GCDProxy
GCD engines.
e2 - Variable in class edu.jas.ufd.GCDProxy
 
ec - Variable in class edu.jas.ring.CriticalPairComparator
 
edu.jas.application - package edu.jas.application
Groebner base application package.
edu.jas.arith - package edu.jas.arith
Basic arithmetic classes.
edu.jas.kern - package edu.jas.kern
JAS run-time kernel package.
edu.jas.module - package edu.jas.module
Module Groebner base package.
edu.jas.poly - package edu.jas.poly
Generic coefficients polynomial package.
edu.jas.ring - package edu.jas.ring
Groebner bases package.
edu.jas.structure - package edu.jas.structure
Basic structural interfaces.
edu.jas.ufd - package edu.jas.ufd
Unique factorization domain package.
edu.jas.util - package edu.jas.util
Concurrent programming utility classes.
edu.jas.vector - package edu.jas.vector
Generic vector and matrix package.
egcd(Local<C>) - Method in class edu.jas.application.Local
Extended greatest common divisor.
egcd(Quotient<C>) - Method in class edu.jas.application.Quotient
Extended greatest common divisor.
egcd(Residue<C>) - Method in class edu.jas.application.Residue
Extended greatest common divisor.
egcd(BigComplex) - Method in class edu.jas.arith.BigComplex
BigComplex extended greatest common divisor.
egcd(BigDecimal) - Method in class edu.jas.arith.BigDecimal
BigDecimal extended greatest common divisor.
egcd(BigInteger) - Method in class edu.jas.arith.BigInteger
BigInteger extended greatest common divisor.
egcd(BigOctonion) - Method in class edu.jas.arith.BigOctonion
BigOctonion extended greatest common divisor.
egcd(BigQuaternion) - Method in class edu.jas.arith.BigQuaternion
BigQuaternion extended greatest common divisor.
egcd(BigRational) - Method in class edu.jas.arith.BigRational
BigRational extended greatest common divisor.
egcd(ModInteger) - Method in class edu.jas.arith.ModInteger
ModInteger extended greatest common divisor.
egcd(AlgebraicNumber<C>) - Method in class edu.jas.poly.AlgebraicNumber
AlgebraicNumber extended greatest common divisor.
egcd(GenPolynomial<C>) - Method in class edu.jas.poly.GenPolynomial
GenPolynomial extended greatest comon divisor.
egcd(Local<C>) - Method in class edu.jas.structure.Local
Extended greatest common divisor.
egcd(Quotient<C>) - Method in class edu.jas.structure.Quotient
Extended greatest common divisor.
egcd(Residue<C>) - Method in class edu.jas.structure.Residue
Extended greatest common divisor.
egcd(C) - Method in interface edu.jas.structure.RingElem
Extended greatest common divisor.
egcd(GenMatrix<C>) - Method in class edu.jas.vector.GenMatrix
Extended greatest common divisor.
EGroebnerBaseSeq<C extends RingElem<C>> - Class in edu.jas.ring
E-Groebner Base sequential algorithm.
EGroebnerBaseSeq() - Constructor for class edu.jas.ring.EGroebnerBaseSeq
Constructor.
EGroebnerBaseSeq(EReductionSeq<C>) - Constructor for class edu.jas.ring.EGroebnerBaseSeq
Constructor.
EGroebnerBaseSeqTest - Class in edu.jas.ring
EGroebner base sequential tests with JUnit.
EGroebnerBaseSeqTest(String) - Constructor for class edu.jas.ring.EGroebnerBaseSeqTest
Constructs a EGroebnerBaseSeqTest object.
Element<C extends Element<C>> - Interface in edu.jas.structure
Element interface.
ElemFactory<C extends Element<C>> - Interface in edu.jas.structure
Element factory interface.
engine - Variable in class edu.jas.application.QuotientRing
GCD engine of the factory.
equals(Object) - Method in class edu.jas.application.Ideal
Comparison with any other object.
equals(Object) - Method in class edu.jas.application.Local
Comparison with any other object.
equals(Object) - Method in class edu.jas.application.LocalRing
Comparison with any other object.
equals(Object) - Method in class edu.jas.application.Quotient
Comparison with any other object.
equals(Object) - Method in class edu.jas.application.QuotientRing
Comparison with any other object.
equals(Object) - Method in class edu.jas.application.Residue
Comparison with any other object.
equals(Object) - Method in class edu.jas.application.ResidueRing
Comparison with any other object.
equals(Object) - Method in class edu.jas.arith.BigComplex
Comparison with any other object.
equals(Object) - Method in class edu.jas.arith.BigDecimal
Comparison with any other object.
equals(Object) - Method in class edu.jas.arith.BigInteger
Comparison with any other object.
equals(Object) - Method in class edu.jas.arith.BigOctonion
Comparison with any other object.
equals(Object) - Method in class edu.jas.arith.BigQuaternion
Comparison with any other object.
equals(Object) - Method in class edu.jas.arith.BigRational
Comparison with any other object.
equals(Object) - Method in class edu.jas.arith.ModInteger
Comparison with any other object.
equals(Object) - Method in class edu.jas.arith.ModIntegerRing
Comparison with any other object.
equals(Object) - Method in class edu.jas.poly.AlgebraicNumber
Comparison with any other object.
equals(Object) - Method in class edu.jas.poly.AlgebraicNumberRing
Comparison with any other object.
equals(Object) - Method in class edu.jas.poly.ExpVector
Comparison with any other object.
equals(Object) - Method in class edu.jas.poly.ExpVectorPair
equals.
equals(ExpVectorPair) - Method in class edu.jas.poly.ExpVectorPair
equals.
equals(Object) - Method in class edu.jas.poly.GenPolynomial
Comparison with any other object.
equals(Object) - Method in class edu.jas.poly.GenPolynomialRing
Comparison with any other object.
equals(Object) - Method in class edu.jas.poly.GenSolvablePolynomialRing
Comparison with any other object.
equals(Object) - Method in class edu.jas.poly.OrderedPolynomialList
Comparison with any other object.
equals(Object) - Method in class edu.jas.poly.PolynomialList
Comparison with any other object.
equals(Object) - Method in class edu.jas.poly.RelationTable
RelationTable equals.
equals(Object) - Method in class edu.jas.poly.TermOrder
Comparison with any other object.
equals(Object) - Method in class edu.jas.ring.Pair
equals.
equals(Object) - Method in interface edu.jas.structure.Element
Test if this is equal to b.
equals(Object) - Method in class edu.jas.structure.Local
Comparison with any other object.
equals(Object) - Method in class edu.jas.structure.LocalRing
Comparison with any other object.
equals(Object) - Method in class edu.jas.structure.Quotient
Comparison with any other object.
equals(Object) - Method in class edu.jas.structure.QuotientRing
Comparison with any other object.
equals(Object) - Method in class edu.jas.structure.Residue
Comparison with any other object.
equals(Object) - Method in class edu.jas.structure.ResidueRing
Comparison with any other object.
equals(Object) - Method in class edu.jas.vector.GenMatrix
equals method.
equals(Object) - Method in class edu.jas.vector.GenMatrixRing
 
equals(Object) - Method in class edu.jas.vector.GenVector
equals method.
equals(Object) - Method in class edu.jas.vector.GenVectorModul
 
equals(Object) - Method in class edu.jas.vector.ModuleList
Comparison with any other object.
equals(Object) - Method in class edu.jas.vector.OrderedModuleList
Comparison with any other object.
EReduction<C extends RingElem<C>> - Interface in edu.jas.ring
Polynomial E-Reduction interface.
EReductionSeq<C extends RingElem<C>> - Class in edu.jas.ring
Polynomial E-Reduction sequential use algorithm.
EReductionSeq() - Constructor for class edu.jas.ring.EReductionSeq
Constructor.
evaluate(GenPolynomialRing<C>, GenPolynomialRing<GenPolynomial<C>>, GenPolynomialRing<GenPolynomial<C>>, GenPolynomialRing<C>, GenPolynomial<C>, C) - Static method in class edu.jas.poly.PolyUtil
Evaluate at k-th variable.
evaluateFirst(GenPolynomialRing<C>, GenPolynomialRing<C>, GenPolynomial<C>, C) - Static method in class edu.jas.poly.PolyUtil
Evaluate at first (lowest) variable.
evaluateFirstRec(GenPolynomialRing<C>, GenPolynomialRing<C>, GenPolynomial<GenPolynomial<C>>, C) - Static method in class edu.jas.poly.PolyUtil
Evaluate at first (lowest) variable.
evaluateMain(GenPolynomialRing<C>, GenPolynomial<GenPolynomial<C>>, C) - Static method in class edu.jas.poly.PolyUtil
Evaluate at main variable.
evaluateMain(RingFactory<C>, GenPolynomial<C>, C) - Static method in class edu.jas.poly.PolyUtil
Evaluate at main variable.
EVDIF(ExpVector, ExpVector) - Static method in class edu.jas.poly.ExpVector
ExpVector difference.
EVDOV(ExpVector) - Static method in class edu.jas.poly.ExpVector
ExpVector dependency on variables.
EVGCD(ExpVector, ExpVector) - Static method in class edu.jas.poly.ExpVector
ExpVector greatest common divisor.
EVIGLC(ExpVector, ExpVector) - Static method in class edu.jas.poly.ExpVector
Inverse graded lexicographical compare.
EVIGLC(ExpVector, ExpVector, int, int) - Static method in class edu.jas.poly.ExpVector
Inverse graded lexicographical compare part.
EVILCP(ExpVector, ExpVector) - Static method in class edu.jas.poly.ExpVector
Inverse lexicographical compare.
EVILCP(ExpVector, ExpVector, int, int) - Static method in class edu.jas.poly.ExpVector
Inverse lexicographical compare part.
EVIWLC(long[][], ExpVector, ExpVector) - Static method in class edu.jas.poly.ExpVector
Inverse weighted lexicographical compare.
EVIWLC(long[][], ExpVector, ExpVector, int, int) - Static method in class edu.jas.poly.ExpVector
Inverse weighted lexicographical compare part.
EVLCM(ExpVector, ExpVector) - Static method in class edu.jas.poly.ExpVector
ExpVector least common multiple.
EVMDEG(ExpVector) - Static method in class edu.jas.poly.ExpVector
ExpVector maximal degree.
EVMT(ExpVector, ExpVector) - Static method in class edu.jas.poly.ExpVector
ExpVector multiple test.
EVRAND(int, long, float) - Static method in class edu.jas.poly.ExpVector
Generate a random ExpVector.
EVRAND(int, long, float, Random) - Static method in class edu.jas.poly.ExpVector
Generate a random ExpVector.
EVRIGLC(ExpVector, ExpVector) - Static method in class edu.jas.poly.ExpVector
Reverse inverse graded lexicographical compare.
EVRIGLC(ExpVector, ExpVector, int, int) - Static method in class edu.jas.poly.ExpVector
Reverse inverse graded lexicographical compare part.
EVRILCP(ExpVector, ExpVector) - Static method in class edu.jas.poly.ExpVector
Reverse inverse lexicographical compare.
EVRILCP(ExpVector, ExpVector, int, int) - Static method in class edu.jas.poly.ExpVector
Reverse inverse lexicographical compare part.
EVSIGN(ExpVector) - Static method in class edu.jas.poly.ExpVector
ExpVector sign.
EVSU(ExpVector, int, long) - Static method in class edu.jas.poly.ExpVector
ExpVector substitution.
EVSUM(ExpVector, ExpVector) - Static method in class edu.jas.poly.ExpVector
ExpVector summation.
EVTDEG(ExpVector) - Static method in class edu.jas.poly.ExpVector
ExpVector total degree.
EVWDEG(long[][], ExpVector) - Static method in class edu.jas.poly.ExpVector
ExpVector weighted degree.
evzero - Variable in class edu.jas.poly.GenPolynomialRing
The constant exponent vector 0 for this ring.
example1() - Static method in class edu.jas.poly.Examples
example1.
example1() - Static method in class edu.jas.vector.Examples
example1.
example10() - Static method in class edu.jas.poly.Examples
example10.
example11() - Static method in class edu.jas.poly.Examples
example11.
example12() - Static method in class edu.jas.poly.Examples
example12.
example2() - Static method in class edu.jas.poly.Examples
example2.
example3() - Static method in class edu.jas.poly.Examples
example3.
example4() - Static method in class edu.jas.poly.Examples
example4.
example5() - Static method in class edu.jas.poly.Examples
example5.
example6() - Static method in class edu.jas.poly.Examples
example6.
example7() - Static method in class edu.jas.poly.Examples
example7.
example8() - Static method in class edu.jas.poly.Examples
example8.
example9() - Static method in class edu.jas.poly.Examples
example9.
Examples - Class in edu.jas.poly
Examples for polynomials usage.
Examples() - Constructor for class edu.jas.poly.Examples
 
Examples - Class in edu.jas.vector
Examples for basic linear algebra.
Examples() - Constructor for class edu.jas.vector.Examples
 
ExecutableChannels - Class in edu.jas.util
ExecutableChannels used to receive and execute classes.
ExecutableChannels() - Constructor for class edu.jas.util.ExecutableChannels
Internal constructor.
ExecutableChannels(String[]) - Constructor for class edu.jas.util.ExecutableChannels
Constructor from array of server:port strings.
ExecutableChannels(String) - Constructor for class edu.jas.util.ExecutableChannels
Constructor from machine file.
ExecutableChannelsTest - Class in edu.jas.util
ExecutableChannels tests with JUnit.
ExecutableChannelsTest(String) - Constructor for class edu.jas.util.ExecutableChannelsTest
Constructs a ExecutableChannelsTest object.
ExecutableServer - Class in edu.jas.util
ExecutableServer is used to receive and execute classes.
ExecutableServer() - Constructor for class edu.jas.util.ExecutableServer
ExecutableServer on default port.
ExecutableServer(int) - Constructor for class edu.jas.util.ExecutableServer
ExecutableServer.
ExecutableServer(ChannelFactory) - Constructor for class edu.jas.util.ExecutableServer
ExecutableServer.
ExecutableServerTest - Class in edu.jas.util
ExecutableServer tests with JUnit.
ExecutableServerTest(String) - Constructor for class edu.jas.util.ExecutableServerTest
Constructs a ExecutableServerTest object.
execute(List<GenPolynomial<C>>) - Method in class edu.jas.ring.GBDist
Execute a distributed GB example.
executeOld(List<GenPolynomial<C>>) - Method in class edu.jas.ring.GBDist
Execute a distributed GB example.
ExpVector - Class in edu.jas.poly
ExpVector implements exponent vectors for polynomials.
ExpVector(int) - Constructor for class edu.jas.poly.ExpVector
Constructor for ExpVector.
ExpVector(int, int, long) - Constructor for class edu.jas.poly.ExpVector
Constructor for ExpVector.
ExpVector(long[]) - Constructor for class edu.jas.poly.ExpVector
Constructor for ExpVector.
ExpVector(String) - Constructor for class edu.jas.poly.ExpVector
Constructor for ExpVector.
expVectorAdd(List<GenPolynomial<BigInteger>>, ExpVector) - Static method in class edu.jas.poly.TermOrderOptimization
Degree matrix exponent vector add.
ExpVectorPair - Class in edu.jas.poly
ExpVectorPair implements pairs of exponent vectors for S-polynomials.
ExpVectorPair(ExpVector, ExpVector) - Constructor for class edu.jas.poly.ExpVectorPair
Constructors for ExpVectorPair.
ExpVectorTest - Class in edu.jas.poly
ExpVector tests with JUnit.
ExpVectorTest(String) - Constructor for class edu.jas.poly.ExpVectorTest
Constructs a ExpVectorTest object.
extend(int, int, long) - Method in class edu.jas.poly.ExpVector
Extend variables.
extend(GenPolynomialRing<C>, int, long) - Method in class edu.jas.poly.GenPolynomial
Extend variables.
extend(int) - Method in class edu.jas.poly.GenPolynomialRing
Extend variables.
extend(int) - Method in class edu.jas.poly.GenSolvablePolynomialRing
Extend variables.
extend(RelationTable<C>) - Method in class edu.jas.poly.RelationTable
Extend variables.
extend(int, int) - Method in class edu.jas.poly.TermOrder
Extend variables.
ExtendedGB<C extends RingElem<C>> - Class in edu.jas.ring
Container for a GB and transformation matrices.
ExtendedGB(List<GenPolynomial<C>>, List<GenPolynomial<C>>, List<List<GenPolynomial<C>>>, List<List<GenPolynomial<C>>>) - Constructor for class edu.jas.ring.ExtendedGB
 
extGB(List<GenPolynomial<C>>) - Method in interface edu.jas.ring.GroebnerBase
Extended Groebner base using critical pair class.
extGB(int, List<GenPolynomial<C>>) - Method in interface edu.jas.ring.GroebnerBase
Extended Groebner base using critical pair class.
extGB(List<GenPolynomial<C>>) - Method in class edu.jas.ring.GroebnerBaseAbstract
Extended Groebner base using critical pair class.
extGB(int, List<GenPolynomial<C>>) - Method in class edu.jas.ring.GroebnerBaseAbstract
Extended Groebner base using critical pair class.
extGB(int, List<GenPolynomial<C>>) - Method in class edu.jas.ring.GroebnerBaseSeqPairSeq
Extended Groebner base using critical pair class.
extLeftGB(List<GenSolvablePolynomial<C>>) - Method in interface edu.jas.ring.SolvableGroebnerBase
Solvable Extended Groebner base using critical pair class.
extLeftGB(int, List<GenSolvablePolynomial<C>>) - Method in interface edu.jas.ring.SolvableGroebnerBase
Solvable Extended Groebner base using critical pair class.
extLeftGB(List<GenSolvablePolynomial<C>>) - Method in class edu.jas.ring.SolvableGroebnerBaseAbstract
Solvable Extended Groebner base using critical pair class.
extLeftGB(int, List<GenSolvablePolynomial<C>>) - Method in class edu.jas.ring.SolvableGroebnerBaseParallel
Solvable Extended Groebner base using critical pair class.
extLeftGB(int, List<GenSolvablePolynomial<C>>) - Method in class edu.jas.ring.SolvableGroebnerBaseSeq
Solvable Extended Groebner base using critical pair class.

F

F - Variable in class edu.jas.ring.ExtendedGB
 
F - Variable in class edu.jas.ring.SolvableExtendedGB
 
F2G - Variable in class edu.jas.ring.ExtendedGB
 
F2G - Variable in class edu.jas.ring.SolvableExtendedGB
 
factorBound(ExpVector) - Static method in class edu.jas.poly.PolyUtil
Factor coefficient bound.
FIFO - Static variable in class edu.jas.util.StrategyEnumeration
 
fromInteger(BigInteger) - Method in class edu.jas.application.LocalRing
Get a Local element from a BigInteger value.
fromInteger(long) - Method in class edu.jas.application.LocalRing
Get a Local element from a long value.
fromInteger(BigInteger) - Method in class edu.jas.application.QuotientRing
Get a Quotient element from a BigInteger value.
fromInteger(long) - Method in class edu.jas.application.QuotientRing
Get a Quotient element from a long value.
fromInteger(BigInteger) - Method in class edu.jas.application.ResidueRing
Get a Residue element from a BigInteger value.
fromInteger(long) - Method in class edu.jas.application.ResidueRing
Get a Residue element from a long value.
fromInteger(BigInteger) - Method in class edu.jas.arith.BigComplex
Get a BigComplex element from a BigInteger.
fromInteger(long) - Method in class edu.jas.arith.BigComplex
Get a BigComplex element from a long.
fromInteger(BigInteger) - Method in class edu.jas.arith.BigDecimal
Get a BigDecimal element from a math.BigDecimal.
fromInteger(long) - Method in class edu.jas.arith.BigDecimal
Get a BigDecimal element from long.
fromInteger(BigInteger) - Method in class edu.jas.arith.BigInteger
Get a BigInteger element from a math.BigInteger.
fromInteger(long) - Method in class edu.jas.arith.BigInteger
Get a BigInteger element from long.
fromInteger(BigInteger) - Method in class edu.jas.arith.BigOctonion
Get a BigOctonion element from a BigInteger.
fromInteger(long) - Method in class edu.jas.arith.BigOctonion
Get a BigOctonion element from a long.
fromInteger(BigInteger) - Method in class edu.jas.arith.BigQuaternion
Get a BigQuaternion element from a BigInteger.
fromInteger(long) - Method in class edu.jas.arith.BigQuaternion
Get a BigQuaternion element from a long.
fromInteger(BigInteger) - Method in class edu.jas.arith.BigRational
Get a BigRational element from a math.BigInteger.
fromInteger(long) - Method in class edu.jas.arith.BigRational
Get a BigRational element from a long.
fromInteger(BigInteger) - Method in class edu.jas.arith.ModIntegerRing
Get a ModInteger element from a BigInteger value.
fromInteger(long) - Method in class edu.jas.arith.ModIntegerRing
Get a ModInteger element from a long value.
fromInteger(BigInteger) - Method in class edu.jas.poly.AlgebraicNumberRing
Get a AlgebraicNumber element from a BigInteger value.
fromInteger(long) - Method in class edu.jas.poly.AlgebraicNumberRing
Get a AlgebraicNumber element from a long value.
fromInteger(long) - Method in class edu.jas.poly.GenPolynomialRing
Get a (constant) GenPolynomial element from a long value.
fromInteger(BigInteger) - Method in class edu.jas.poly.GenPolynomialRing
Get a (constant) GenPolynomial element from a BigInteger value.
fromInteger(long) - Method in class edu.jas.poly.GenSolvablePolynomialRing
Get a (constant) GenSolvablePolynomial element from a long value.
fromInteger(BigInteger) - Method in class edu.jas.poly.GenSolvablePolynomialRing
Get a (constant) GenSolvablePolynomial element from a BigInteger value.
fromInteger(long) - Method in interface edu.jas.structure.ElemFactory
Get the Element for a.
fromInteger(BigInteger) - Method in interface edu.jas.structure.ElemFactory
Get the Element for a.
fromInteger(BigInteger) - Method in class edu.jas.structure.LocalRing
Get a Local element from a BigInteger value.
fromInteger(long) - Method in class edu.jas.structure.LocalRing
Get a Local element from a long value.
fromInteger(BigInteger) - Method in class edu.jas.structure.QuotientRing
Get a Quotient element from a BigInteger value.
fromInteger(long) - Method in class edu.jas.structure.QuotientRing
Get a Quotient element from a long value.
fromInteger(BigInteger) - Method in class edu.jas.structure.ResidueRing
Get a Residue element from a BigInteger value.
fromInteger(long) - Method in class edu.jas.structure.ResidueRing
Get a Residue element from a long value.
fromInteger(long) - Method in class edu.jas.vector.GenMatrixRing
Get the matrix for a.
fromInteger(BigInteger) - Method in class edu.jas.vector.GenMatrixRing
Get the matrix for a.
fromInteger(long) - Method in class edu.jas.vector.GenVectorModul
Get the vector for a.
fromInteger(BigInteger) - Method in class edu.jas.vector.GenVectorModul
Get the vector for a.
fromIntegerCoefficients(GenPolynomialRing<C>, GenPolynomial<BigInteger>) - Static method in class edu.jas.poly.PolyUtil
From BigInteger coefficients.
fromIntegerCoefficients(GenPolynomialRing<C>, List<GenPolynomial<BigInteger>>) - Static method in class edu.jas.poly.PolyUtil
From BigInteger coefficients.
fromIntegerCoefficients(GenPolynomialRing<GenPolynomial<C>>, GenPolynomial<GenPolynomial<BigInteger>>) - Static method in class edu.jas.ufd.PolyUfdUtil
From BigInteger coefficients.
fromIntegerCoefficients(GenPolynomialRing<GenPolynomial<C>>, List<GenPolynomial<GenPolynomial<BigInteger>>>) - Static method in class edu.jas.ufd.PolyUfdUtil
From BigInteger coefficients.
fromList(List<List<C>>) - Method in interface edu.jas.structure.AlgebraFactory
Convert list of list to matrix.
fromList(List<C>) - Method in interface edu.jas.structure.ModulFactory
Convert list to module.
fromList(List<List<C>>) - Method in class edu.jas.vector.GenMatrixRing
From List of coefficients.
fromList(List<C>) - Method in class edu.jas.vector.GenVectorModul
From List of coefficients.

G

G - Variable in class edu.jas.ring.ExtendedGB
 
G - Variable in class edu.jas.ring.SolvableExtendedGB
 
G2F - Variable in class edu.jas.ring.ExtendedGB
 
G2F - Variable in class edu.jas.ring.SolvableExtendedGB
 
GaloisFieldTest - Class in edu.jas.poly
Galois field tests with JUnit.
GaloisFieldTest(String) - Constructor for class edu.jas.poly.GaloisFieldTest
Constructs a GaloisFieldTest object.
GB() - Method in class edu.jas.application.Ideal
Groebner Base.
GB(int, List<GenPolynomial<C>>) - Method in interface edu.jas.module.ModGroebnerBase
Groebner base using pairlist class.
GB(ModuleList<C>) - Method in interface edu.jas.module.ModGroebnerBase
GB.
GB(int, List<GenPolynomial<C>>) - Method in class edu.jas.module.ModGroebnerBaseAbstract
Groebner base using pairlist class.
GB(ModuleList<C>) - Method in class edu.jas.module.ModGroebnerBaseAbstract
GB.
gb - Variable in class edu.jas.module.SyzygyAbstract
Groebner base engine.
GB(int, List<GenPolynomial<C>>) - Method in class edu.jas.ring.DGroebnerBaseSeq
D-Groebner base using pairlist class.
GB(List<GenPolynomial<C>>) - Method in interface edu.jas.ring.GroebnerBase
Groebner base using pairlist class.
GB(int, List<GenPolynomial<C>>) - Method in interface edu.jas.ring.GroebnerBase
Groebner base using pairlist class.
GB(List<GenPolynomial<C>>) - Method in class edu.jas.ring.GroebnerBaseAbstract
Groebner base using pairlist class.
GB(int, List<GenPolynomial<C>>) - Method in class edu.jas.ring.GroebnerBaseDistributed
Distributed Groebner base.
GB(int, List<GenPolynomial<C>>) - Method in class edu.jas.ring.GroebnerBaseParallel
Parallel Groebner base using pairlist class.
GB(int, List<GenPolynomial<C>>) - Method in class edu.jas.ring.GroebnerBaseSeq
Groebner base using pairlist class.
GB(int, List<GenPolynomial<C>>) - Method in class edu.jas.ring.GroebnerBaseSeqPairDistributed
Distributed Groebner base.
GB(int, List<GenPolynomial<C>>) - Method in class edu.jas.ring.GroebnerBaseSeqPairParallel
Parallel Groebner base using sequential pair order class.
GB(int, List<GenPolynomial<C>>) - Method in class edu.jas.ring.GroebnerBaseSeqPairSeq
Groebner base using pairlist class.
GBDist<C extends RingElem<C>> - Class in edu.jas.ring
Setup to run a distributed GB example.
GBDist(int, String, int) - Constructor for class edu.jas.ring.GBDist
Constructor.
gcd(GenPolynomial<C>, GenPolynomial<C>) - Method in class edu.jas.application.Local
Greatest common divisor.
gcd(Local<C>) - Method in class edu.jas.application.Local
Greatest common divisor.
gcd(Quotient<C>) - Method in class edu.jas.application.Quotient
Greatest common divisor.
gcd(GenPolynomial<C>, GenPolynomial<C>) - Method in class edu.jas.application.QuotientRing
Greatest common divisor.
gcd(Residue<C>) - Method in class edu.jas.application.Residue
Greatest common divisor.
gcd(BigComplex) - Method in class edu.jas.arith.BigComplex
Complex number greatest common divisor.
gcd(BigDecimal) - Method in class edu.jas.arith.BigDecimal
BigDecimal greatest common divisor.
gcd(BigInteger) - Method in class edu.jas.arith.BigInteger
BigInteger greatest common divisor.
gcd(BigOctonion) - Method in class edu.jas.arith.BigOctonion
Octonion number greatest common divisor.
gcd(BigQuaternion) - Method in class edu.jas.arith.BigQuaternion
Quaternion number greatest common divisor.
gcd(BigRational) - Method in class edu.jas.arith.BigRational
Rational number greatest common divisor.
gcd(ModInteger) - Method in class edu.jas.arith.ModInteger
ModInteger greatest common divisor.
gcd(AlgebraicNumber<C>) - Method in class edu.jas.poly.AlgebraicNumber
AlgebraicNumber greatest common divisor.
gcd(GenPolynomial<C>) - Method in class edu.jas.poly.GenPolynomial
GenPolynomial greatest common divisor.
gcd(Local<C>) - Method in class edu.jas.structure.Local
Greatest common divisor.
gcd(Quotient<C>) - Method in class edu.jas.structure.Quotient
Greatest common divisor.
gcd(Residue<C>) - Method in class edu.jas.structure.Residue
Greatest common divisor.
gcd(C) - Method in interface edu.jas.structure.RingElem
Greatest common divisor.
gcd(GenPolynomial<C>, GenPolynomial<C>) - Method in class edu.jas.ufd.GCDProxy
GenPolynomial greatest comon divisor.
gcd(GenPolynomial<C>, GenPolynomial<C>) - Method in interface edu.jas.ufd.GreatestCommonDivisor
GenPolynomial greatest comon divisor.
gcd(C, C) - Method in class edu.jas.ufd.GreatestCommonDivisorAbstract
Coefficient greatest common divisor.
gcd(GenPolynomial<C>, GenPolynomial<C>) - Method in class edu.jas.ufd.GreatestCommonDivisorAbstract
GenPolynomial greatest common divisor.
gcd(GenPolynomial<ModInteger>, GenPolynomial<ModInteger>) - Method in class edu.jas.ufd.GreatestCommonDivisorModEval
GenPolynomial greatest comon divisor, modular evaluation algorithm.
gcd(GenPolynomial<BigInteger>, GenPolynomial<BigInteger>) - Method in class edu.jas.ufd.GreatestCommonDivisorModular
GenPolynomial greatest comon divisor, modular algorithm.
gcd(GenMatrix<C>) - Method in class edu.jas.vector.GenMatrix
Greatest common divisor.
GCDFactory - Class in edu.jas.ufd
Greatest common divisor algorithms factory.
GCDFactory() - Constructor for class edu.jas.ufd.GCDFactory
Protected factory constructor.
GCDFactoryTest - Class in edu.jas.ufd
GreatestCommonDivisor factory tests with JUnit.
GCDFactoryTest(String) - Constructor for class edu.jas.ufd.GCDFactoryTest
Constructs a GCDFactoryTest object.
GCDModEvalTest - Class in edu.jas.ufd
GCD Modular Evaluation algorithm tests with JUnit.
GCDModEvalTest(String) - Constructor for class edu.jas.ufd.GCDModEvalTest
Constructs a GCDModEvalTest object.
GCDModularTest - Class in edu.jas.ufd
GCD Modular algorithm tests with JUnit.
GCDModularTest(String) - Constructor for class edu.jas.ufd.GCDModularTest
Constructs a GCDModularTest object.
GCDPrimitiveTest - Class in edu.jas.ufd
GCD Primitive PRS algorithm tests with JUnit.
GCDPrimitiveTest(String) - Constructor for class edu.jas.ufd.GCDPrimitiveTest
Constructs a GCDPrimitiveTest object.
GCDProxy<C extends GcdRingElem<C>> - Class in edu.jas.ufd
Greatest common divisor parallel proxy.
GCDProxy(GreatestCommonDivisor<C>, GreatestCommonDivisor<C>) - Constructor for class edu.jas.ufd.GCDProxy
Proxy constructor.
GCDProxyTest - Class in edu.jas.ufd
GreatestCommonDivisor proxy tests with JUnit.
GCDProxyTest(String) - Constructor for class edu.jas.ufd.GCDProxyTest
Constructs a GCDProxyTest object.
GcdRingElem<C extends GcdRingElem<C>> - Interface in edu.jas.structure
Gcd ring element interface.
GCDSimpleTest - Class in edu.jas.ufd
GCD Simple PRS algorithm tests with JUnit.
GCDSimpleTest(String) - Constructor for class edu.jas.ufd.GCDSimpleTest
Constructs a GCDSimpleTest object.
GCDSubresTest - Class in edu.jas.ufd
GCD Subresultant PRS algorithm tests with JUnit.
GCDSubresTest(String) - Constructor for class edu.jas.ufd.GCDSubresTest
Constructs a GCDSubresTest object.
GCDTimingTest - Class in edu.jas.ufd
GreatestCommonDivisor timing tests with JUnit.
GCDTimingTest(String) - Constructor for class edu.jas.ufd.GCDTimingTest
Constructs a GCDTimingTest object.
generate() - Method in class edu.jas.poly.WeylRelations
Generates the relation table of this ring.
GenMatrix<C extends RingElem<C>> - Class in edu.jas.vector
GenMatrix implements a generic matrix algebra over RingElem entries.
GenMatrix(GenMatrixRing<C>) - Constructor for class edu.jas.vector.GenMatrix
Constructors for GenMatrix.
GenMatrix(GenMatrixRing<C>, ArrayList<ArrayList<C>>) - Constructor for class edu.jas.vector.GenMatrix
 
GenMatrixRing<C extends RingElem<C>> - Class in edu.jas.vector
GenMatrixRing implements a generic matrix algebra factory with RingFactory.
GenMatrixRing(RingFactory<C>, int, int) - Constructor for class edu.jas.vector.GenMatrixRing
Constructors for GenMatrixRing.
GenMatrixRing(RingFactory<C>, int, int, int) - Constructor for class edu.jas.vector.GenMatrixRing
Constructors for GenMatrixRing.
GenMatrixTest - Class in edu.jas.vector
GenMatrix tests with JUnit
GenMatrixTest(String) - Constructor for class edu.jas.vector.GenMatrixTest
Constructs a RatGenMatrixTest object.
GenPolynomial<C extends RingElem<C>> - Class in edu.jas.poly
GenPolynomial generic polynomials implementing RingElem.
GenPolynomial(GenPolynomialRing<C>) - Constructor for class edu.jas.poly.GenPolynomial
Constructor for zero GenPolynomial.
GenPolynomial(GenPolynomialRing<C>, C, ExpVector) - Constructor for class edu.jas.poly.GenPolynomial
Constructor for GenPolynomial c * xe.
GenPolynomial(GenPolynomialRing<C>, SortedMap<ExpVector, C>) - Constructor for class edu.jas.poly.GenPolynomial
Constructor for GenPolynomial.
GenPolynomialRing<C extends RingElem<C>> - Class in edu.jas.poly
GenPolynomialRing generic polynomial factory implementing RingFactory; Factory for n-variate ordered polynomials over C.
GenPolynomialRing(RingFactory<C>, int) - Constructor for class edu.jas.poly.GenPolynomialRing
The constructor creates a polynomial factory object with the default term order.
GenPolynomialRing(RingFactory<C>, int, TermOrder) - Constructor for class edu.jas.poly.GenPolynomialRing
The constructor creates a polynomial factory object.
GenPolynomialRing(RingFactory<C>, int, String[]) - Constructor for class edu.jas.poly.GenPolynomialRing
The constructor creates a polynomial factory object.
GenPolynomialRing(RingFactory<C>, int, TermOrder, String[]) - Constructor for class edu.jas.poly.GenPolynomialRing
The constructor creates a polynomial factory object.
GenPolynomialTest - Class in edu.jas.poly
GenPolynomial tests with JUnit.
GenPolynomialTest(String) - Constructor for class edu.jas.poly.GenPolynomialTest
Constructs a GenPolynomialTest object.
GenPolynomialTokenizer - Class in edu.jas.poly
GenPolynomial Tokenizer.
GenPolynomialTokenizer() - Constructor for class edu.jas.poly.GenPolynomialTokenizer
noargs constructor reads from System.in.
GenPolynomialTokenizer(GenPolynomialRing, Reader) - Constructor for class edu.jas.poly.GenPolynomialTokenizer
constructor with Ring and Reader.
GenPolynomialTokenizer(Reader) - Constructor for class edu.jas.poly.GenPolynomialTokenizer
constructor with Reader.
GenPolynomialTokenizerTest - Class in edu.jas.poly
GenPolynomialTokenizer tests with JUnit.
GenPolynomialTokenizerTest(String) - Constructor for class edu.jas.poly.GenPolynomialTokenizerTest
Constructs a GenPolynomialTokenizerTest object.
GenSolvablePolynomial<C extends RingElem<C>> - Class in edu.jas.poly
GenSolvablePolynomial generic solvable polynomials implementing RingElem.
GenSolvablePolynomial(GenSolvablePolynomialRing<C>) - Constructor for class edu.jas.poly.GenSolvablePolynomial
Constructor for zero GenSolvablePolynomial.
GenSolvablePolynomial(GenSolvablePolynomialRing<C>, C, ExpVector) - Constructor for class edu.jas.poly.GenSolvablePolynomial
Constructor for zero GenSolvablePolynomial.
GenSolvablePolynomial(GenSolvablePolynomialRing<C>, SortedMap<ExpVector, C>) - Constructor for class edu.jas.poly.GenSolvablePolynomial
Constructor for zero GenSolvablePolynomial.
GenSolvablePolynomialRing<C extends RingElem<C>> - Class in edu.jas.poly
GenSolvablePolynomialRing generic solvable polynomial factory implementing RingFactory and extending GenPolynomialRing factory; Factory for n-variate ordered solvable polynomials over C.
GenSolvablePolynomialRing(RingFactory<C>, int) - Constructor for class edu.jas.poly.GenSolvablePolynomialRing
The constructor creates a solvable polynomial factory object with the default term order and commutative relations.
GenSolvablePolynomialRing(RingFactory<C>, int, RelationTable<C>) - Constructor for class edu.jas.poly.GenSolvablePolynomialRing
The constructor creates a solvable polynomial factory object with the default term order.
GenSolvablePolynomialRing(RingFactory<C>, int, TermOrder) - Constructor for class edu.jas.poly.GenSolvablePolynomialRing
The constructor creates a solvable polynomial factory object with the given term order and commutative relations.
GenSolvablePolynomialRing(RingFactory<C>, int, TermOrder, RelationTable<C>) - Constructor for class edu.jas.poly.GenSolvablePolynomialRing
The constructor creates a solvable polynomial factory object with the given term order.
GenSolvablePolynomialRing(RingFactory<C>, int, TermOrder, String[]) - Constructor for class edu.jas.poly.GenSolvablePolynomialRing
The constructor creates a solvable polynomial factory object with the given term order and commutative relations.
GenSolvablePolynomialRing(RingFactory<C>, int, TermOrder, String[], RelationTable<C>) - Constructor for class edu.jas.poly.GenSolvablePolynomialRing
The constructor creates a solvable polynomial factory object with the given term order.
GenSolvablePolynomialTest - Class in edu.jas.poly
GenSolvablePolynomial Test using JUnit.
GenSolvablePolynomialTest(String) - Constructor for class edu.jas.poly.GenSolvablePolynomialTest
Constructs a GenSolvablePolynomialTest object.
GenVector<C extends RingElem<C>> - Class in edu.jas.vector
GenVector implements generic vectors with RingElem entries.
GenVector(GenVectorModul<C>) - Constructor for class edu.jas.vector.GenVector
Constructors for GenVector.
GenVector(GenVectorModul<C>, List<C>) - Constructor for class edu.jas.vector.GenVector
 
GenVectorModul<C extends RingElem<C>> - Class in edu.jas.vector
GenVectorModul implements a generic vector factory with RingElem entries.
GenVectorModul(RingFactory<C>, int) - Constructor for class edu.jas.vector.GenVectorModul
Constructors for GenVectorModul.
GenVectorTest - Class in edu.jas.vector
GenVector tests with JUnit
GenVectorTest(String) - Constructor for class edu.jas.vector.GenVectorTest
Constructs a RatGenVectorTest object.
get(int) - Method in class edu.jas.arith.PrimeList
get prime at index i.
get(Object) - Method in class edu.jas.util.DistHashTable
Get value under key from DHT.
getArrayList() - Method in class edu.jas.util.DistHashTable
Get the internal list, convert from Collection.
getAscendComparator() - Method in class edu.jas.poly.TermOrder
Get the ascending order comparator.
getChannel() - Method in class edu.jas.util.ChannelFactory
Get a new socket channel from a server socket.
getChannel(String, int) - Method in class edu.jas.util.ChannelFactory
Get a new socket channel to a given host.
getChannel(int) - Method in class edu.jas.util.ExecutableChannels
getChannel.
getDescendComparator() - Method in class edu.jas.poly.TermOrder
Get the descending order comparator.
getEC() - Method in class edu.jas.util.DistThreadPool
the used executable channel.
getEvord() - Method in class edu.jas.poly.TermOrder
Get the first defined order indicator.
getEvord2() - Method in class edu.jas.poly.TermOrder
Get the second defined order indicator.
getFirst() - Method in class edu.jas.poly.ExpVectorPair
 
getI() - Method in class edu.jas.arith.BigOctonion
Get the oi part.
getIm() - Method in class edu.jas.arith.BigComplex
Get the imaginary part.
getIm() - Method in class edu.jas.arith.BigQuaternion
Get the imaginary part im.
getImplementation(ModIntegerRing) - Static method in class edu.jas.ufd.GCDFactory
Determine suitable implementation of gcd algorithms, case ModInteger.
getImplementation(BigInteger) - Static method in class edu.jas.ufd.GCDFactory
Determine suitable implementation of gcd algorithms, case BigInteger.
getImplementation(BigRational) - Static method in class edu.jas.ufd.GCDFactory
Determine suitable implementation of gcd algorithms, case BigRational.
getImplementation(RingFactory<C>) - Static method in class edu.jas.ufd.GCDFactory
Determine suitable implementation of gcd algorithms, other cases.
getInReduction() - Method in class edu.jas.ring.CriticalPair
Get in reduction status.
getJm() - Method in class edu.jas.arith.BigQuaternion
Get the imaginary part jm.
getJob() - Method in class edu.jas.util.DistThreadPool
get a job for processing.
getJob() - Method in class edu.jas.util.ThreadPool
get a job for processing.
getKm() - Method in class edu.jas.arith.BigQuaternion
Get the imaginary part km.
getList() - Method in class edu.jas.application.Ideal
Get the List of GenPolynomials.
getList() - Method in class edu.jas.ring.CriticalPairList
Get the list of polynomials.
getList() - Method in class edu.jas.ring.OrderedPairlist
Get the list of polynomials.
getList() - Method in class edu.jas.util.DistHashTable
Get the internal sorted map.
getList() - Method in class edu.jas.util.DistributedList
Get the internal list, convert from Collection.
getLongPrime(int, int) - Static method in class edu.jas.arith.PrimeList
Method to compute a prime as 2**n - m.
getMap() - Method in class edu.jas.poly.GenPolynomial
ExpVector to coefficient map of GenPolynomial.
getMasterHost() - Method in class edu.jas.util.ExecutableChannels
get master host.
getMasterPort() - Method in class edu.jas.util.ExecutableChannels
get master port.
getModul() - Method in class edu.jas.arith.ModInteger
Get the module part.
getModul() - Method in class edu.jas.arith.ModIntegerRing
Get the module part.
getModuleList(int) - Method in class edu.jas.poly.PolynomialList
Get ModuleList from PolynomialList.
getNext() - Method in class edu.jas.ring.CriticalPairList
Get the next required pair from the pairlist.
getNumber() - Method in class edu.jas.util.DistThreadPool
number of worker threads.
getNumber() - Method in class edu.jas.util.ThreadPool
number of worker threads.
getONE() - Method in class edu.jas.application.LocalRing
Get the one element.
getONE() - Method in class edu.jas.application.QuotientRing
Get the one element.
getONE() - Method in class edu.jas.application.ResidueRing
Get the one element.
getONE() - Method in class edu.jas.arith.BigComplex
Get the one element.
getONE() - Method in class edu.jas.arith.BigDecimal
Get the one element.
getONE() - Method in class edu.jas.arith.BigInteger
Get the one element.
getONE() - Method in class edu.jas.arith.BigOctonion
Get the one element.
getONE() - Method in class edu.jas.arith.BigQuaternion
Get the one element.
getONE() - Method in class edu.jas.arith.BigRational
Get the one element.
getONE() - Method in class edu.jas.arith.ModIntegerRing
Get the one element.
getONE() - Method in class edu.jas.poly.AlgebraicNumberRing
Get the one element.
getONE() - Method in class edu.jas.poly.GenPolynomialRing
Get the one element.
getONE() - Method in class edu.jas.poly.GenSolvablePolynomialRing
Get the one element.
getONE() - Method in class edu.jas.structure.LocalRing
Get the one element.
getONE() - Method in interface edu.jas.structure.MonoidFactory
Get the constant one for the MonoidElem.
getONE() - Method in class edu.jas.structure.QuotientRing
Get the one element.
getONE() - Method in class edu.jas.structure.ResidueRing
Get the one element.
getONE() - Method in class edu.jas.vector.GenMatrixRing
Get the constant one for the GenMatrix.
getONECoefficient() - Method in class edu.jas.poly.GenPolynomialRing
Get the one element from the coefficients.
getPairNumber() - Method in class edu.jas.ring.Pair
Get removed pair number.
getPolynomialList() - Method in class edu.jas.vector.ModuleList
Get PolynomialList.
getPool() - Static method in class edu.jas.kern.ComputerThreads
Get the thread pool.
getPrime() - Static method in class edu.jas.poly.Examples
 
getPrime() - Method in class edu.jas.poly.GaloisFieldTest
 
getPrime() - Method in class edu.jas.poly.GFGenPolynomialTest
 
getPrime1() - Static method in class edu.jas.arith.ModIntegerTest
 
getPrime1() - Static method in class edu.jas.poly.PolyUtilTest
 
getPrime2() - Static method in class edu.jas.arith.ModIntegerTest
 
getPrime2() - Static method in class edu.jas.poly.PolyUtilTest
 
getProxy(ModIntegerRing) - Static method in class edu.jas.ufd.GCDFactory
Determine suitable proxy for gcd algorithms, case ModInteger.
getProxy(BigInteger) - Static method in class edu.jas.ufd.GCDFactory
Determine suitable procy for gcd algorithms, case BigInteger.
getProxy(BigRational) - Static method in class edu.jas.ufd.GCDFactory
Determine suitable proxy for gcd algorithms, case BigRational.
getProxy(RingFactory<C>) - Static method in class edu.jas.ufd.GCDFactory
Determine suitable proxy for gcd algorithms, other cases.
getR() - Method in class edu.jas.arith.BigOctonion
Get the or part.
getRe() - Method in class edu.jas.arith.BigComplex
Get the real part.
getRe() - Method in class edu.jas.arith.BigQuaternion
Get the real part.
getReductum() - Method in class edu.jas.ring.CriticalPair
Get reduced polynomial.
getRing() - Method in class edu.jas.application.Ideal
Get the GenPolynomialRing.
getSecond() - Method in class edu.jas.poly.ExpVectorPair
 
getSocket() - Method in class edu.jas.util.SocketChannel
Get the Socket
getSplit() - Method in class edu.jas.poly.TermOrder
Get the split index.
getStrategy() - Method in class edu.jas.util.DistThreadPool
get used strategy.
getStrategy() - Method in class edu.jas.util.ThreadPool
get used strategy.
getSugarComparator() - Method in class edu.jas.poly.TermOrder
Get the sugar order comparator.
getUseCriterion3() - Method in class edu.jas.ring.Pair
Get useCriterion3.
getUseCriterion4() - Method in class edu.jas.ring.Pair
Get useCriterion4.
getVal() - Method in class edu.jas.arith.BigInteger
Get the value.
getVal() - Method in class edu.jas.arith.ModInteger
Get the value part.
getVal() - Method in class edu.jas.poly.AlgebraicNumber
Get the value part.
getVal(int) - Method in class edu.jas.poly.ExpVector
Get the exponent at position i.
getVars() - Method in class edu.jas.poly.GenPolynomialRing
Get the variable names.
getWait(Object) - Method in class edu.jas.util.DistHashTable
Get value under key from DHT.
getWeight() - Method in class edu.jas.poly.TermOrder
Get the weight array.
getZERO() - Method in class edu.jas.application.LocalRing
Get the zero element.
getZERO() - Method in class edu.jas.application.QuotientRing
Get the zero element.
getZERO() - Method in class edu.jas.application.ResidueRing
Get the zero element.
getZERO() - Method in class edu.jas.arith.BigComplex
Get the zero element.
getZERO() - Method in class edu.jas.arith.BigDecimal
Get the zero element.
getZERO() - Method in class edu.jas.arith.BigInteger
Get the zero element.
getZERO() - Method in class edu.jas.arith.BigOctonion
Get the zero element.
getZERO() - Method in class edu.jas.arith.BigQuaternion
Get the zero element.
getZERO() - Method in class edu.jas.arith.BigRational
Get the zero element.
getZERO() - Method in class edu.jas.arith.ModIntegerRing
Get the zero element.
getZERO() - Method in class edu.jas.poly.AlgebraicNumberRing
Get the zero element.
getZERO() - Method in class edu.jas.poly.GenPolynomialRing
Get the zero element.
getZERO() - Method in class edu.jas.poly.GenSolvablePolynomialRing
Get the zero element.
getZERO() - Method in interface edu.jas.structure.AbelianGroupFactory
Get the constant zero for the AbelianGroupElem.
getZERO() - Method in class edu.jas.structure.LocalRing
Get the zero element.
getZERO() - Method in class edu.jas.structure.QuotientRing
Get the zero element.
getZERO() - Method in class edu.jas.structure.ResidueRing
Get the zero element.
getZERO() - Method in class edu.jas.vector.GenMatrixRing
Get the constant one for the GenMatrix.
getZERO() - Method in class edu.jas.vector.GenVectorModul
getZERO.
getZEROCoefficient() - Method in class edu.jas.poly.GenPolynomialRing
Get the zero element from the coefficients.
GFGenPolynomialTest - Class in edu.jas.poly
Galois field coefficients GenPolynomial tests with JUnit.
GFGenPolynomialTest(String) - Constructor for class edu.jas.poly.GFGenPolynomialTest
Constructs a GFGenPolynomialTest object.
GPolynomial(GenPolynomial<C>, GenPolynomial<C>) - Method in interface edu.jas.ring.DReduction
G-Polynomial.
GPolynomial(List<GenPolynomial<C>>, int, GenPolynomial<C>, int, GenPolynomial<C>) - Method in interface edu.jas.ring.DReduction
D-Polynomial with recording.
GPolynomial(GenPolynomial<C>, GenPolynomial<C>) - Method in class edu.jas.ring.DReductionSeq
G-Polynomial.
GPolynomial(List<GenPolynomial<C>>, int, GenPolynomial<C>, int, GenPolynomial<C>) - Method in class edu.jas.ring.DReductionSeq
D-Polynomial with recording.
GreatestCommonDivisor<C extends GcdRingElem<C>> - Interface in edu.jas.ufd
Greatest common divisor algorithm interface.
GreatestCommonDivisorAbstract<C extends GcdRingElem<C>> - Class in edu.jas.ufd
Greatest common divisor algorithms.
GreatestCommonDivisorAbstract() - Constructor for class edu.jas.ufd.GreatestCommonDivisorAbstract
 
GreatestCommonDivisorModEval - Class in edu.jas.ufd
Greatest common divisor algorithms with modular evaluation algorithm for recursion.
GreatestCommonDivisorModEval() - Constructor for class edu.jas.ufd.GreatestCommonDivisorModEval
 
GreatestCommonDivisorModular - Class in edu.jas.ufd
Greatest common divisor algorithms with modular computation and chinese remainder algorithm.
GreatestCommonDivisorModular() - Constructor for class edu.jas.ufd.GreatestCommonDivisorModular
Constructor to set recursive algorithm.
GreatestCommonDivisorModular(boolean) - Constructor for class edu.jas.ufd.GreatestCommonDivisorModular
Constructor to set recursive algorithm.
GreatestCommonDivisorPrimitive<C extends GcdRingElem<C>> - Class in edu.jas.ufd
Greatest common divisor algorithms with primitive polynomial remainder sequence.
GreatestCommonDivisorPrimitive() - Constructor for class edu.jas.ufd.GreatestCommonDivisorPrimitive
 
GreatestCommonDivisorSimple<C extends GcdRingElem<C>> - Class in edu.jas.ufd
Greatest common divisor algorithms with monic polynomial remainder sequence.
GreatestCommonDivisorSimple() - Constructor for class edu.jas.ufd.GreatestCommonDivisorSimple
 
GreatestCommonDivisorSubres<C extends GcdRingElem<C>> - Class in edu.jas.ufd
Greatest common divisor algorithms with subresultant polynomial remainder sequence.
GreatestCommonDivisorSubres() - Constructor for class edu.jas.ufd.GreatestCommonDivisorSubres
 
GRLEX - Static variable in class edu.jas.poly.TermOrder
 
GroebnerBase<C extends RingElem<C>> - Interface in edu.jas.ring
Groebner Bases interface.
GroebnerBaseAbstract<C extends RingElem<C>> - Class in edu.jas.ring
Groebner Bases abstract class.
GroebnerBaseAbstract() - Constructor for class edu.jas.ring.GroebnerBaseAbstract
Constructor.
GroebnerBaseAbstract(Reduction<C>) - Constructor for class edu.jas.ring.GroebnerBaseAbstract
Constructor.
GroebnerBaseDistributed<C extends RingElem<C>> - Class in edu.jas.ring
Groebner Base distributed algorithm.
GroebnerBaseDistributed() - Constructor for class edu.jas.ring.GroebnerBaseDistributed
Constructor.
GroebnerBaseDistributed(int) - Constructor for class edu.jas.ring.GroebnerBaseDistributed
Constructor.
GroebnerBaseDistributed(int, int) - Constructor for class edu.jas.ring.GroebnerBaseDistributed
Constructor.
GroebnerBaseDistributed(int, ThreadPool, int) - Constructor for class edu.jas.ring.GroebnerBaseDistributed
Constructor.
GroebnerBaseDistTest - Class in edu.jas.ring
GroebnerBase tests with JUnit.
GroebnerBaseDistTest(String) - Constructor for class edu.jas.ring.GroebnerBaseDistTest
Constructs a GroebnerBaseDistTest object.
GroebnerBaseParallel<C extends RingElem<C>> - Class in edu.jas.ring
Groebner Base parallel algortihm.
GroebnerBaseParallel() - Constructor for class edu.jas.ring.GroebnerBaseParallel
Constructor.
GroebnerBaseParallel(int) - Constructor for class edu.jas.ring.GroebnerBaseParallel
Constructor.
GroebnerBaseParallel(int, Reduction<C>) - Constructor for class edu.jas.ring.GroebnerBaseParallel
Constructor.
GroebnerBaseParallel(int, ThreadPool) - Constructor for class edu.jas.ring.GroebnerBaseParallel
Constructor.
GroebnerBaseParallel(int, ThreadPool, Reduction<C>) - Constructor for class edu.jas.ring.GroebnerBaseParallel
Constructor.
GroebnerBaseParTest - Class in edu.jas.ring
GroebnerBase parallel tests with JUnit.
GroebnerBaseParTest(String) - Constructor for class edu.jas.ring.GroebnerBaseParTest
Constructs a GroebnerBaseParTest object.
GroebnerBaseSeq<C extends RingElem<C>> - Class in edu.jas.ring
Groebner Base sequential algorithm.
GroebnerBaseSeq() - Constructor for class edu.jas.ring.GroebnerBaseSeq
Constructor.
GroebnerBaseSeq(Reduction<C>) - Constructor for class edu.jas.ring.GroebnerBaseSeq
Constructor.
GroebnerBaseSeqPairDistributed<C extends RingElem<C>> - Class in edu.jas.ring
Groebner Base distributed algorithm.
GroebnerBaseSeqPairDistributed() - Constructor for class edu.jas.ring.GroebnerBaseSeqPairDistributed
Constructor.
GroebnerBaseSeqPairDistributed(int) - Constructor for class edu.jas.ring.GroebnerBaseSeqPairDistributed
Constructor.
GroebnerBaseSeqPairDistributed(int, Reduction<C>) - Constructor for class edu.jas.ring.GroebnerBaseSeqPairDistributed
Constructor.
GroebnerBaseSeqPairDistributed(int, int, Reduction<C>) - Constructor for class edu.jas.ring.GroebnerBaseSeqPairDistributed
Constructor.
GroebnerBaseSeqPairDistributed(int, int) - Constructor for class edu.jas.ring.GroebnerBaseSeqPairDistributed
Constructor.
GroebnerBaseSeqPairDistributed(int, ThreadPool, int) - Constructor for class edu.jas.ring.GroebnerBaseSeqPairDistributed
Constructor.
GroebnerBaseSeqPairDistributed(int, ThreadPool, int, Reduction<C>) - Constructor for class edu.jas.ring.GroebnerBaseSeqPairDistributed
Constructor.
GroebnerBaseSeqPairDistTest - Class in edu.jas.ring
Groebner base distributed, sequential pair list, tests with JUnit.
GroebnerBaseSeqPairDistTest(String) - Constructor for class edu.jas.ring.GroebnerBaseSeqPairDistTest
Constructs a GroebnerBaseSeqPairDistTest object.
GroebnerBaseSeqPairParallel<C extends RingElem<C>> - Class in edu.jas.ring
Groebner Base parallel algorithm.
GroebnerBaseSeqPairParallel() - Constructor for class edu.jas.ring.GroebnerBaseSeqPairParallel
Constructor.
GroebnerBaseSeqPairParallel(int) - Constructor for class edu.jas.ring.GroebnerBaseSeqPairParallel
Constructor.
GroebnerBaseSeqPairParallel(int, ThreadPool) - Constructor for class edu.jas.ring.GroebnerBaseSeqPairParallel
Constructor.
GroebnerBaseSeqPairParallel(int, Reduction<C>) - Constructor for class edu.jas.ring.GroebnerBaseSeqPairParallel
Constructor.
GroebnerBaseSeqPairParallel(int, ThreadPool, Reduction<C>) - Constructor for class edu.jas.ring.GroebnerBaseSeqPairParallel
Constructor.
GroebnerBaseSeqPairParTest - Class in edu.jas.ring
Groebner base parallel, sequential pair list, tests with JUnit.
GroebnerBaseSeqPairParTest(String) - Constructor for class edu.jas.ring.GroebnerBaseSeqPairParTest
Constructs a GroebnerBaseSeqPairParTest object.
GroebnerBaseSeqPairSeq<C extends RingElem<C>> - Class in edu.jas.ring
Groebner Base sequential algorithm.
GroebnerBaseSeqPairSeq() - Constructor for class edu.jas.ring.GroebnerBaseSeqPairSeq
Constructor.
GroebnerBaseSeqPairSeq(Reduction<C>) - Constructor for class edu.jas.ring.GroebnerBaseSeqPairSeq
Constructor.
GroebnerBaseSeqPairSeqTest - Class in edu.jas.ring
Groebner base sequential, sequential pair list, tests with JUnit.
GroebnerBaseSeqPairSeqTest(String) - Constructor for class edu.jas.ring.GroebnerBaseSeqPairSeqTest
Constructs a GroebnerBaseSeqPairSeqTest object.
GroebnerBaseSeqTest - Class in edu.jas.ring
Groebner base sequential tests with JUnit.
GroebnerBaseSeqTest(String) - Constructor for class edu.jas.ring.GroebnerBaseSeqTest
Constructs a GroebnerBaseSeqTest object.

H

hashCode() - Method in class edu.jas.application.Ideal
Hash code for this ideal.
hashCode() - Method in class edu.jas.application.Local
Hash code for this local.
hashCode() - Method in class edu.jas.application.LocalRing
Hash code for this local ring.
hashCode() - Method in class edu.jas.application.Quotient
Hash code for this local.
hashCode() - Method in class edu.jas.application.QuotientRing
Hash code for this quotient ring.
hashCode() - Method in class edu.jas.application.Residue
Hash code for this local.
hashCode() - Method in class edu.jas.application.ResidueRing
Hash code for this residue ring.
hashCode() - Method in class edu.jas.arith.BigComplex
Hash code for this BigComplex.
hashCode() - Method in class edu.jas.arith.BigDecimal
Hash code for this BigDecimal.
hashCode() - Method in class edu.jas.arith.BigInteger
Hash code for this BigInteger.
hashCode() - Method in class edu.jas.arith.BigOctonion
Hash code for this BigOctonion.
hashCode() - Method in class edu.jas.arith.BigQuaternion
Hash code for this BigQuaternion.
hashCode() - Method in class edu.jas.arith.BigRational
Hash code for this BigRational.
hashCode() - Method in class edu.jas.arith.ModInteger
Hash code for this ModInteger.
hashCode() - Method in class edu.jas.arith.ModIntegerRing
Hash code for this ModIntegerRing.
hashCode() - Method in class edu.jas.poly.AlgebraicNumber
Hash code for this AlgebraicNumber.
hashCode() - Method in class edu.jas.poly.AlgebraicNumberRing
Hash code for this AlgebraicNumber.
hashCode() - Method in class edu.jas.poly.ExpVector
hashCode.
hashCode() - Method in class edu.jas.poly.ExpVectorPair
hash code.
hashCode() - Method in class edu.jas.poly.GenPolynomial
Hash code for this polynomial.
hashCode() - Method in class edu.jas.poly.GenPolynomialRing
Hash code for this polynomial ring.
hashCode() - Method in class edu.jas.poly.GenSolvablePolynomialRing
Hash code for this polynomial ring.
hashCode() - Method in class edu.jas.poly.PolynomialList
Hash code for this polynomial list.
hashCode() - Method in class edu.jas.poly.RelationTable
Hash code for this relation table.
hashCode() - Method in class edu.jas.poly.TermOrder
Hash code.
hashCode() - Method in interface edu.jas.structure.Element
Hashcode of this Element.
hashCode() - Method in class edu.jas.structure.Local
Hash code for this local.
hashCode() - Method in class edu.jas.structure.LocalRing
Hash code for this local ring.
hashCode() - Method in class edu.jas.structure.Quotient
Hash code for this local.
hashCode() - Method in class edu.jas.structure.QuotientRing
Hash code for this quotient ring.
hashCode() - Method in class edu.jas.structure.Residue
Hash code for this local.
hashCode() - Method in class edu.jas.structure.ResidueRing
Hash code for this residue ring.
hashCode() - Method in class edu.jas.vector.GenMatrix
Hash code for this GenMatrix.
hashCode() - Method in class edu.jas.vector.GenMatrixRing
Hash code for this matrix ring.
hashCode() - Method in class edu.jas.vector.GenVector
Hash code for this GenVector.
hashCode() - Method in class edu.jas.vector.GenVectorModul
Hash code for this vector module.
hashCode() - Method in class edu.jas.vector.ModuleList
Hash code for this module list.
hasJobs() - Method in class edu.jas.util.DistThreadPool
check if there are jobs for processing.
hasJobs(int) - Method in class edu.jas.util.DistThreadPool
check if there are more than n jobs for processing.
hasJobs() - Method in class edu.jas.util.Terminator
hasJobs.
hasJobs() - Method in class edu.jas.util.ThreadPool
check if there are jobs for processing.
hasJobs(int) - Method in class edu.jas.util.ThreadPool
check if there are more than n jobs for processing.
hasNext() - Method in class edu.jas.ring.CriticalPairList
Test if there is possibly a pair in the list.
hasNext() - Method in class edu.jas.ring.OrderedPairlist
Test if there is possibly a pair in the list.

I

I - Static variable in class edu.jas.arith.BigComplex
The constant i.
I - Static variable in class edu.jas.arith.BigOctonion
The constant i.
I - Static variable in class edu.jas.arith.BigQuaternion
The constant i.
i - Variable in class edu.jas.ring.CriticalPair
 
i - Variable in class edu.jas.ring.Pair
 
IABS(BigInteger) - Static method in class edu.jas.arith.BigInteger
Absolute value.
ICOMP(BigInteger, BigInteger) - Static method in class edu.jas.arith.BigInteger
Integer comparison.
Ideal<C extends RingElem<C>> - Class in edu.jas.application
Ideal implements some methods for ideal arithmetic, e.g. intersection and quotient.
Ideal(GenPolynomialRing<C>, List<GenPolynomial<C>>) - Constructor for class edu.jas.application.Ideal
Constructor.
Ideal(GenPolynomialRing<C>, List<GenPolynomial<C>>, boolean) - Constructor for class edu.jas.application.Ideal
Constructor.
Ideal(PolynomialList<C>) - Constructor for class edu.jas.application.Ideal
Constructor.
Ideal(PolynomialList<C>, GroebnerBase<C>, Reduction<C>) - Constructor for class edu.jas.application.Ideal
Constructor.
Ideal(PolynomialList<C>, boolean) - Constructor for class edu.jas.application.Ideal
Constructor.
Ideal(PolynomialList<C>, boolean, GroebnerBase<C>, Reduction<C>) - Constructor for class edu.jas.application.Ideal
Constructor.
ideal - Variable in class edu.jas.application.LocalRing
Polynomial ideal for localization.
ideal - Variable in class edu.jas.application.ResidueRing
Polynomial ideal for the reduction.
ideal - Variable in class edu.jas.structure.LocalRing
Ideal generator for localization.
IdealTest - Class in edu.jas.application
Ideal tests with JUnit.
IdealTest(String) - Constructor for class edu.jas.application.IdealTest
Constructs a IdealTest object.
IDIF(BigInteger, BigInteger) - Static method in class edu.jas.arith.BigInteger
BigInteger subtract.
idleworkers - Variable in class edu.jas.util.DistThreadPool
Number of idle workers.
idleworkers - Variable in class edu.jas.util.ThreadPool
Number of idle workers.
IGCD(BigInteger, BigInteger) - Static method in class edu.jas.arith.BigInteger
BigInteger greatest common divisor.
IGRLEX - Static variable in class edu.jas.poly.TermOrder
 
im - Variable in class edu.jas.arith.BigComplex
Imaginary part of the data structure.
im - Variable in class edu.jas.arith.BigQuaternion
Imaginary part i of the data structure.
imaginaryPart(GenPolynomialRing<BigRational>, GenPolynomial<BigComplex>) - Static method in class edu.jas.poly.PolyUtil
Imaginary part.
INEG(BigInteger) - Static method in class edu.jas.arith.BigInteger
Negative value.
infiniteQuotient(GenPolynomial<C>) - Method in class edu.jas.application.Ideal
Infinite quotient.
infiniteQuotient(Ideal<C>) - Method in class edu.jas.application.Ideal
Infinite Quotient.
infiniteQuotientOld(GenPolynomial<C>) - Method in class edu.jas.application.Ideal
Infinite quotient.
infiniteQuotientRab(GenPolynomial<C>) - Method in class edu.jas.application.Ideal
Infinite quotient.
infiniteQuotientRab(Ideal<C>) - Method in class edu.jas.application.Ideal
Infinite Quotient.
init() - Method in class edu.jas.util.DistHashTableServer
thread initialization and start.
init() - Method in class edu.jas.util.DistributedListServer
thread initialization and start.
init() - Method in class edu.jas.util.ExecutableServer
thread initialization and start.
initFactory(RingFactory, GenPolynomialTokenizer.coeffType) - Method in class edu.jas.poly.GenPolynomialTokenizer
initialize coefficient and polynomial factories.
initSolvableFactory(RingFactory, GenPolynomialTokenizer.coeffType) - Method in class edu.jas.poly.GenPolynomialTokenizer
initialize coefficient and solvable polynomial factories.
inReduction - Variable in class edu.jas.ring.CriticalPair
 
integerFromModularCoefficients(GenPolynomialRing<BigInteger>, GenPolynomial<ModInteger>) - Static method in class edu.jas.poly.PolyUtil
BigInteger from ModInteger coefficients, symmetric.
integerFromModularCoefficientsPositive(GenPolynomialRing<BigInteger>, GenPolynomial<ModInteger>) - Static method in class edu.jas.poly.PolyUtil
BigInteger from ModInteger coefficients, positive.
integerFromRationalCoefficients(GenPolynomialRing<BigInteger>, GenPolynomial<BigRational>) - Static method in class edu.jas.poly.PolyUtil
BigInteger from BigRational coefficients.
integerFromRationalCoefficients(GenPolynomialRing<BigInteger>, List<GenPolynomial<BigRational>>) - Static method in class edu.jas.poly.PolyUtil
BigInteger from BigRational coefficients.
integralFromQuotientCoefficients(GenPolynomialRing<GenPolynomial<C>>, GenPolynomial<Quotient<C>>) - Static method in class edu.jas.ufd.PolyUfdUtil
Integral polynomial from rational function coefficients.
integralFromQuotientCoefficients(GenPolynomialRing<GenPolynomial<C>>, Collection<GenPolynomial<Quotient<C>>>) - Static method in class edu.jas.ufd.PolyUfdUtil
Integral polynomial from rational function coefficients.
interpolate(AlgebraicNumber<C>, C, C, C) - Method in class edu.jas.poly.AlgebraicNumberRing
AlgebraicNumber interpolation algorithm.
interpolate(GenPolynomialRing<GenPolynomial<C>>, GenPolynomial<GenPolynomial<C>>, GenPolynomial<C>, C, GenPolynomial<C>, C) - Static method in class edu.jas.poly.PolyUtil
ModInteger interpolate on first variable.
interpolate(GenPolynomialRing<C>, GenPolynomial<C>, GenPolynomial<C>, C, C, C) - Static method in class edu.jas.poly.PolyUtil
Univariate polynomial interpolation.
intersect(Ideal<C>) - Method in class edu.jas.application.Ideal
Intersection.
intersect(GenPolynomialRing<C>) - Method in class edu.jas.application.Ideal
Intersection.
IntGenPolynomialTest - Class in edu.jas.poly
BigInteger coefficients GenPolynomial tests with JUnit.
IntGenPolynomialTest(String) - Constructor for class edu.jas.poly.IntGenPolynomialTest
Constructs a IntGenPolynomialTest object.
inverse(GenPolynomial<C>) - Method in class edu.jas.application.Ideal
Inverse for element modulo this ideal.
inverse() - Method in class edu.jas.application.Local
Local inverse.
inverse() - Method in class edu.jas.application.Quotient
Quotient inverse.
inverse() - Method in class edu.jas.application.Residue
Residue inverse.
inverse() - Method in class edu.jas.arith.BigComplex
Complex number inverse.
inverse() - Method in class edu.jas.arith.BigDecimal
Integer inverse.
inverse() - Method in class edu.jas.arith.BigInteger
Integer inverse.
inverse() - Method in class edu.jas.arith.BigOctonion
BigOctonion inverse.
inverse() - Method in class edu.jas.arith.BigQuaternion
BigQuaternion inverse.
inverse() - Method in class edu.jas.arith.BigRational
Rational number inverse.
inverse() - Method in class edu.jas.arith.ModInteger
ModInteger inverse.
inverse() - Method in class edu.jas.poly.AlgebraicNumber
AlgebraicNumber inverse.
inverse() - Method in class edu.jas.poly.GenPolynomial
GenPolynomial inverse.
inverse() - Method in class edu.jas.structure.Local
Local inverse.
inverse() - Method in interface edu.jas.structure.MonoidElem
Inverse of this.
inverse() - Method in class edu.jas.structure.Quotient
Quotient inverse.
inverse() - Method in class edu.jas.structure.Residue
Residue inverse.
inverse() - Method in class edu.jas.vector.GenMatrix
Inverse of this.
INVLEX - Static variable in class edu.jas.poly.TermOrder
 
inWork() - Method in class edu.jas.ring.CriticalPairList
In work pairs.
IPROD(BigInteger, BigInteger) - Static method in class edu.jas.arith.BigInteger
BigInteger multiply.
IQ(BigInteger, BigInteger) - Static method in class edu.jas.arith.BigInteger
BigInteger divide.
IQR(BigInteger, BigInteger) - Static method in class edu.jas.arith.BigInteger
Integer quotient and remainder.
IRAND(int) - Static method in class edu.jas.arith.BigInteger
BigInteger random.
IREM(BigInteger, BigInteger) - Static method in class edu.jas.arith.BigInteger
BigInteger remainder.
irreducibleSet(List<GenPolynomial<C>>) - Method in class edu.jas.ring.DReductionSeq
Irreducible set.
irreducibleSet(List<GenPolynomial<C>>) - Method in class edu.jas.ring.EReductionSeq
Irreducible set.
irreducibleSet(List<GenPolynomial<C>>) - Method in interface edu.jas.ring.Reduction
Irreducible set.
irreducibleSet(List<GenPolynomial<C>>) - Method in class edu.jas.ring.ReductionAbstract
Irreducible set.
isAllowed() - Static method in class edu.jas.kern.PreemptStatus
isAllowed.
isAssociative() - Method in class edu.jas.application.LocalRing
Query if this ring is associative.
isAssociative() - Method in class edu.jas.application.QuotientRing
Query if this ring is associative.
isAssociative() - Method in class edu.jas.application.ResidueRing
Query if this ring is associative.
isAssociative() - Method in class edu.jas.arith.BigComplex
Query if this ring is associative.
isAssociative() - Method in class edu.jas.arith.BigDecimal
Query if this ring is associative.
isAssociative() - Method in class edu.jas.arith.BigInteger
Query if this ring is associative.
isAssociative() - Method in class edu.jas.arith.BigOctonion
Query if this ring is associative.
isAssociative() - Method in class edu.jas.arith.BigQuaternion
Query if this ring is associative.
isAssociative() - Method in class edu.jas.arith.BigRational
Query if this ring is associative.
isAssociative() - Method in class edu.jas.arith.ModIntegerRing
Query if this ring is associative.
isAssociative() - Method in class edu.jas.poly.AlgebraicNumberRing
Query if this ring is associative.
isAssociative() - Method in class edu.jas.poly.GenPolynomialRing
Query if this ring is associative.
isAssociative() - Method in class edu.jas.poly.GenSolvablePolynomialRing
Query if this ring is associative.
isAssociative() - Method in class edu.jas.structure.LocalRing
Query if this ring is associative.
isAssociative() - Method in interface edu.jas.structure.MonoidFactory
Query if this ring is associative.
isAssociative() - Method in class edu.jas.structure.QuotientRing
Query if this ring is associative.
isAssociative() - Method in class edu.jas.structure.ResidueRing
Query if this ring is associative.
isAssociative() - Method in class edu.jas.vector.GenMatrixRing
Query if this ring is associative.
isCommutative() - Method in class edu.jas.application.LocalRing
Query if this ring is commutative.
isCommutative() - Method in class edu.jas.application.QuotientRing
Query if this ring is commutative.
isCommutative() - Method in class edu.jas.application.ResidueRing
Query if this ring is commutative.
isCommutative() - Method in class edu.jas.arith.BigComplex
Query if this ring is commutative.
isCommutative() - Method in class edu.jas.arith.BigDecimal
Query if this ring is commutative.
isCommutative() - Method in class edu.jas.arith.BigInteger
Query if this ring is commutative.
isCommutative() - Method in class edu.jas.arith.BigOctonion
Query if this ring is commutative.
isCommutative() - Method in class edu.jas.arith.BigQuaternion
Query if this ring is commutative.
isCommutative() - Method in class edu.jas.arith.BigRational
Query if this ring is commutative.
isCommutative() - Method in class edu.jas.arith.ModIntegerRing
Query if this ring is commutative.
isCommutative() - Method in class edu.jas.poly.AlgebraicNumberRing
Query if this ring is commutative.
isCommutative() - Method in class edu.jas.poly.GenPolynomialRing
Query if this ring is commutative.
isCommutative() - Method in class edu.jas.poly.GenSolvablePolynomialRing
Query if this ring is commutative.
isCommutative() - Method in class edu.jas.structure.LocalRing
Query if this ring is commutative.
isCommutative() - Method in interface edu.jas.structure.MonoidFactory
Query if this monoid is commutative.
isCommutative() - Method in class edu.jas.structure.QuotientRing
Query if this ring is commutative.
isCommutative() - Method in class edu.jas.structure.ResidueRing
Query if this ring is commutative.
isCommutative() - Method in class edu.jas.vector.GenMatrixRing
Query if this monoid is commutative.
isCONE(BigComplex) - Static method in class edu.jas.arith.BigComplex
Complex number one.
isConstant() - Method in class edu.jas.poly.GenPolynomial
Is GenPolynomial a constant.
isCZERO(BigComplex) - Static method in class edu.jas.arith.BigComplex
Complex number zero.
isEmpty() - Method in class edu.jas.util.DistHashTable
Is the List empty?
isEmpty() - Method in class edu.jas.util.DistributedList
Is the List empty?
isField - Variable in class edu.jas.application.LocalRing
Indicator if this ring is a field.
isField() - Method in class edu.jas.application.LocalRing
Query if this ring is a field.
isField() - Method in class edu.jas.application.QuotientRing
Query if this ring is a field.
isField - Variable in class edu.jas.application.ResidueRing
Indicator if this ring is a field.
isField() - Method in class edu.jas.application.ResidueRing
Query if this ring is a field.
isField() - Method in class edu.jas.arith.BigComplex
Query if this ring is a field.
isField() - Method in class edu.jas.arith.BigDecimal
Query if this ring is a field.
isField() - Method in class edu.jas.arith.BigInteger
Query if this ring is a field.
isField() - Method in class edu.jas.arith.BigOctonion
Query if this ring is a field.
isField() - Method in class edu.jas.arith.BigQuaternion
Query if this ring is a field.
isField() - Method in class edu.jas.arith.BigRational
Query if this ring is a field.
isField - Variable in class edu.jas.arith.ModIntegerRing
Indicator if this ring is a field.
isField() - Method in class edu.jas.arith.ModIntegerRing
Query if this ring is a field.
isField - Variable in class edu.jas.poly.AlgebraicNumberRing
Indicator if this ring is a field.
isField() - Method in class edu.jas.poly.AlgebraicNumberRing
Query if this ring is a field.
isField - Variable in class edu.jas.poly.GenPolynomialRing
Indicator if this ring is a field.
isField() - Method in class edu.jas.poly.GenPolynomialRing
Query if this ring is a field.
isField - Variable in class edu.jas.structure.LocalRing
Indicator if this ring is a field.
isField() - Method in class edu.jas.structure.LocalRing
Query if this ring is a field.
isField() - Method in class edu.jas.structure.QuotientRing
Query if this ring is a field.
isField - Variable in class edu.jas.structure.ResidueRing
Indicator if this ring is a field.
isField() - Method in class edu.jas.structure.ResidueRing
Query if this ring is a field.
isField() - Method in interface edu.jas.structure.RingFactory
Query if this ring is a field.
isField() - Method in class edu.jas.vector.GenMatrixRing
Query if this ring is a field.
isGB - Variable in class edu.jas.application.Ideal
Indicator if list is a Groebner Base.
isGB() - Method in class edu.jas.application.Ideal
Test if this is a Groebner base.
isGB(int, List<GenPolynomial<C>>) - Method in interface edu.jas.module.ModGroebnerBase
Module Groebner base test.
isGB(ModuleList<C>) - Method in interface edu.jas.module.ModGroebnerBase
isGB.
isGB(int, List<GenPolynomial<C>>) - Method in class edu.jas.module.ModGroebnerBaseAbstract
Module Groebner base test.
isGB(ModuleList<C>) - Method in class edu.jas.module.ModGroebnerBaseAbstract
isGB.
isGB(int, List<GenPolynomial<C>>) - Method in class edu.jas.ring.DGroebnerBaseSeq
D-Groebner base test.
isGB(List<GenPolynomial<C>>) - Method in interface edu.jas.ring.GroebnerBase
Groebner base test.
isGB(int, List<GenPolynomial<C>>) - Method in interface edu.jas.ring.GroebnerBase
Groebner base test.
isGB(List<GenPolynomial<C>>) - Method in class edu.jas.ring.GroebnerBaseAbstract
Groebner base test.
isGB(int, List<GenPolynomial<C>>) - Method in class edu.jas.ring.GroebnerBaseAbstract
Groebner base test.
ISIGN(BigInteger) - Static method in class edu.jas.arith.BigInteger
Integer signum.
isIMAG() - Method in class edu.jas.arith.BigComplex
Is Complex imaginary one.
isIMAG() - Method in class edu.jas.arith.BigOctonion
Is BigOctonion imaginary one.
isIMAG() - Method in class edu.jas.arith.BigQuaternion
Is BigQuaternion imaginary one.
isLeftGB(int, List<GenSolvablePolynomial<C>>) - Method in interface edu.jas.module.ModSolvableGroebnerBase
Module left Groebner base test.
isLeftGB(ModuleList<C>) - Method in interface edu.jas.module.ModSolvableGroebnerBase
Module left Groebner base test.
isLeftGB(int, List<GenSolvablePolynomial<C>>) - Method in class edu.jas.module.ModSolvableGroebnerBaseAbstract
Module left Groebner base test.
isLeftGB(ModuleList<C>) - Method in class edu.jas.module.ModSolvableGroebnerBaseAbstract
Module left Groebner base test.
isLeftGB(List<GenSolvablePolynomial<C>>) - Method in interface edu.jas.ring.SolvableGroebnerBase
Left Groebner base test.
isLeftGB(int, List<GenSolvablePolynomial<C>>) - Method in interface edu.jas.ring.SolvableGroebnerBase
Left Groebner base test.
isLeftGB(List<GenSolvablePolynomial<C>>) - Method in class edu.jas.ring.SolvableGroebnerBaseAbstract
Left Groebner base test.
isLeftGB(int, List<GenSolvablePolynomial<C>>) - Method in class edu.jas.ring.SolvableGroebnerBaseAbstract
Left Groebner base test.
isLeftReductionMatrix(SolvableExtendedGB<C>) - Method in interface edu.jas.ring.SolvableGroebnerBase
Test if left reduction matrix.
isLeftReductionMatrix(List<GenSolvablePolynomial<C>>, List<GenSolvablePolynomial<C>>, List<List<GenSolvablePolynomial<C>>>, List<List<GenSolvablePolynomial<C>>>) - Method in interface edu.jas.ring.SolvableGroebnerBase
Test if left reduction matrix.
isLeftReductionMatrix(SolvableExtendedGB<C>) - Method in class edu.jas.ring.SolvableGroebnerBaseAbstract
Test if left reduction matrix.
isLeftReductionMatrix(List<GenSolvablePolynomial<C>>, List<GenSolvablePolynomial<C>>, List<List<GenSolvablePolynomial<C>>>, List<List<GenSolvablePolynomial<C>>>) - Method in class edu.jas.ring.SolvableGroebnerBaseAbstract
Test if left reduction matrix.
isLeftReductionMatrix(SolvableExtendedGB<C>) - Method in class edu.jas.ring.SolvableGroebnerBaseSeq
Test if M is a left reduction matrix.
isLeftReductionNF(List<GenSolvablePolynomial<C>>, List<GenSolvablePolynomial<C>>, GenSolvablePolynomial<C>, GenSolvablePolynomial<C>) - Method in interface edu.jas.ring.SolvableReduction
Is reduction of normal form.
isLeftReductionNF(List<GenSolvablePolynomial<C>>, List<GenSolvablePolynomial<C>>, GenSolvablePolynomial<C>, GenSolvablePolynomial<C>) - Method in class edu.jas.ring.SolvableReductionAbstract
Is reduction of normal form.
isLeftZeroRelation(List<List<GenSolvablePolynomial<C>>>, List<GenSolvablePolynomial<C>>) - Method in interface edu.jas.module.SolvableSyzygy
Test if left syzygy.
isLeftZeroRelation(ModuleList<C>, ModuleList<C>) - Method in interface edu.jas.module.SolvableSyzygy
Test if left sysygy of modules
isLeftZeroRelation(List<List<GenSolvablePolynomial<C>>>, List<GenSolvablePolynomial<C>>) - Method in class edu.jas.module.SolvableSyzygyAbstract
Test if left syzygy.
isLeftZeroRelation(ModuleList<C>, ModuleList<C>) - Method in class edu.jas.module.SolvableSyzygyAbstract
Test if left sysygy of modules
isMultiple(ExpVectorPair) - Method in class edu.jas.poly.ExpVectorPair
isMultiple.
isNormalform(List<GenPolynomial<C>>, GenPolynomial<C>) - Method in class edu.jas.ring.DReductionSeq
Is in Normalform.
isNormalform(List<GenPolynomial<C>>, GenPolynomial<C>) - Method in class edu.jas.ring.EReductionSeq
Is in Normalform.
isNormalform(List<GenPolynomial<C>>, GenPolynomial<C>) - Method in interface edu.jas.ring.Reduction
Is in Normalform.
isNormalform(List<GenPolynomial<C>>, GenPolynomial<C>) - Method in class edu.jas.ring.ReductionAbstract
Is in Normalform.
isONE() - Method in class edu.jas.application.Ideal
Test if ONE ideal.
isONE() - Method in class edu.jas.application.Local
Is Local one.
isONE() - Method in class edu.jas.application.Quotient
Is Quotient one.
isONE() - Method in class edu.jas.application.Residue
Is Residue one.
isONE() - Method in class edu.jas.arith.BigComplex
Is Complex number one.
isONE() - Method in class edu.jas.arith.BigDecimal
Is BigDecimal number one.
isONE() - Method in class edu.jas.arith.BigInteger
Is BigInteger number one.
isONE() - Method in class edu.jas.arith.BigOctonion
Is BigOctonion number one.
isONE() - Method in class edu.jas.arith.BigQuaternion
Is BigQuaternion number one.
isONE() - Method in class edu.jas.arith.BigRational
Is BigRational one.
isONE() - Method in class edu.jas.arith.ModInteger
Is ModInteger number one.
isONE() - Method in class edu.jas.poly.AlgebraicNumber
Is AlgebraicNumber one.
isONE() - Method in class edu.jas.poly.GenPolynomial
Is GenPolynomial one.
isONE() - Method in class edu.jas.poly.PolynomialList
Test if list contains a ONE.
isONE() - Method in class edu.jas.ring.CriticalPair
Is reduced to one.
isONE() - Method in class edu.jas.structure.Local
Is Local one.
isONE() - Method in interface edu.jas.structure.MonoidElem
Test if this is one.
isONE() - Method in class edu.jas.structure.Quotient
Is Quotient one.
isONE() - Method in class edu.jas.structure.Residue
Is Residue one.
isONE() - Method in class edu.jas.vector.GenMatrix
Test if this is one.
isOONE(BigOctonion) - Static method in class edu.jas.arith.BigOctonion
Is BigOctonion number one.
isOZERO(BigOctonion) - Static method in class edu.jas.arith.BigOctonion
Is Octonion number zero.
isQONE(BigQuaternion) - Static method in class edu.jas.arith.BigQuaternion
Is BigQuaternion number one.
isQZERO(BigQuaternion) - Static method in class edu.jas.arith.BigQuaternion
Is Quaternion number zero.
isReducible(List<GenPolynomial<C>>, GenPolynomial<C>) - Method in interface edu.jas.ring.Reduction
Is reducible.
isReducible(List<GenPolynomial<C>>, GenPolynomial<C>) - Method in class edu.jas.ring.ReductionAbstract
Is reducible.
isReductionMatrix(ExtendedGB<C>) - Method in interface edu.jas.ring.GroebnerBase
Test if reduction matrix.
isReductionMatrix(List<GenPolynomial<C>>, List<GenPolynomial<C>>, List<List<GenPolynomial<C>>>, List<List<GenPolynomial<C>>>) - Method in interface edu.jas.ring.GroebnerBase
Test if reduction matrix.
isReductionMatrix(ExtendedGB<C>) - Method in class edu.jas.ring.GroebnerBaseAbstract
Test if reduction matrix.
isReductionMatrix(List<GenPolynomial<C>>, List<GenPolynomial<C>>, List<List<GenPolynomial<C>>>, List<List<GenPolynomial<C>>>) - Method in class edu.jas.ring.GroebnerBaseAbstract
Test if reduction matrix.
isReductionNF(List<GenPolynomial<C>>, List<GenPolynomial<C>>, GenPolynomial<C>, GenPolynomial<C>) - Method in interface edu.jas.ring.Reduction
Is reduction of normal form.
isReductionNF(List<GenPolynomial<C>>, List<GenPolynomial<C>>, GenPolynomial<C>, GenPolynomial<C>) - Method in class edu.jas.ring.ReductionAbstract
Is reduction of normal form.
isRightGB(int, List<GenSolvablePolynomial<C>>) - Method in interface edu.jas.module.ModSolvableGroebnerBase
Module right Groebner base test.
isRightGB(ModuleList<C>) - Method in interface edu.jas.module.ModSolvableGroebnerBase
Module right Groebner base test.
isRightGB(int, List<GenSolvablePolynomial<C>>) - Method in class edu.jas.module.ModSolvableGroebnerBaseAbstract
Module right Groebner base test.
isRightGB(ModuleList<C>) - Method in class edu.jas.module.ModSolvableGroebnerBaseAbstract
Module right Groebner base test.
isRightGB(List<GenSolvablePolynomial<C>>) - Method in interface edu.jas.ring.SolvableGroebnerBase
Right Groebner base test.
isRightGB(int, List<GenSolvablePolynomial<C>>) - Method in interface edu.jas.ring.SolvableGroebnerBase
Right Groebner base test.
isRightGB(List<GenSolvablePolynomial<C>>) - Method in class edu.jas.ring.SolvableGroebnerBaseAbstract
Right Groebner base test.
isRightGB(int, List<GenSolvablePolynomial<C>>) - Method in class edu.jas.ring.SolvableGroebnerBaseAbstract
Right Groebner base test.
isRightZeroRelation(List<List<GenSolvablePolynomial<C>>>, List<GenSolvablePolynomial<C>>) - Method in interface edu.jas.module.SolvableSyzygy
Test if right syzygy.
isRightZeroRelation(ModuleList<C>, ModuleList<C>) - Method in interface edu.jas.module.SolvableSyzygy
Test if right sysygy of modules
isRightZeroRelation(List<List<GenSolvablePolynomial<C>>>, List<GenSolvablePolynomial<C>>) - Method in class edu.jas.module.SolvableSyzygyAbstract
Test if right syzygy.
isRightZeroRelation(ModuleList<C>, ModuleList<C>) - Method in class edu.jas.module.SolvableSyzygyAbstract
Test if right sysygy of modules
isRunning() - Static method in class edu.jas.kern.ComputerThreads
Test if a pool is running.
isTopReducible(List<GenPolynomial<C>>, GenPolynomial<C>) - Method in class edu.jas.ring.DReductionSeq
Is top reducible.
isTopReducible(List<GenPolynomial<C>>, GenPolynomial<C>) - Method in class edu.jas.ring.EReductionSeq
Is top reducible.
isTopReducible(List<GenPolynomial<C>>, GenPolynomial<C>) - Method in interface edu.jas.ring.Reduction
Is top reducible.
isTopReducible(List<GenPolynomial<C>>, GenPolynomial<C>) - Method in class edu.jas.ring.ReductionAbstract
Is top reducible.
isTrue() - Static method in class edu.jas.kern.PrettyPrint
isTrue.
isTwosidedGB(int, List<GenSolvablePolynomial<C>>) - Method in interface edu.jas.module.ModSolvableGroebnerBase
Module twosided Groebner base test.
isTwosidedGB(ModuleList<C>) - Method in interface edu.jas.module.ModSolvableGroebnerBase
Module twosided Groebner base test.
isTwosidedGB(int, List<GenSolvablePolynomial<C>>) - Method in class edu.jas.module.ModSolvableGroebnerBaseAbstract
Module twosided Groebner base test.
isTwosidedGB(ModuleList<C>) - Method in class edu.jas.module.ModSolvableGroebnerBaseAbstract
Module twosided Groebner base test.
isTwosidedGB(List<GenSolvablePolynomial<C>>) - Method in interface edu.jas.ring.SolvableGroebnerBase
Twosided Groebner base test.
isTwosidedGB(int, List<GenSolvablePolynomial<C>>) - Method in interface edu.jas.ring.SolvableGroebnerBase
Twosided Groebner base test.
isTwosidedGB(List<GenSolvablePolynomial<C>>) - Method in class edu.jas.ring.SolvableGroebnerBaseAbstract
Twosided Groebner base test.
isTwosidedGB(int, List<GenSolvablePolynomial<C>>) - Method in class edu.jas.ring.SolvableGroebnerBaseAbstract
Twosided Groebner base test.
ISUM(BigInteger, BigInteger) - Static method in class edu.jas.arith.BigInteger
BigInteger addition.
isUnit(GenPolynomial<C>) - Method in class edu.jas.application.Ideal
Test if element is a unit modulo this ideal.
isunit - Variable in class edu.jas.application.Local
Flag to remember if this local element is a unit
isUnit() - Method in class edu.jas.application.Local
Is Local unit.
isUnit() - Method in class edu.jas.application.Quotient
Is Quotient unit.
isunit - Variable in class edu.jas.application.Residue
Flag to remember if this residue element is a unit
isUnit() - Method in class edu.jas.application.Residue
Is Residue unit.
isUnit() - Method in class edu.jas.arith.BigComplex
Is Complex unit element.
isUnit() - Method in class edu.jas.arith.BigDecimal
Is BigDecimal number unit.
isUnit() - Method in class edu.jas.arith.BigInteger
Is BigInteger number unit.
isUnit() - Method in class edu.jas.arith.BigOctonion
Is BigOctonion unit element.
isUnit() - Method in class edu.jas.arith.BigQuaternion
Is BigQuaternion unit element.
isUnit() - Method in class edu.jas.arith.BigRational
Is BigRational unit.
isUnit() - Method in class edu.jas.arith.ModInteger
Is ModInteger number a unit.
isunit - Variable in class edu.jas.poly.AlgebraicNumber
Flag to remember if this algebraic number is a unit
isUnit() - Method in class edu.jas.poly.AlgebraicNumber
Is AlgebraicNumber unit.
isUnit() - Method in class edu.jas.poly.GenPolynomial
Is GenPolynomial a unit.
isunit - Variable in class edu.jas.structure.Local
Flag to remember if this local element is a unit
isUnit() - Method in class edu.jas.structure.Local
Is Local unit.
isUnit() - Method in interface edu.jas.structure.MonoidElem
Test if this is a unit.
isUnit() - Method in class edu.jas.structure.Quotient
Is Quotient unit.
isunit - Variable in class edu.jas.structure.Residue
Flag to remember if this residue element is a unit
isUnit() - Method in class edu.jas.structure.Residue
Is Residue unit.
isUnit() - Method in class edu.jas.vector.GenMatrix
Test if this is a unit.
isZERO() - Method in class edu.jas.application.Ideal
Test if ZERO ideal.
isZERO() - Method in class edu.jas.application.Local
Is Local zero.
isZERO() - Method in class edu.jas.application.Quotient
Is Quotient zero.
isZERO() - Method in class edu.jas.application.Residue
Is Residue zero.
isZERO() - Method in class edu.jas.arith.BigComplex
Is Complex number zero.
isZERO() - Method in class edu.jas.arith.BigDecimal
Is BigDecimal number zero.
isZERO() - Method in class edu.jas.arith.BigInteger
Is BigInteger number zero.
isZERO() - Method in class edu.jas.arith.BigOctonion
Is BigOctonion number zero.
isZERO() - Method in class edu.jas.arith.BigQuaternion
Is BigQuaternion number zero.
isZERO() - Method in class edu.jas.arith.BigRational
Is BigRational zero.
isZERO() - Method in class edu.jas.arith.ModInteger
Is ModInteger number zero.
isZERO() - Method in class edu.jas.poly.AlgebraicNumber
Is AlgebraicNumber zero.
isZERO() - Method in class edu.jas.poly.ExpVector
Is ExpVector zero.
isZERO() - Method in class edu.jas.poly.GenPolynomial
Is GenPolynomial zero.
isZERO() - Method in class edu.jas.poly.PolynomialList
Test if list contains only ZEROs.
isZERO() - Method in class edu.jas.ring.CriticalPair
Is reduced to zero.
isZero() - Method in class edu.jas.ring.Pair
Is reduced to zero.
isZERO() - Method in interface edu.jas.structure.AbelianGroupElem
Test if this is zero.
isZERO() - Method in class edu.jas.structure.Local
Is Local zero.
isZERO() - Method in class edu.jas.structure.Quotient
Is Quotient zero.
isZERO() - Method in class edu.jas.structure.Residue
Is Residue zero.
isZero(List<GenPolynomial<C>>) - Method in class edu.jas.vector.BasicLinAlg
test vector of zero polynomials.
isZERO() - Method in class edu.jas.vector.GenMatrix
test if this is equal to a zero matrix.
isZERO() - Method in class edu.jas.vector.GenVector
test if this is equal to a zero vector.
isZero(List<GenSolvablePolynomial<C>>) - Method in class edu.jas.vector.SolvableBasicLinAlg
test vector of zero polynomials.
isZeroRelation(List<List<GenPolynomial<C>>>, List<GenPolynomial<C>>) - Method in interface edu.jas.module.Syzygy
Test if sysygy.
isZeroRelation(ModuleList<C>, ModuleList<C>) - Method in interface edu.jas.module.Syzygy
Test if sysygy of modules.
isZeroRelation(List<List<GenPolynomial<C>>>, List<GenPolynomial<C>>) - Method in class edu.jas.module.SyzygyAbstract
Test if sysygy.
isZeroRelation(ModuleList<C>, ModuleList<C>) - Method in class edu.jas.module.SyzygyAbstract
Test if sysygy of modules.
iterator() - Method in class edu.jas.arith.PrimeList
Iterator.
iterator() - Method in class edu.jas.util.DistHashTable
List key iterator.
iterator() - Method in class edu.jas.util.DistributedList
List iterator.
iufd - Variable in class edu.jas.ufd.GreatestCommonDivisorModEval
 
iufd - Variable in class edu.jas.ufd.GreatestCommonDivisorModular
 

J

J - Static variable in class edu.jas.arith.BigQuaternion
The constant j.
j - Variable in class edu.jas.ring.CriticalPair
 
j - Variable in class edu.jas.ring.Pair
 
jm - Variable in class edu.jas.arith.BigQuaternion
Imaginary part j of the data structure.
jobstack - Variable in class edu.jas.util.DistThreadPool
Work queue / stack.
jobstack - Variable in class edu.jas.util.ThreadPool
Work queue / stack.

K

K - Static variable in class edu.jas.arith.BigQuaternion
The constant k.
Katsura - Class in edu.jas.ring
Class to produce a system of equations as defined by Katsura.
Katsura(int) - Constructor for class edu.jas.ring.Katsura
Katsura constructor.
Katsura(String, int) - Constructor for class edu.jas.ring.Katsura
Katsura constructor.
Katsura(String, int, String) - Constructor for class edu.jas.ring.Katsura
Katsura constructor.
key - Variable in class edu.jas.util.DHTTransport
 
keySet() - Method in class edu.jas.util.DistHashTable
Get the keys as set.
km - Variable in class edu.jas.arith.BigQuaternion
Imaginary part k of the data structure.

L

lcm(GenPolynomial<C>, GenPolynomial<C>) - Method in class edu.jas.application.Local
Least common multiple.
lcm(GenPolynomial<C>, GenPolynomial<C>) - Method in interface edu.jas.ufd.GreatestCommonDivisor
GenPolynomial least comon multiple.
lcm(GenPolynomial<C>, GenPolynomial<C>) - Method in class edu.jas.ufd.GreatestCommonDivisorAbstract
GenPolynomial least common multiple.
leadingBaseCoefficient() - Method in class edu.jas.poly.GenPolynomial
Leading base coefficient.
leadingExpVector() - Method in class edu.jas.poly.GenPolynomial
Leading exponent vector.
leadingMonomial() - Method in class edu.jas.poly.GenPolynomial
Leading monomial.
leftGB(int, List<GenSolvablePolynomial<C>>) - Method in interface edu.jas.module.ModSolvableGroebnerBase
Left Groebner base using pairlist class.
leftGB(ModuleList<C>) - Method in interface edu.jas.module.ModSolvableGroebnerBase
Left Groebner base using pairlist class.
leftGB(int, List<GenSolvablePolynomial<C>>) - Method in class edu.jas.module.ModSolvableGroebnerBaseAbstract
Left Groebner base using pairlist class.
leftGB(ModuleList<C>) - Method in class edu.jas.module.ModSolvableGroebnerBaseAbstract
Left Groebner base using pairlist class.
leftGB(List<GenSolvablePolynomial<C>>) - Method in interface edu.jas.ring.SolvableGroebnerBase
Left Groebner base using pairlist class.
leftGB(int, List<GenSolvablePolynomial<C>>) - Method in interface edu.jas.ring.SolvableGroebnerBase
Left Groebner base using pairlist class.
leftGB(List<GenSolvablePolynomial<C>>) - Method in class edu.jas.ring.SolvableGroebnerBaseAbstract
Left Groebner base using pairlist class.
leftGB(int, List<GenSolvablePolynomial<C>>) - Method in class edu.jas.ring.SolvableGroebnerBaseParallel
Parallel Groebner base using sequential pair order class.
leftGB(int, List<GenSolvablePolynomial<C>>) - Method in class edu.jas.ring.SolvableGroebnerBaseSeq
Left Groebner base using pairlist class.
leftIrreducibleSet(List<GenSolvablePolynomial<C>>) - Method in interface edu.jas.ring.SolvableReduction
Left irreducible set.
leftIrreducibleSet(List<GenSolvablePolynomial<C>>) - Method in class edu.jas.ring.SolvableReductionAbstract
Left irreducible set.
leftLinearCombination(C, C, GenMatrix<C>) - Method in class edu.jas.vector.GenMatrix
left linear compination of this matrix with scalar multiple of other matrix.
leftLinearCombination(C, C, GenVector<C>) - Method in class edu.jas.vector.GenVector
left linear compination of this vector with scalar multiple of other vector.
leftMinimalGB(List<GenSolvablePolynomial<C>>) - Method in interface edu.jas.ring.SolvableGroebnerBase
Left minimal ordered groebner basis.
leftMinimalGB(List<GenSolvablePolynomial<C>>) - Method in class edu.jas.ring.SolvableGroebnerBaseAbstract
Left minimal ordered groebner basis.
leftMinimalGB(List<GenSolvablePolynomial<C>>) - Method in class edu.jas.ring.SolvableGroebnerBaseParallel
Minimal ordered groebner basis, parallel.
leftNormalform(List<GenSolvablePolynomial<C>>, GenSolvablePolynomial<C>) - Method in interface edu.jas.ring.SolvableReduction
Left Normalform.
leftNormalform(List<GenSolvablePolynomial<C>>, List<GenSolvablePolynomial<C>>, GenSolvablePolynomial<C>) - Method in interface edu.jas.ring.SolvableReduction
LeftNormalform with recording.
leftNormalform(List<GenSolvablePolynomial<C>>, List<GenSolvablePolynomial<C>>) - Method in interface edu.jas.ring.SolvableReduction
Left Normalform Set.
leftNormalform(List<GenSolvablePolynomial<C>>, List<GenSolvablePolynomial<C>>) - Method in class edu.jas.ring.SolvableReductionAbstract
Left Normalform Set.
leftNormalform(List<GenSolvablePolynomial<C>>, GenSolvablePolynomial<C>) - Method in class edu.jas.ring.SolvableReductionPar
Left Normalform.
leftNormalform(List<GenSolvablePolynomial<C>>, List<GenSolvablePolynomial<C>>, GenSolvablePolynomial<C>) - Method in class edu.jas.ring.SolvableReductionPar
LeftNormalform with recording.
leftNormalform(List<GenSolvablePolynomial<C>>, GenSolvablePolynomial<C>) - Method in class edu.jas.ring.SolvableReductionSeq
Left Normalform.
leftNormalform(List<GenSolvablePolynomial<C>>, List<GenSolvablePolynomial<C>>, GenSolvablePolynomial<C>) - Method in class edu.jas.ring.SolvableReductionSeq
LeftNormalform with recording.
leftScalarMultiply(C) - Method in class edu.jas.vector.GenMatrix
Left product of this matrix with scalar.
leftScalarMultiply(C) - Method in class edu.jas.vector.GenVector
Left product of this vector with scalar.
leftScalarProduct(List<GenSolvablePolynomial<C>>, List<GenSolvablePolynomial<C>>) - Method in class edu.jas.vector.SolvableBasicLinAlg
Scalar product of vectors of polynomials.
leftScalarProduct(List<GenSolvablePolynomial<C>>, ModuleList<C>) - Method in class edu.jas.vector.SolvableBasicLinAlg
Product of vector and matrix of polynomials.
leftScalarProduct(GenSolvablePolynomial<C>, List<GenSolvablePolynomial<C>>) - Method in class edu.jas.vector.SolvableBasicLinAlg
Scalar product of polynomial with vector of polynomials.
leftScalarProduct(List<GenSolvablePolynomial<C>>, GenSolvablePolynomial<C>) - Method in class edu.jas.vector.SolvableBasicLinAlg
Scalar product of vector of polynomials with polynomial.
leftSPolynomial(GenSolvablePolynomial<C>, GenSolvablePolynomial<C>) - Method in interface edu.jas.ring.SolvableReduction
Left S-Polynomial.
leftSPolynomial(List<GenSolvablePolynomial<C>>, int, GenSolvablePolynomial<C>, int, GenSolvablePolynomial<C>) - Method in interface edu.jas.ring.SolvableReduction
S-Polynomial with recording.
leftSPolynomial(GenSolvablePolynomial<C>, GenSolvablePolynomial<C>) - Method in class edu.jas.ring.SolvableReductionAbstract
Left S-Polynomial.
leftSPolynomial(List<GenSolvablePolynomial<C>>, int, GenSolvablePolynomial<C>, int, GenSolvablePolynomial<C>) - Method in class edu.jas.ring.SolvableReductionAbstract
S-Polynomial with recording.
leftZeroRelations(List<GenSolvablePolynomial<C>>) - Method in interface edu.jas.module.SolvableSyzygy
Left syzygy for left Groebner base.
leftZeroRelations(int, List<GenSolvablePolynomial<C>>) - Method in interface edu.jas.module.SolvableSyzygy
Left syzygy for left Groebner base.
leftZeroRelations(ModuleList<C>) - Method in interface edu.jas.module.SolvableSyzygy
Left syzygy for left module Groebner base.
leftZeroRelations(List<GenSolvablePolynomial<C>>) - Method in class edu.jas.module.SolvableSyzygyAbstract
Left syzygy for left Groebner base.
leftZeroRelations(int, List<GenSolvablePolynomial<C>>) - Method in class edu.jas.module.SolvableSyzygyAbstract
Left syzygy for left Groebner base.
leftZeroRelations(ModuleList<C>) - Method in class edu.jas.module.SolvableSyzygyAbstract
Left syzygy for left module Groebner base.
leftZeroRelationsArbitrary(List<GenSolvablePolynomial<C>>) - Method in interface edu.jas.module.SolvableSyzygy
Left syzygy module from arbitrary base.
leftZeroRelationsArbitrary(int, List<GenSolvablePolynomial<C>>) - Method in interface edu.jas.module.SolvableSyzygy
Left syzygy module from arbitrary base.
leftZeroRelationsArbitrary(ModuleList<C>) - Method in interface edu.jas.module.SolvableSyzygy
Left syzygy for arbitrary left module base.
leftZeroRelationsArbitrary(List<GenSolvablePolynomial<C>>) - Method in class edu.jas.module.SolvableSyzygyAbstract
Left syzygy module from arbitrary base.
leftZeroRelationsArbitrary(int, List<GenSolvablePolynomial<C>>) - Method in class edu.jas.module.SolvableSyzygyAbstract
Left syzygy module from arbitrary base.
leftZeroRelationsArbitrary(ModuleList<C>) - Method in class edu.jas.module.SolvableSyzygyAbstract
Left syzygy for arbitrary left module base.
length() - Method in class edu.jas.poly.ExpVector
Get the length of this exponent vector.
length() - Method in class edu.jas.poly.GenPolynomial
Length of GenPolynomial.
LEX - Static variable in class edu.jas.poly.TermOrder
 
LIFO - Static variable in class edu.jas.util.StrategyEnumeration
 
liftHensel(GenPolynomial<BigInteger>, BigInteger, GenPolynomial<ModInteger>, GenPolynomial<ModInteger>, GenPolynomial<ModInteger>, GenPolynomial<ModInteger>) - Static method in class edu.jas.poly.PolyUtil
ModInteger Hensel lifting algorithm on coefficients.
liftHenselQuadratic(GenPolynomial<BigInteger>, BigInteger, GenPolynomial<ModInteger>, GenPolynomial<ModInteger>, GenPolynomial<ModInteger>, GenPolynomial<ModInteger>) - Static method in class edu.jas.poly.PolyUtil
ModInteger Hensel lifting algorithm on coefficients.
linearCombination(C, A, C) - Method in interface edu.jas.structure.AlgebraElem
Linear combination.
linearCombination(A, C) - Method in interface edu.jas.structure.AlgebraElem
Linear combination.
linearCombination(C, M, C) - Method in interface edu.jas.structure.ModulElem
Linear combination.
linearCombination(M, C) - Method in interface edu.jas.structure.ModulElem
Linear combination.
linearCombination(C, GenMatrix<C>, C) - Method in class edu.jas.vector.GenMatrix
Linear compination of this matrix with scalar multiple of other matrix.
linearCombination(GenMatrix<C>, C) - Method in class edu.jas.vector.GenMatrix
Linear compination of this matrix with scalar multiple of other matrix.
linearCombination(C, GenMatrix<C>) - Method in class edu.jas.vector.GenMatrix
Left linear compination of this matrix with scalar multiple of other matrix.
linearCombination(C, GenVector<C>, C) - Method in class edu.jas.vector.GenVector
Linear compination of this vector with scalar multiple of other vector.
linearCombination(GenVector<C>, C) - Method in class edu.jas.vector.GenVector
Linear compination of this vector with scalar multiple of other vector.
linearCombination(C, GenVector<C>) - Method in class edu.jas.vector.GenVector
Left linear compination of this vector with scalar multiple of other vector.
list - Variable in class edu.jas.application.Ideal
The data structure is a PolynomialList.
list - Variable in class edu.jas.poly.PolynomialList
The data structure is a List of polynomials.
list - Variable in class edu.jas.vector.ModuleList
The data structure is a List of Lists of polynomials.
listener - Variable in class edu.jas.util.DistHashTable
 
listener - Variable in class edu.jas.util.DistributedList
 
listPermutation(List<Integer>, List<T>) - Static method in class edu.jas.poly.TermOrderOptimization
Permutation of a list.
Local<C extends RingElem<C>> - Class in edu.jas.application
Local ring element based on GenPolynomial with RingElem interface.
Local(LocalRing<C>) - Constructor for class edu.jas.application.Local
The constructor creates a Local object from a ring factory.
Local(LocalRing<C>, GenPolynomial<C>) - Constructor for class edu.jas.application.Local
The constructor creates a Local object from a ring factory and a numerator polynomial.
Local(LocalRing<C>, GenPolynomial<C>, GenPolynomial<C>) - Constructor for class edu.jas.application.Local
The constructor creates a Local object from a ring factory and a numerator and denominator polynomial.
Local(LocalRing<C>, GenPolynomial<C>, GenPolynomial<C>, boolean) - Constructor for class edu.jas.application.Local
The constructor creates a Local object from a ring factory and a numerator and denominator polynomial.
Local<C extends RingElem<C>> - Class in edu.jas.structure
Local element based on RingElem pairs.
Local(LocalRing<C>) - Constructor for class edu.jas.structure.Local
The constructor creates a Local object from a ring factory.
Local(LocalRing<C>, C) - Constructor for class edu.jas.structure.Local
The constructor creates a Local object from a ring factory and a numerator element.
Local(LocalRing<C>, C, C) - Constructor for class edu.jas.structure.Local
The constructor creates a Local object from a ring factory and a numerator and denominator element.
Local(LocalRing<C>, C, C, boolean) - Constructor for class edu.jas.structure.Local
The constructor creates a Local object from a ring factory and a numerator and denominator element.
LocalRing<C extends RingElem<C>> - Class in edu.jas.application
Local ring class based on GenPolynomial with RingElem interface.
LocalRing(Ideal<C>) - Constructor for class edu.jas.application.LocalRing
The constructor creates a LocalRing object from a GenPolynomialRing and a GenPolynomial.
LocalRing<C extends RingElem<C>> - Class in edu.jas.structure
Local ring factrory based on RingElem principal ideal.
LocalRing(RingFactory<C>, C) - Constructor for class edu.jas.structure.LocalRing
The constructor creates a LocalRing object from a RingFactory and a RingElem.
LocalTest - Class in edu.jas.application
Local tests with JUnit.
LocalTest(String) - Constructor for class edu.jas.application.LocalTest
Constructs a LocalTest object.
LocalTest - Class in edu.jas.structure
Local tests with JUnit.
LocalTest(String) - Constructor for class edu.jas.structure.LocalTest
Constructs a LocalTest object.
longArrayPermutation(List<Integer>, long[]) - Static method in class edu.jas.poly.TermOrderOptimization
Permutation of a long array.
lookup(ExpVector, ExpVector) - Method in class edu.jas.poly.RelationTable
Lookup RelationTable for existing relation.

M

main(String[]) - Static method in class edu.jas.application.IdealTest
main
main(String[]) - Static method in class edu.jas.application.LocalTest
main.
main(String[]) - Static method in class edu.jas.application.QuotientIntTest
main.
main(String[]) - Static method in class edu.jas.application.QuotientRatTest
main.
main(String[]) - Static method in class edu.jas.application.QuotIntPolynomialTest
main.
main(String[]) - Static method in class edu.jas.application.ResidueTest
main.
main(String[]) - Static method in class edu.jas.arith.ArithTest
main.
main(String[]) - Static method in class edu.jas.arith.BigComplexTest
main
main(String[]) - Static method in class edu.jas.arith.BigDecimalTest
main.
main(String[]) - Static method in class edu.jas.arith.BigIntegerTest
main
main(String[]) - Static method in class edu.jas.arith.BigOctonionTest
main.
main(String[]) - Static method in class edu.jas.arith.BigQuaternionTest
main.
main(String[]) - Static method in class edu.jas.arith.BigRationalTest
main.
main(String[]) - Static method in class edu.jas.arith.ModIntegerTest
main.
main(String[]) - Static method in class edu.jas.module.ModGroebnerBaseTest
main.
main(String[]) - Static method in class edu.jas.module.ModSolvableGroebnerBaseTest
main.
main(String[]) - Static method in class edu.jas.module.SolvableSyzygyTest
main.
main(String[]) - Static method in class edu.jas.module.SyzygyTest
main.
main(String[]) - Static method in class edu.jas.poly.AlgebraicNumberTest
main.
main(String[]) - Static method in class edu.jas.poly.ANumGenPolynomialTest
main
main(String[]) - Static method in class edu.jas.poly.ComplexGenPolynomialTest
main.
main(String[]) - Static method in class edu.jas.poly.Examples
main.
main(String[]) - Static method in class edu.jas.poly.ExpVectorTest
main
main(String[]) - Static method in class edu.jas.poly.GaloisFieldTest
main
main(String[]) - Static method in class edu.jas.poly.GenPolynomialTest
main
main(String[]) - Static method in class edu.jas.poly.GenPolynomialTokenizerTest
main.
main(String[]) - Static method in class edu.jas.poly.GenSolvablePolynomialTest
main
main(String[]) - Static method in class edu.jas.poly.GFGenPolynomialTest
main.
main(String[]) - Static method in class edu.jas.poly.IntGenPolynomialTest
main.
main(String[]) - Static method in class edu.jas.poly.ModGenPolynomialTest
main.
main(String[]) - Static method in class edu.jas.poly.ModGenSolvablePolynomialTest
main
main(String[]) - Static method in class edu.jas.poly.PolynomialListTest
main.
main(String[]) - Static method in class edu.jas.poly.PolyUtilTest
main.
main(String[]) - Static method in class edu.jas.poly.QuatGenPolynomialTest
main
main(String[]) - Static method in class edu.jas.poly.RatGenPolynomialTest
main.
main(String[]) - Static method in class edu.jas.poly.RatGenSolvablePolynomialTest
main.
main(String[]) - Static method in class edu.jas.poly.RatPolyGenPolynomialTest
main
main(String[]) - Static method in class edu.jas.poly.RelationTableTest
main.
main(String[]) - Static method in class edu.jas.poly.TermOrderTest
main.
main(String[]) - Static method in class edu.jas.ring.DGroebnerBaseSeqTest
main
main(String[]) - Static method in class edu.jas.ring.EGroebnerBaseSeqTest
main
main(String[]) - Static method in class edu.jas.ring.GroebnerBaseDistTest
main
main(String[]) - Static method in class edu.jas.ring.GroebnerBaseParTest
main
main(String[]) - Static method in class edu.jas.ring.GroebnerBaseSeqPairDistTest
main
main(String[]) - Static method in class edu.jas.ring.GroebnerBaseSeqPairParTest
main
main(String[]) - Static method in class edu.jas.ring.GroebnerBaseSeqPairSeqTest
main
main(String[]) - Static method in class edu.jas.ring.GroebnerBaseSeqTest
main
main(String[]) - Static method in class edu.jas.ring.Katsura
main.
main(String[]) - Static method in class edu.jas.ring.ReductionTest
main
main(String[]) - Static method in class edu.jas.ring.RunGB
main method to be called from commandline
Usage: RunGB [seq|par|dist|cli] <file> #procs [machinefile]
main(String[]) - Static method in class edu.jas.ring.RunSGB
main method to be called from commandline
Usage: RunSGB [seq|par|dist|cli] <file> #procs [machinefile]
main(String[]) - Static method in class edu.jas.ring.SolvableGroebnerBaseParTest
main.
main(String[]) - Static method in class edu.jas.ring.SolvableGroebnerBaseSeqPairSeqTest
main.
main(String[]) - Static method in class edu.jas.ring.SolvableGroebnerBaseTest
main.
main(String[]) - Static method in class edu.jas.ring.SolvableReductionTest
main
main(String[]) - Static method in class edu.jas.structure.LocalTest
main.
main(String[]) - Static method in class edu.jas.structure.QuotientTest
main.
main(String[]) - Static method in class edu.jas.structure.ResidueTest
main.
main(String[]) - Static method in class edu.jas.ufd.GCDFactoryTest
main.
main(String[]) - Static method in class edu.jas.ufd.GCDModEvalTest
main.
main(String[]) - Static method in class edu.jas.ufd.GCDModularTest
main.
main(String[]) - Static method in class edu.jas.ufd.GCDPrimitiveTest
main.
main(String[]) - Static method in class edu.jas.ufd.GCDProxyTest
main.
main(String[]) - Static method in class edu.jas.ufd.GCDSimpleTest
main.
main(String[]) - Static method in class edu.jas.ufd.GCDSubresTest
main.
main(String[]) - Static method in class edu.jas.ufd.GCDTimingTest
main.
main(String[]) - Static method in class edu.jas.util.DistHashTableServer
main.
main(String[]) - Static method in class edu.jas.util.DistHashTableTest
main.
main(String[]) - Static method in class edu.jas.util.DistributedListServer
main.
main(String[]) - Static method in class edu.jas.util.DistributedListTest
main
main(String[]) - Static method in class edu.jas.util.DistThreadPoolTest
main.
main(String[]) - Static method in class edu.jas.util.ExecutableChannelsTest
main.
main(String[]) - Static method in class edu.jas.util.ExecutableServer
main method to start serving thread.
main(String[]) - Static method in class edu.jas.util.ExecutableServerTest
main.
main(String[]) - Static method in class edu.jas.util.SocketChannelTest
 
main(String[]) - Static method in class edu.jas.util.ThreadPoolTest
main.
main(String[]) - Static method in class edu.jas.vector.Examples
main.
main(String[]) - Static method in class edu.jas.vector.GenMatrixTest
main.
main(String[]) - Static method in class edu.jas.vector.GenVectorTest
main.
main(String[]) - Static method in class edu.jas.vector.ModuleListTest
main.
main(String[]) - Static method in class edu.jas.vector.SolvableModuleListTest
main.
makeKey(ExpVector, ExpVector) - Method in class edu.jas.poly.RelationTable
Construct a key for (e,f).
matrix - Variable in class edu.jas.vector.GenMatrix
 
maxNorm() - Method in class edu.jas.poly.GenPolynomial
GenPolynomial maximum norm.
MIABS(ModInteger) - Static method in class edu.jas.arith.ModInteger
ModInteger absolute value.
MICOMP(ModInteger, ModInteger) - Static method in class edu.jas.arith.ModInteger
ModInteger comparison.
MIDIF(ModInteger, ModInteger) - Static method in class edu.jas.arith.ModInteger
ModInteger subtraction.
MIINV(ModInteger) - Static method in class edu.jas.arith.ModInteger
ModInteger inverse.
MINEG(ModInteger) - Static method in class edu.jas.arith.ModInteger
ModInteger negative.
minimalExtendedGB(int, List<GenPolynomial<C>>, List<List<GenPolynomial<C>>>) - Method in class edu.jas.ring.GroebnerBaseSeqPairSeq
Minimal extended groebner basis.
minimalGB(List<GenPolynomial<C>>) - Method in interface edu.jas.ring.GroebnerBase
Minimal ordered groebner basis.
minimalGB(List<GenPolynomial<C>>) - Method in class edu.jas.ring.GroebnerBaseAbstract
Minimal ordered Groebner basis.
minimalGB(List<GenPolynomial<C>>) - Method in class edu.jas.ring.GroebnerBaseDistributed
Minimal ordered groebner basis.
minimalGB(List<GenPolynomial<C>>) - Method in class edu.jas.ring.GroebnerBaseParallel
Minimal ordered groebner basis, parallel.
minimalGB(List<GenPolynomial<C>>) - Method in class edu.jas.ring.GroebnerBaseSeqPairDistributed
Minimal ordered groebner basis.
minimalGB(List<GenPolynomial<C>>) - Method in class edu.jas.ring.GroebnerBaseSeqPairParallel
Minimal ordered groebner basis, parallel.
minimalSolvableExtendedGB(int, List<GenSolvablePolynomial<C>>, List<List<GenSolvablePolynomial<C>>>) - Method in class edu.jas.ring.SolvableGroebnerBaseSeq
Minimal solvable extended groebner basis.
MIPROD(ModInteger, ModInteger) - Static method in class edu.jas.arith.ModInteger
ModInteger product.
MIQ(ModInteger, ModInteger) - Static method in class edu.jas.arith.ModInteger
ModInteger quotient.
MIREM(ModInteger, ModInteger) - Static method in class edu.jas.arith.ModInteger
ModInteger remainder.
MISIGN(ModInteger) - Static method in class edu.jas.arith.ModInteger
ModInteger signum.
MISUM(ModInteger, ModInteger) - Static method in class edu.jas.arith.ModInteger
ModInteger summation.
ModGenPolynomialTest - Class in edu.jas.poly
ModInteger coefficients GenPolynomial tests with JUnit.
ModGenPolynomialTest(String) - Constructor for class edu.jas.poly.ModGenPolynomialTest
Constructs a ModGenPolynomialTest object.
ModGenSolvablePolynomialTest - Class in edu.jas.poly
ModInteger coefficients GenSolvablePolynomial tests with JUnit.
ModGenSolvablePolynomialTest(String) - Constructor for class edu.jas.poly.ModGenSolvablePolynomialTest
Constructs a ModGenSolvablePolynomialTest object.
ModGroebnerBase<C extends RingElem<C>> - Interface in edu.jas.module
Module Groebner Bases interface.
ModGroebnerBaseAbstract<C extends RingElem<C>> - Class in edu.jas.module
Module Groebner Bases abstract class.
ModGroebnerBaseAbstract() - Constructor for class edu.jas.module.ModGroebnerBaseAbstract
Constructor.
ModGroebnerBaseTest - Class in edu.jas.module
ModGroebnerBase tests with JUnit.
ModGroebnerBaseTest(String) - Constructor for class edu.jas.module.ModGroebnerBaseTest
Constructs a ModGroebnerBaseTest object.
ModInteger - Class in edu.jas.arith
ModInteger class with RingElem interface and with the familiar SAC method names.
ModInteger(ModIntegerRing, BigInteger) - Constructor for class edu.jas.arith.ModInteger
The constructor creates a ModInteger object from two BigInteger objects module and value part.
ModInteger(ModIntegerRing, long) - Constructor for class edu.jas.arith.ModInteger
The constructor creates a ModInteger object from two longs objects module and value part.
ModInteger(ModIntegerRing, String) - Constructor for class edu.jas.arith.ModInteger
The constructor creates a ModInteger object from two String objects module and value part.
ModInteger(ModIntegerRing) - Constructor for class edu.jas.arith.ModInteger
The constructor creates a 0 ModInteger object from a BigInteger object module.
ModIntegerRing - Class in edu.jas.arith
ModIntegerRing factory with RingFactory interface.
ModIntegerRing(BigInteger) - Constructor for class edu.jas.arith.ModIntegerRing
The constructor creates a ModIntegerRing object from a BigInteger object as module part.
ModIntegerRing(BigInteger, boolean) - Constructor for class edu.jas.arith.ModIntegerRing
The constructor creates a ModIntegerRing object from a BigInteger object as module part.
ModIntegerRing(long) - Constructor for class edu.jas.arith.ModIntegerRing
The constructor creates a ModIntegerRing object from a long as module part.
ModIntegerRing(long, boolean) - Constructor for class edu.jas.arith.ModIntegerRing
The constructor creates a ModIntegerRing object from a long as module part.
ModIntegerRing(String) - Constructor for class edu.jas.arith.ModIntegerRing
The constructor creates a ModIntegerRing object from a String object as module part.
ModIntegerRing(String, boolean) - Constructor for class edu.jas.arith.ModIntegerRing
The constructor creates a ModIntegerRing object from a String object as module part.
ModIntegerTest - Class in edu.jas.arith
ModInteger and PrimeList tests with JUnit.
ModIntegerTest(String) - Constructor for class edu.jas.arith.ModIntegerTest
Constructs a ModIntegerTest object.
modInverse(GenPolynomial<C>) - Method in class edu.jas.poly.GenPolynomial
GenPolynomial modular inverse.
ModSolvableGroebnerBase<C extends RingElem<C>> - Interface in edu.jas.module
Module solvable Groebner Bases interface.
ModSolvableGroebnerBaseAbstract<C extends RingElem<C>> - Class in edu.jas.module
Module solvable Groebner Bases class.
ModSolvableGroebnerBaseAbstract() - Constructor for class edu.jas.module.ModSolvableGroebnerBaseAbstract
Constructor.
ModSolvableGroebnerBaseTest - Class in edu.jas.module
ModSolvableGroebnerBase tests with JUnit.
ModSolvableGroebnerBaseTest(String) - Constructor for class edu.jas.module.ModSolvableGroebnerBaseTest
Constructs a ModSolvableGroebnerBaseTest object.
modul - Variable in class edu.jas.arith.ModIntegerRing
Module part of the factory data structure.
modul - Variable in class edu.jas.poly.AlgebraicNumberRing
Module part of the factory data structure.
modul - Variable in class edu.jas.structure.ResidueRing
Ring elemsnt for reduction.
modul - Variable in class edu.jas.vector.GenVector
 
moduleCriterion(int, GenPolynomial<C>, GenPolynomial<C>) - Method in interface edu.jas.ring.Reduction
Module criterium.
moduleCriterion(int, GenPolynomial<C>, GenPolynomial<C>) - Method in class edu.jas.ring.ReductionAbstract
Module criterium.
ModulElem<M extends ModulElem<M,C>,C extends RingElem<C>> - Interface in edu.jas.structure
Module element interface.
ModuleList<C extends RingElem<C>> - Class in edu.jas.vector
List of vectors of polynomials.
ModuleList(GenPolynomialRing<C>, List<List<GenPolynomial<C>>>) - Constructor for class edu.jas.vector.ModuleList
Constructor.
ModuleList(GenSolvablePolynomialRing<C>, List<List<GenSolvablePolynomial<C>>>) - Constructor for class edu.jas.vector.ModuleList
Constructor.
ModuleListTest - Class in edu.jas.vector
ModuleList tests with JUnit.
ModuleListTest(String) - Constructor for class edu.jas.vector.ModuleListTest
Constructs a ModuleListTest object.
moduleVars - Variable in class edu.jas.ring.OrderedPairlist
 
ModulFactory<M extends ModulElem<M,C>,C extends RingElem<C>> - Interface in edu.jas.structure
Module factory interface.
monic() - Method in class edu.jas.application.Local
Local monic.
monic() - Method in class edu.jas.application.Quotient
Quotient monic.
monic() - Method in class edu.jas.application.Residue
Residue monic.
monic() - Method in class edu.jas.poly.AlgebraicNumber
AlgebraicNumber monic.
monic() - Method in class edu.jas.poly.GenPolynomial
GenPolynomial monic, i.e. leadingCoefficient == 1.
monic(GenPolynomial<GenPolynomial<C>>) - Static method in class edu.jas.poly.PolyUtil
GenPolynomial monic, i.e. leadingBaseCoefficient == 1.
monic() - Method in class edu.jas.structure.Quotient
Quotient monic.
MonoidElem<C extends MonoidElem<C>> - Interface in edu.jas.structure
Monoid element interface.
MonoidFactory<C extends MonoidElem<C>> - Interface in edu.jas.structure
Monoid factory interface.
mufd - Variable in class edu.jas.ufd.GreatestCommonDivisorModEval
 
mufd - Variable in class edu.jas.ufd.GreatestCommonDivisorModular
 
multiply(Local<C>) - Method in class edu.jas.application.Local
Local multiplication.
multiply(Quotient<C>) - Method in class edu.jas.application.Quotient
Quotient multiplication.
multiply(GenPolynomial<C>) - Method in class edu.jas.application.Quotient
Quotient multiplication by GenPolynomial.
multiply(Residue<C>) - Method in class edu.jas.application.Residue
Residue multiplication.
multiply(BigComplex) - Method in class edu.jas.arith.BigComplex
Complex number product.
multiply(BigDecimal) - Method in class edu.jas.arith.BigDecimal
BigDecimal multiply.
multiply(BigInteger) - Method in class edu.jas.arith.BigInteger
BigInteger multiply.
multiply(BigOctonion) - Method in class edu.jas.arith.BigOctonion
BigOctonion multiply.
multiply(BigQuaternion) - Method in class edu.jas.arith.BigQuaternion
BigQuaternion multiply.
multiply(BigRational) - Method in class edu.jas.arith.BigRational
Rational number product.
multiply(ModInteger) - Method in class edu.jas.arith.ModInteger
ModInteger multiply.
multiply(AlgebraicNumber<C>) - Method in class edu.jas.poly.AlgebraicNumber
AlgebraicNumber multiplication.
multiply(GenPolynomial<C>) - Method in class edu.jas.poly.GenPolynomial
GenPolynomial multiplication.
multiply(C) - Method in class edu.jas.poly.GenPolynomial
GenPolynomial multiplication.
multiply(C, ExpVector) - Method in class edu.jas.poly.GenPolynomial
GenPolynomial multiplication.
multiply(ExpVector) - Method in class edu.jas.poly.GenPolynomial
GenPolynomial multiplication.
multiply(Map.Entry<ExpVector, C>) - Method in class edu.jas.poly.GenPolynomial
GenPolynomial multiplication.
multiply(GenSolvablePolynomial<C>) - Method in class edu.jas.poly.GenSolvablePolynomial
GenSolvablePolynomial multiplication.
multiply(C) - Method in class edu.jas.poly.GenSolvablePolynomial
GenSolvablePolynomial multiplication.
multiply(ExpVector) - Method in class edu.jas.poly.GenSolvablePolynomial
GenSolvablePolynomial multiplication.
multiply(C, ExpVector) - Method in class edu.jas.poly.GenSolvablePolynomial
GenSolvablePolynomial multiplication.
multiply(Local<C>) - Method in class edu.jas.structure.Local
Local multiplication.
multiply(C) - Method in interface edu.jas.structure.MonoidElem
Multiply this with S.
multiply(Quotient<C>) - Method in class edu.jas.structure.Quotient
Quotient multiplication.
multiply(Residue<C>) - Method in class edu.jas.structure.Residue
Residue multiplication.
multiply(GenMatrix<C>) - Method in class edu.jas.vector.GenMatrix
Multiply this with S.
multiplyLeft(C, ExpVector) - Method in class edu.jas.poly.GenSolvablePolynomial
GenSolvablePolynomial multiplication.
multiplyLeft(ExpVector) - Method in class edu.jas.poly.GenSolvablePolynomial
GenSolvablePolynomial multiplication.
multiplyLeft(C) - Method in class edu.jas.poly.GenSolvablePolynomial
GenSolvablePolynomial multiplication.
multiplyLeft(Map.Entry<ExpVector, C>) - Method in class edu.jas.poly.GenSolvablePolynomial
GenSolvablePolynomial multiplication.
multiplySimple(GenMatrix<C>) - Method in class edu.jas.vector.GenMatrix
Multiply this with S.

N

n - Variable in class edu.jas.ring.Pair
 
N_CPUS - Static variable in class edu.jas.kern.ComputerThreads
Number of processors.
N_THREADS - Static variable in class edu.jas.kern.ComputerThreads
Maximal number of threads.
negate() - Method in class edu.jas.application.Local
Local negate.
negate() - Method in class edu.jas.application.Quotient
Quotient negate.
negate() - Method in class edu.jas.application.Residue
Residue negate.
negate() - Method in class edu.jas.arith.BigComplex
Complex number negative.
negate() - Method in class edu.jas.arith.BigDecimal
 
negate() - Method in class edu.jas.arith.BigInteger
 
negate() - Method in class edu.jas.arith.BigOctonion
BigOctonion number negative.
negate() - Method in class edu.jas.arith.BigQuaternion
BigQuaternion number negative.
negate() - Method in class edu.jas.arith.BigRational
Rational number negative.
negate() - Method in class edu.jas.arith.ModInteger
ModInteger negative.
negate() - Method in class edu.jas.poly.AlgebraicNumber
AlgebraicNumber negate.
negate() - Method in class edu.jas.poly.GenPolynomial
GenPolynomial negation.
negate() - Method in interface edu.jas.structure.AbelianGroupElem
Negate this.
negate() - Method in class edu.jas.structure.Local
Local negate.
negate() - Method in class edu.jas.structure.Quotient
Quotient negate.
negate() - Method in class edu.jas.structure.Residue
Residue negate.
negate() - Method in class edu.jas.vector.GenMatrix
Negative of this matrix.
negate() - Method in class edu.jas.vector.GenVector
Negative of this vector.
nextCoefficientRing() - Method in class edu.jas.poly.GenPolynomialTokenizer
parsing method for coefficient ring.
nextComma() - Method in class edu.jas.poly.GenPolynomialTokenizer
 
nextComment() - Method in class edu.jas.poly.GenPolynomialTokenizer
parsing method for comments.
nextExponent() - Method in class edu.jas.poly.GenPolynomialTokenizer
parsing method for exponent (of variable).
nextPolynomial() - Method in class edu.jas.poly.GenPolynomialTokenizer
parsing method for GenPolynomial.
nextPolynomialList() - Method in class edu.jas.poly.GenPolynomialTokenizer
parsing method for polynomial list.
nextPolynomialSet() - Method in class edu.jas.poly.GenPolynomialTokenizer
parsing method for polynomial set.
nextRelationTable() - Method in class edu.jas.poly.GenPolynomialTokenizer
parsing method for solvable polynomial relation table.
nextSolvablePolynomial() - Method in class edu.jas.poly.GenPolynomialTokenizer
parsing method for solvable polynomial.
nextSolvablePolynomialList() - Method in class edu.jas.poly.GenPolynomialTokenizer
parsing method for solvable polynomial list.
nextSolvablePolynomialSet() - Method in class edu.jas.poly.GenPolynomialTokenizer
parsing method for solvable polynomial set.
nextSolvableSubModuleList() - Method in class edu.jas.poly.GenPolynomialTokenizer
parsing method for solvable submodule list.
nextSolvableSubModuleSet() - Method in class edu.jas.poly.GenPolynomialTokenizer
parsing method for solvable module set.
nextSplitIndex() - Method in class edu.jas.poly.GenPolynomialTokenizer
parsing method for split index.
nextString(Reader) - Static method in class edu.jas.util.StringUtil
Parse white space delimited String from Reader.
nextString(Reader, char) - Static method in class edu.jas.util.StringUtil
Parse String with given delimiter from Reader.
nextSubModuleList() - Method in class edu.jas.poly.GenPolynomialTokenizer
parsing method for submodule list.
nextSubModuleSet() - Method in class edu.jas.poly.GenPolynomialTokenizer
parsing method for module set.
nextTermOrder() - Method in class edu.jas.poly.GenPolynomialTokenizer
parsing method for term order name.
nextVariableList() - Method in class edu.jas.poly.GenPolynomialTokenizer
parsing method for variable list.
nextWeightArray() - Method in class edu.jas.poly.GenPolynomialTokenizer
parsing method for weight array.
nextWeightList() - Method in class edu.jas.poly.GenPolynomialTokenizer
parsing method for weight list.
norm() - Method in class edu.jas.arith.BigComplex
Complex number norm.
norm() - Method in class edu.jas.arith.BigOctonion
Octonion number norm.
norm() - Method in class edu.jas.arith.BigQuaternion
Quaternion number norm.
norm() - Method in interface edu.jas.structure.StarRingElem
Norm of this.
normalform(GenPolynomial<C>) - Method in class edu.jas.application.Ideal
Normalform for element.
normalform(List<GenPolynomial<C>>, GenPolynomial<C>) - Method in class edu.jas.ring.DReductionSeq
Normalform using d-reduction.
normalform(List<GenPolynomial<C>>, List<GenPolynomial<C>>, GenPolynomial<C>) - Method in class edu.jas.ring.DReductionSeq
Normalform with recording.
normalform(List<GenPolynomial<C>>, GenPolynomial<C>) - Method in class edu.jas.ring.EReductionSeq
Normalform using e-reduction.
normalform(List<GenPolynomial<C>>, List<GenPolynomial<C>>, GenPolynomial<C>) - Method in class edu.jas.ring.EReductionSeq
Normalform with recording.
normalform(List<GenPolynomial<C>>, GenPolynomial<C>) - Method in interface edu.jas.ring.Reduction
Normalform.
normalform(List<GenPolynomial<C>>, List<GenPolynomial<C>>) - Method in interface edu.jas.ring.Reduction
Normalform Set.
normalform(List<GenPolynomial<C>>, List<GenPolynomial<C>>, GenPolynomial<C>) - Method in interface edu.jas.ring.Reduction
Normalform with recording.
normalform(List<GenPolynomial<C>>, List<GenPolynomial<C>>) - Method in class edu.jas.ring.ReductionAbstract
Normalform Set.
normalform(List<GenPolynomial<C>>, GenPolynomial<C>) - Method in class edu.jas.ring.ReductionPar
Normalform.
normalform(List<GenPolynomial<C>>, List<GenPolynomial<C>>, GenPolynomial<C>) - Method in class edu.jas.ring.ReductionPar
Normalform with recording.
normalform(DistHashTable, GenPolynomial<C>) - Method in class edu.jas.ring.ReductionPar
Normalform.
normalform(List<GenPolynomial<C>>, GenPolynomial<C>) - Method in class edu.jas.ring.ReductionSeq
Normalform.
normalform(List<GenPolynomial<C>>, List<GenPolynomial<C>>, GenPolynomial<C>) - Method in class edu.jas.ring.ReductionSeq
Normalform with recording.
normalizeMatrix(int, List<List<GenPolynomial<C>>>) - Method in class edu.jas.ring.GroebnerBaseSeqPairSeq
Normalize M.
normalizeMatrix(int, List<List<GenSolvablePolynomial<C>>>) - Method in class edu.jas.ring.SolvableGroebnerBaseSeq
Normalize M.
notIdle() - Method in class edu.jas.util.Terminator
notIdle.
NotInvertibleException - Exception in edu.jas.structure
NotInvertibleException class.
NotInvertibleException() - Constructor for exception edu.jas.structure.NotInvertibleException
 
NotInvertibleException(String) - Constructor for exception edu.jas.structure.NotInvertibleException
 
NotInvertibleException(String, Throwable) - Constructor for exception edu.jas.structure.NotInvertibleException
 
NotInvertibleException(Throwable) - Constructor for exception edu.jas.structure.NotInvertibleException
 
num - Variable in class edu.jas.application.Local
Numerator part of the element data structure.
num - Variable in class edu.jas.application.Quotient
Numerator part of the element data structure.
num - Variable in class edu.jas.arith.BigRational
Numerator part of the data structure.
num - Variable in class edu.jas.structure.Local
Numerator part of the element data structure.
num - Variable in class edu.jas.structure.Quotient
Numerator part of the element data structure.
numberOfVariables() - Method in class edu.jas.poly.GenPolynomial
Number of variables.
numChannels() - Method in class edu.jas.util.ExecutableChannels
number of channels.
numerator() - Method in class edu.jas.arith.BigRational
Get the numerator.
numServers() - Method in class edu.jas.util.ExecutableChannels
number of servers.
nvar - Variable in class edu.jas.poly.GenPolynomialRing
The number of variables.

O

OABS(BigOctonion) - Static method in class edu.jas.arith.BigOctonion
Octonion number absolute value.
OCON(BigOctonion) - Static method in class edu.jas.arith.BigOctonion
Octonion number conjugate.
ODIF(BigOctonion, BigOctonion) - Static method in class edu.jas.arith.BigOctonion
Octonion number difference.
oi - Variable in class edu.jas.arith.BigOctonion
Second part of the data structure.
OINV(BigOctonion) - Static method in class edu.jas.arith.BigOctonion
Octonion number inverse.
ONE - Static variable in class edu.jas.arith.BigComplex
The constant 1.
ONE - Static variable in class edu.jas.arith.BigDecimal
The constant 1.
ONE - Static variable in class edu.jas.arith.BigInteger
The constant 1.
ONE - Static variable in class edu.jas.arith.BigOctonion
The constant 1.
ONE - Static variable in class edu.jas.arith.BigQuaternion
The constant 1.
ONE - Static variable in class edu.jas.arith.BigRational
The Constant 1.
ONE - Variable in class edu.jas.poly.GenPolynomialRing
The constant polynomial 1 for this ring.
ONE - Variable in class edu.jas.poly.GenSolvablePolynomialRing
The constant polynomial 1 for this ring.
ONE - Variable in class edu.jas.vector.GenMatrixRing
 
ONEG(BigOctonion) - Static method in class edu.jas.arith.BigOctonion
Octonion number negative.
oneInGB - Variable in class edu.jas.ring.OrderedPairlist
 
open() - Method in class edu.jas.util.ExecutableChannels
open, setup of SocketChannels.
open(int) - Method in class edu.jas.util.ExecutableChannels
open, setup of SocketChannels.
OPROD(BigOctonion, BigOctonion) - Static method in class edu.jas.arith.BigOctonion
Octonion number product.
optimalPermutation(List<GenPolynomial<BigInteger>>) - Static method in class edu.jas.poly.TermOrderOptimization
Optimal permutation for the Degree matrix.
OptimizedPolynomialList<C extends RingElem<C>> - Class in edu.jas.poly
Container for optimization results.
OptimizedPolynomialList(List<Integer>, GenPolynomialRing<C>, List<GenPolynomial<C>>) - Constructor for class edu.jas.poly.OptimizedPolynomialList
Constructor.
optimizeTermOrder(GenPolynomialRing<C>, List<GenPolynomial<C>>) - Static method in class edu.jas.poly.TermOrderOptimization
Optimize variable order.
optimizeTermOrder(PolynomialList<C>) - Static method in class edu.jas.poly.TermOrderOptimization
Optimize variable order.
optimizeTermOrderOnCoefficients(PolynomialList<GenPolynomial<C>>) - Static method in class edu.jas.poly.TermOrderOptimization
Optimize variable order on coefficients.
OQ(BigOctonion, BigOctonion) - Static method in class edu.jas.arith.BigOctonion
Octonion number quotient.
or - Variable in class edu.jas.arith.BigOctonion
First part of the data structure.
ORAND(int) - Static method in class edu.jas.arith.BigOctonion
Octonion number, random.
OrderedDPairlist<C extends RingElem<C>> - Class in edu.jas.ring
Pair list management for d-Groebner bases.
OrderedDPairlist(GenPolynomialRing<C>) - Constructor for class edu.jas.ring.OrderedDPairlist
Constructor for OrderedDPairlist.
OrderedDPairlist(int, GenPolynomialRing<C>) - Constructor for class edu.jas.ring.OrderedDPairlist
Constructor for OrderedDPairlist.
OrderedModuleList<C extends RingElem<C>> - Class in edu.jas.vector
Ordered list of vectors of polynomials.
OrderedModuleList(GenPolynomialRing<C>, List<List<GenPolynomial<C>>>) - Constructor for class edu.jas.vector.OrderedModuleList
Constructor.
OrderedPairlist<C extends RingElem<C>> - Class in edu.jas.ring
Pair list management.
OrderedPairlist(GenPolynomialRing<C>) - Constructor for class edu.jas.ring.OrderedPairlist
Constructor for OrderedPairlist.
OrderedPairlist(int, GenPolynomialRing<C>) - Constructor for class edu.jas.ring.OrderedPairlist
Constructor for OrderedPairlist.
OrderedPolynomialList<C extends RingElem<C>> - Class in edu.jas.poly
Ordered list of polynomials.
OrderedPolynomialList(GenPolynomialRing<C>, List<GenPolynomial<C>>) - Constructor for class edu.jas.poly.OrderedPolynomialList
Constructor.
OSUM(BigOctonion, BigOctonion) - Static method in class edu.jas.arith.BigOctonion
Octonion number sum.

P

P - Variable in class edu.jas.ring.OrderedPairlist
 
padCols(GenPolynomialRing<C>, List<List<GenPolynomial<C>>>) - Static method in class edu.jas.vector.ModuleList
Pad columns and remove zero rows.
Pair<C extends RingElem<C>> - Class in edu.jas.ring
Serializable subclass to hold pairs of polynomials.
Pair(Object, GenPolynomial<C>, int, int) - Constructor for class edu.jas.ring.Pair
Pair constructor.
Pair(GenPolynomial<C>, GenPolynomial<C>, int, int) - Constructor for class edu.jas.ring.Pair
Pair constructor.
pairlist - Variable in class edu.jas.ring.OrderedPairlist
 
pairNumber(int) - Method in class edu.jas.ring.Pair
Set removed pair number.
parse(String) - Method in class edu.jas.application.LocalRing
Parse Local from String.
parse(Reader) - Method in class edu.jas.application.LocalRing
Parse Local from Reader.
parse(String) - Method in class edu.jas.application.QuotientRing
Parse Quotient from String.
parse(Reader) - Method in class edu.jas.application.QuotientRing
Parse Quotient from Reader.
parse(String) - Method in class edu.jas.application.ResidueRing
Parse Residue from String.
parse(Reader) - Method in class edu.jas.application.ResidueRing
Parse Residue from Reader.
parse(String) - Method in class edu.jas.arith.BigComplex
Parse complex number from string.
parse(Reader) - Method in class edu.jas.arith.BigComplex
Parse complex number from Reader.
parse(String) - Method in class edu.jas.arith.BigDecimal
BigDecimal parse from String.
parse(Reader) - Method in class edu.jas.arith.BigDecimal
BigDecimal parse from Reader.
parse(String) - Method in class edu.jas.arith.BigInteger
BigInteger parse from String.
parse(Reader) - Method in class edu.jas.arith.BigInteger
BigInteger parse from Reader.
parse(String) - Method in class edu.jas.arith.BigOctonion
Parse quaternion number from String.
parse(Reader) - Method in class edu.jas.arith.BigOctonion
Parse quaternion number from Reader.
parse(String) - Method in class edu.jas.arith.BigQuaternion
Parse quaternion number from String.
parse(Reader) - Method in class edu.jas.arith.BigQuaternion
Parse quaternion number from Reader.
parse(String) - Method in class edu.jas.arith.BigRational
Parse rational number from String.
parse(Reader) - Method in class edu.jas.arith.BigRational
Parse rational number from Reader.
parse(String) - Method in class edu.jas.arith.ModIntegerRing
Parse ModInteger from String.
parse(Reader) - Method in class edu.jas.arith.ModIntegerRing
Parse ModInteger from Reader.
parse(String) - Method in class edu.jas.poly.AlgebraicNumberRing
Parse AlgebraicNumber from String.
parse(Reader) - Method in class edu.jas.poly.AlgebraicNumberRing
Parse AlgebraicNumber from Reader.
parse(String) - Method in class edu.jas.poly.GenPolynomialRing
Parse a polynomial with the use of GenPolynomialTokenizer.
parse(Reader) - Method in class edu.jas.poly.GenPolynomialRing
Parse a polynomial with the use of GenPolynomialTokenizer.
parse(String) - Method in class edu.jas.poly.GenSolvablePolynomialRing
Parse a solvable polynomial with the use of GenPolynomialTokenizer
parse(Reader) - Method in class edu.jas.poly.GenSolvablePolynomialRing
Parse a solvable polynomial with the use of GenPolynomialTokenizer
parse(String) - Method in interface edu.jas.structure.ElemFactory
Parse from String.
parse(Reader) - Method in interface edu.jas.structure.ElemFactory
Parse from Reader.
parse(String) - Method in class edu.jas.structure.LocalRing
Parse Local from String.
parse(Reader) - Method in class edu.jas.structure.LocalRing
Parse Local from Reader.
parse(String) - Method in class edu.jas.structure.QuotientRing
Parse Quotient from String.
parse(Reader) - Method in class edu.jas.structure.QuotientRing
Parse Quotient from Reader.
parse(String) - Method in class edu.jas.structure.ResidueRing
Parse Residue from String.
parse(Reader) - Method in class edu.jas.structure.ResidueRing
Parse Residue from Reader.
parse(String) - Method in class edu.jas.vector.GenMatrixRing
parse a matrix from a String.
parse(Reader) - Method in class edu.jas.vector.GenMatrixRing
parse a matrix from a Reader.
parse(String) - Method in class edu.jas.vector.GenVectorModul
parse a vector from a String.
parse(Reader) - Method in class edu.jas.vector.GenVectorModul
parse a vector from a Reader.
partial - Variable in class edu.jas.poly.GenPolynomialRing
True for partially reversed variables.
perm - Variable in class edu.jas.poly.OptimizedPolynomialList
Permutation vector used to optimize term order.
permutation(List<Integer>, ExpVector) - Static method in class edu.jas.poly.TermOrderOptimization
Permutation of an exponent vector.
permutation(List<Integer>, GenPolynomialRing<C>, GenPolynomial<C>) - Static method in class edu.jas.poly.TermOrderOptimization
Permutation of polynomial exponent vectors.
permutation(List<Integer>, GenPolynomialRing<C>, List<GenPolynomial<C>>) - Static method in class edu.jas.poly.TermOrderOptimization
Permutation of polynomial exponent vectors.
permutation(List<Integer>, GenPolynomialRing<C>) - Static method in class edu.jas.poly.TermOrderOptimization
Permutation of polynomial ring variables.
permutationOnCoefficients(List<Integer>, GenPolynomialRing<GenPolynomial<C>>, GenPolynomial<GenPolynomial<C>>) - Static method in class edu.jas.poly.TermOrderOptimization
Permutation of polynomial exponent vectors of coefficient polynomials.
permutationOnCoefficients(List<Integer>, GenPolynomialRing<GenPolynomial<C>>, List<GenPolynomial<GenPolynomial<C>>>) - Static method in class edu.jas.poly.TermOrderOptimization
Permutation of polynomial exponent vectors of coefficients.
pi - Variable in class edu.jas.ring.CriticalPair
 
pi - Variable in class edu.jas.ring.Pair
 
pj - Variable in class edu.jas.ring.CriticalPair
 
pj - Variable in class edu.jas.ring.Pair
 
polyList() - Method in class edu.jas.ring.Katsura
Generate polynomial list.
PolynomialList<C extends RingElem<C>> - Class in edu.jas.poly
List of polynomials.
PolynomialList(GenPolynomialRing<C>, List<GenPolynomial<C>>) - Constructor for class edu.jas.poly.PolynomialList
Constructor.
PolynomialList(GenSolvablePolynomialRing<C>, List<GenSolvablePolynomial<C>>) - Constructor for class edu.jas.poly.PolynomialList
Constructor.
PolynomialListTest - Class in edu.jas.poly
PolynomialList Test using JUnit.
PolynomialListTest(String) - Constructor for class edu.jas.poly.PolynomialListTest
Constructs a PolynomialListTest object.
PolyUfdUtil - Class in edu.jas.ufd
Polynomial udf utilities, e.g.
PolyUfdUtil() - Constructor for class edu.jas.ufd.PolyUfdUtil
 
PolyUtil - Class in edu.jas.poly
Polynomial utilities, e.g.
PolyUtil() - Constructor for class edu.jas.poly.PolyUtil
 
PolyUtilTest - Class in edu.jas.poly
PolyUtil tests with JUnit.
PolyUtilTest(String) - Constructor for class edu.jas.poly.PolyUtilTest
Constructs a PolyUtilTest object.
pool - Variable in class edu.jas.ring.GroebnerBaseDistributed
Pool of threads to use.
pool - Variable in class edu.jas.ring.GroebnerBaseParallel
Pool of threads to use.
pool - Variable in class edu.jas.ring.GroebnerBaseSeqPairDistributed
Pool of threads to use.
pool - Variable in class edu.jas.ring.GroebnerBaseSeqPairParallel
Pool of threads to use.
pool - Variable in class edu.jas.ring.SolvableGroebnerBaseParallel
Pool of threads to use.
pool - Variable in class edu.jas.ufd.GCDProxy
Thread pool.
port - Variable in class edu.jas.ring.GBDist
Server port to use.
port - Variable in class edu.jas.ring.GroebnerBaseDistributed
Server port to use.
port - Variable in class edu.jas.ring.GroebnerBaseSeqPairDistributed
Server port to use.
ports - Variable in class edu.jas.util.ExecutableChannels
 
positivePower(C, long) - Static method in class edu.jas.structure.Power
power of a to the n-th, n positive.
Power<C extends RingElem<C>> - Class in edu.jas.structure
Power class to compute powers of RingElem.
Power() - Constructor for class edu.jas.structure.Power
The constructor creates a Power object.
Power(RingFactory<C>) - Constructor for class edu.jas.structure.Power
The constructor creates a Power object.
power(RingFactory<C>, C, long) - Static method in class edu.jas.structure.Power
power of a to the n-th.
power(MonoidFactory<C>, C, long) - Static method in class edu.jas.structure.Power
power of a to the n-th.
power(C, long) - Method in class edu.jas.structure.Power
power of a to the n-th.
PreemptingException - Exception in edu.jas.kern
Preempting Exception class.
PreemptingException() - Constructor for exception edu.jas.kern.PreemptingException
 
PreemptingException(String) - Constructor for exception edu.jas.kern.PreemptingException
 
PreemptingException(String, Throwable) - Constructor for exception edu.jas.kern.PreemptingException
 
PreemptingException(Throwable) - Constructor for exception edu.jas.kern.PreemptingException
 
PreemptStatus - Class in edu.jas.kern
PreemptStatus, defines global status for preemtive interruption handling.
PreemptStatus() - Constructor for class edu.jas.kern.PreemptStatus
No public constructor.
PrettyPrint - Class in edu.jas.kern
PrettyPrint, defines global pretty print status.
PrettyPrint() - Constructor for class edu.jas.kern.PrettyPrint
 
PrimeList - Class in edu.jas.arith
List of big primes.
PrimeList() - Constructor for class edu.jas.arith.PrimeList
Constructor for PrimeList.
PrimeList(int) - Constructor for class edu.jas.arith.PrimeList
Constructor for PrimeList with n primes.
primitivePart(GenPolynomial<C>) - Method in interface edu.jas.ufd.GreatestCommonDivisor
GenPolynomial primitive part.
primitivePart(GenPolynomial<C>) - Method in class edu.jas.ufd.GreatestCommonDivisorAbstract
GenPolynomial primitive part.
product(Ideal<C>) - Method in class edu.jas.application.Ideal
Product.
product(GenMatrixRing<C>) - Method in class edu.jas.vector.GenMatrixRing
Product matrix ring for multiplication.
put(GenPolynomial<C>) - Method in class edu.jas.ring.CriticalPairList
Put a polynomial to the pairlist and reduction matrix.
put(GenPolynomial<C>) - Method in class edu.jas.ring.OrderedPairlist
Put one Polynomial to the pairlist and reduction matrix.
put(Object, Object) - Method in class edu.jas.util.DistHashTable
Put object to the distributed hash table.
putCount() - Method in class edu.jas.ring.CriticalPairList
Get the number of polynomials put to the pairlist.
putCount - Variable in class edu.jas.ring.OrderedPairlist
 
putCount() - Method in class edu.jas.ring.OrderedPairlist
Get the number of polynomials put to the pairlist.
putOne() - Method in class edu.jas.ring.CriticalPairList
Put the ONE-Polynomial to the pairlist.
putOne(GenPolynomial<C>) - Method in class edu.jas.ring.OrderedPairlist
Put to ONE-Polynomial to the pairlist.
putWait(Object, Object) - Method in class edu.jas.util.DistHashTable
Put object to the distributed hash table.

Q

Q_CAPACITY - Static variable in class edu.jas.kern.ComputerThreads
Queue capacity.
QABS(BigQuaternion) - Static method in class edu.jas.arith.BigQuaternion
Quaternion number absolute value.
QCON(BigQuaternion) - Static method in class edu.jas.arith.BigQuaternion
Quaternion number conjugate.
QDIF(BigQuaternion, BigQuaternion) - Static method in class edu.jas.arith.BigQuaternion
Quaternion number difference.
QINV(BigQuaternion) - Static method in class edu.jas.arith.BigQuaternion
Quaternion number inverse.
QNEG(BigQuaternion) - Static method in class edu.jas.arith.BigQuaternion
Quaternion number negative.
QPROD(BigQuaternion, BigQuaternion) - Static method in class edu.jas.arith.BigQuaternion
Quaternion number product.
QQ(BigQuaternion, BigQuaternion) - Static method in class edu.jas.arith.BigQuaternion
Quaternion number quotient.
QRAND(int) - Static method in class edu.jas.arith.BigQuaternion
Quaternion number, random.
QSUM(BigQuaternion, BigQuaternion) - Static method in class edu.jas.arith.BigQuaternion
Quaternion number sum.
QuatGenPolynomialTest - Class in edu.jas.poly
BigQuaternion coefficients GenPolynomial tests with JUnit.
QuatGenPolynomialTest(String) - Constructor for class edu.jas.poly.QuatGenPolynomialTest
Constructs a QuatGenPolynomialTest object.
quotient(GenPolynomial<C>) - Method in class edu.jas.application.Ideal
Quotient.
quotient(Ideal<C>) - Method in class edu.jas.application.Ideal
Quotient.
Quotient<C extends GcdRingElem<C>> - Class in edu.jas.application
Quotient, i.e. rational function, based on GenPolynomial with RingElem interface.
Quotient(QuotientRing<C>) - Constructor for class edu.jas.application.Quotient
The constructor creates a Quotient object from a ring factory.
Quotient(QuotientRing<C>, GenPolynomial<C>) - Constructor for class edu.jas.application.Quotient
The constructor creates a Quotient object from a ring factory and a numerator polynomial.
Quotient(QuotientRing<C>, GenPolynomial<C>, GenPolynomial<C>) - Constructor for class edu.jas.application.Quotient
The constructor creates a Quotient object from a ring factory and a numerator and denominator polynomial.
Quotient(QuotientRing<C>, GenPolynomial<C>, GenPolynomial<C>, boolean) - Constructor for class edu.jas.application.Quotient
The constructor creates a Quotient object from a ring factory and a numerator and denominator polynomial.
Quotient<C extends RingElem<C>> - Class in edu.jas.structure
Quotient element based on RingElem pairs.
Quotient(QuotientRing<C>) - Constructor for class edu.jas.structure.Quotient
The constructor creates a Quotient object from a ring factory.
Quotient(QuotientRing<C>, C) - Constructor for class edu.jas.structure.Quotient
The constructor creates a Quotient object from a ring factory and a numerator element.
Quotient(QuotientRing<C>, C, C) - Constructor for class edu.jas.structure.Quotient
The constructor creates a Quotient object from a ring factory and a numerator and denominator element.
Quotient(QuotientRing<C>, C, C, boolean) - Constructor for class edu.jas.structure.Quotient
The constructor creates a Quotient object from a ring factory and a numerator and denominator element.
quotientFromIntegralCoefficients(GenPolynomialRing<Quotient<C>>, GenPolynomial<GenPolynomial<C>>) - Static method in class edu.jas.ufd.PolyUfdUtil
Rational function from integral polynomial coefficients.
quotientFromIntegralCoefficients(GenPolynomialRing<Quotient<C>>, Collection<GenPolynomial<GenPolynomial<C>>>) - Static method in class edu.jas.ufd.PolyUfdUtil
Rational function from integral polynomial coefficients.
QuotientIntTest - Class in edu.jas.application
Quotient over BigInteger GenPolynomial tests with JUnit.
QuotientIntTest(String) - Constructor for class edu.jas.application.QuotientIntTest
Constructs a QuotientIntTest object.
QuotientRatTest - Class in edu.jas.application
Quotient over BigRational GenPolynomial tests with JUnit.
QuotientRatTest(String) - Constructor for class edu.jas.application.QuotientRatTest
Constructs a QuotientRatTest object.
QuotientRing<C extends GcdRingElem<C>> - Class in edu.jas.application
Quotient ring factory based on GenPolynomial with RingElem interface.
QuotientRing(GenPolynomialRing<C>) - Constructor for class edu.jas.application.QuotientRing
The constructor creates a QuotientRing object from a GenPolynomialRing and a GenPolynomial list.
QuotientRing(GenPolynomialRing<C>, boolean) - Constructor for class edu.jas.application.QuotientRing
The constructor creates a QuotientRing object from a GenPolynomialRing and a GenPolynomial list.
QuotientRing<C extends RingElem<C>> - Class in edu.jas.structure
Quotient ring factory using RingElem and RingFactory.
QuotientRing(RingFactory<C>) - Constructor for class edu.jas.structure.QuotientRing
The constructor creates a QuotientRing object from a RingFactory.
QuotientTest - Class in edu.jas.structure
Quotient tests with JUnit.
QuotientTest(String) - Constructor for class edu.jas.structure.QuotientTest
Constructs a QuotientTest object.
QuotIntPolynomialTest - Class in edu.jas.application
Quotient BigInteger coefficient GenPolynomial tests with JUnit.
QuotIntPolynomialTest(String) - Constructor for class edu.jas.application.QuotIntPolynomialTest
Constructs a QoutIntPolynomialTest object.

R

random(int) - Method in class edu.jas.application.LocalRing
Local random.
random(int, int, int, float) - Method in class edu.jas.application.LocalRing
Generate a random residum polynomial.
random(int, Random) - Method in class edu.jas.application.LocalRing
Local random.
random(int) - Method in class edu.jas.application.QuotientRing
Quotient random.
random(int, int, int, float) - Method in class edu.jas.application.QuotientRing
Generate a random residum polynomial.
random(int, Random) - Method in class edu.jas.application.QuotientRing
Quotient random.
random(int) - Method in class edu.jas.application.ResidueRing
Residue random.
random(int, int, int, float) - Method in class edu.jas.application.ResidueRing
Generate a random residum polynomial.
random(int, Random) - Method in class edu.jas.application.ResidueRing
Residue random.
random(int) - Method in class edu.jas.arith.BigComplex
Complex number, random.
random(int, Random) - Method in class edu.jas.arith.BigComplex
Complex number, random.
random(int) - Method in class edu.jas.arith.BigDecimal
BigDecimal random.
random(int, Random) - Method in class edu.jas.arith.BigDecimal
BigDecimal random.
random(int, int) - Method in class edu.jas.arith.BigDecimal
BigDecimal random.
random(int, int, Random) - Method in class edu.jas.arith.BigDecimal
BigDecimal random.
random(int) - Method in class edu.jas.arith.BigInteger
BigInteger random.
random(int, Random) - Method in class edu.jas.arith.BigInteger
BigInteger random.
random(int) - Method in class edu.jas.arith.BigOctonion
BigOctonion random.
random(int, Random) - Method in class edu.jas.arith.BigOctonion
BigOctonion random.
random(int) - Method in class edu.jas.arith.BigQuaternion
BigQuaternion random.
random(int, Random) - Method in class edu.jas.arith.BigQuaternion
BigQuaternion random.
random(int) - Method in class edu.jas.arith.BigRational
Rational number, random.
random(int, Random) - Method in class edu.jas.arith.BigRational
Rational number, random.
random(int) - Method in class edu.jas.arith.ModIntegerRing
ModInteger random.
random(int, Random) - Method in class edu.jas.arith.ModIntegerRing
ModInteger random.
random(int) - Method in class edu.jas.poly.AlgebraicNumberRing
AlgebraicNumber random.
random(int, Random) - Method in class edu.jas.poly.AlgebraicNumberRing
AlgebraicNumber random.
random(int, long, float) - Static method in class edu.jas.poly.ExpVector
Generate a random ExpVector.
random(int, long, float, Random) - Static method in class edu.jas.poly.ExpVector
Generate a random ExpVector.
random - Static variable in class edu.jas.poly.GenPolynomialRing
A default random sequence generator.
random(int) - Method in class edu.jas.poly.GenPolynomialRing
Random polynomial.
random(int, Random) - Method in class edu.jas.poly.GenPolynomialRing
Random polynomial.
random(int, int, int, float) - Method in class edu.jas.poly.GenPolynomialRing
Generate a random polynomial.
random(int, int, int, float, Random) - Method in class edu.jas.poly.GenPolynomialRing
Generate a random polynomial.
random(int) - Method in class edu.jas.poly.GenSolvablePolynomialRing
Random solvable polynomial.
random(int, Random) - Method in class edu.jas.poly.GenSolvablePolynomialRing
Random solvable polynomial.
random(int, int, int, float) - Method in class edu.jas.poly.GenSolvablePolynomialRing
Generate a random solvable polynomial.
random(int, int, int, float, Random) - Method in class edu.jas.poly.GenSolvablePolynomialRing
Random solvable polynomial.
random(int, float) - Method in interface edu.jas.structure.AlgebraFactory
Random Matrix.
random(int) - Method in interface edu.jas.structure.ElemFactory
Generate a random Element with size less equal to n.
random(int, Random) - Method in interface edu.jas.structure.ElemFactory
Generate a random Element with size less equal to n.
random(int) - Method in class edu.jas.structure.LocalRing
Local random.
random(int, Random) - Method in class edu.jas.structure.LocalRing
Local random.
random(int, float) - Method in interface edu.jas.structure.ModulFactory
Random vector.
random(int) - Method in class edu.jas.structure.QuotientRing
Quotient random.
random(int, Random) - Method in class edu.jas.structure.QuotientRing
Quotient random.
random(int) - Method in class edu.jas.structure.ResidueRing
Residue random.
random(int, Random) - Method in class edu.jas.structure.ResidueRing
Residue random.
random(int) - Method in class edu.jas.vector.GenMatrixRing
Random matrix.
random(int, float) - Method in class edu.jas.vector.GenMatrixRing
Random matrix.
random(int, Random) - Method in class edu.jas.vector.GenMatrixRing
Random matrix.
random(int, float, Random) - Method in class edu.jas.vector.GenMatrixRing
Random matrix.
random(int) - Method in class edu.jas.vector.GenVectorModul
Random vector.
random(int, float) - Method in class edu.jas.vector.GenVectorModul
Random vector.
random(int, Random) - Method in class edu.jas.vector.GenVectorModul
Random vector.
random(int, float, Random) - Method in class edu.jas.vector.GenVectorModul
Random vector.
randomLower(int, float) - Method in class edu.jas.vector.GenMatrixRing
Random lower triangular matrix.
randomLower(int, float, Random) - Method in class edu.jas.vector.GenMatrixRing
Random lower triangular matrix.
randomUpper(int, float) - Method in class edu.jas.vector.GenMatrixRing
Random upper triangular matrix.
randomUpper(int, float, Random) - Method in class edu.jas.vector.GenMatrixRing
Random upper triangular matrix.
RatGenPolynomialTest - Class in edu.jas.poly
BigRational coefficients GenPolynomial tests with JUnit.
RatGenPolynomialTest(String) - Constructor for class edu.jas.poly.RatGenPolynomialTest
Constructs a RatGenPolynomialTest object.
RatGenSolvablePolynomialTest - Class in edu.jas.poly
BigRational coefficients GenSolvablePolynomial tests with JUnit.
RatGenSolvablePolynomialTest(String) - Constructor for class edu.jas.poly.RatGenSolvablePolynomialTest
Constructs a RatGenSolvablePolynomialTest object.
RatPolyGenPolynomialTest - Class in edu.jas.poly
BigRational coefficients GenPolynomial coefficients GenPolynomial tests with JUnit.
RatPolyGenPolynomialTest(String) - Constructor for class edu.jas.poly.RatPolyGenPolynomialTest
Constructs a RatPolyGenPolynomialTest object.
re - Variable in class edu.jas.arith.BigComplex
Real part of the data structure.
re - Variable in class edu.jas.arith.BigQuaternion
Real part of the data structure.
realPart(GenPolynomialRing<BigRational>, GenPolynomial<BigComplex>) - Static method in class edu.jas.poly.PolyUtil
Real part.
receive(int) - Method in class edu.jas.util.ExecutableChannels
recieve on channel i.
receive() - Method in class edu.jas.util.SocketChannel
Receives an object
record(CriticalPair<C>, GenPolynomial<C>) - Method in class edu.jas.ring.CriticalPairList
Record reduced polynomial.
recursive(GenPolynomialRing<GenPolynomial<C>>, GenPolynomial<C>) - Static method in class edu.jas.poly.PolyUtil
Recursive representation.
recursiveContent(GenPolynomial<GenPolynomial<C>>) - Method in class edu.jas.ufd.GreatestCommonDivisorAbstract
GenPolynomial recursive content.
recursiveDeriviative(GenPolynomial<GenPolynomial<C>>) - Static method in class edu.jas.poly.PolyUtil
GenPolynomial recursive polynomial derivative main variable.
recursiveDivide(GenPolynomial<GenPolynomial<C>>, GenPolynomial<C>) - Static method in class edu.jas.poly.PolyUtil
GenPolynomial pseudo divide.
recursiveGcd(GenPolynomial<GenPolynomial<C>>, GenPolynomial<GenPolynomial<C>>) - Method in class edu.jas.ufd.GCDProxy
Univariate GenPolynomial recursive greatest comon divisor.
recursiveGcd(GenPolynomial<GenPolynomial<C>>, GenPolynomial<GenPolynomial<C>>) - Method in class edu.jas.ufd.GreatestCommonDivisorAbstract
Univariate GenPolynomial recursive greatest common divisor.
recursiveGcd(GenPolynomial<GenPolynomial<ModInteger>>, GenPolynomial<GenPolynomial<ModInteger>>) - Method in class edu.jas.ufd.GreatestCommonDivisorModEval
Univariate GenPolynomial recursive greatest comon divisor.
recursiveGcd(GenPolynomial<GenPolynomial<BigInteger>>, GenPolynomial<GenPolynomial<BigInteger>>) - Method in class edu.jas.ufd.GreatestCommonDivisorModular
Univariate GenPolynomial recursive greatest comon divisor.
recursiveGcd(GenPolynomial<GenPolynomial<C>>, GenPolynomial<GenPolynomial<C>>) - Method in class edu.jas.ufd.GreatestCommonDivisorPrimitive
Univariate GenPolynomial recursive greatest comon divisor.
recursiveGcd(GenPolynomial<GenPolynomial<C>>, GenPolynomial<GenPolynomial<C>>) - Method in class edu.jas.ufd.GreatestCommonDivisorSimple
Univariate GenPolynomial recursive greatest comon divisor.
recursiveGcd(GenPolynomial<GenPolynomial<C>>, GenPolynomial<GenPolynomial<C>>) - Method in class edu.jas.ufd.GreatestCommonDivisorSubres
Univariate GenPolynomial recursive greatest comon divisor.
recursivePrimitivePart(GenPolynomial<GenPolynomial<C>>) - Method in class edu.jas.ufd.GreatestCommonDivisorAbstract
GenPolynomial recursive primitive part.
recursivePseudoDivide(GenPolynomial<GenPolynomial<C>>, GenPolynomial<GenPolynomial<C>>) - Static method in class edu.jas.poly.PolyUtil
GenPolynomial pseudo divide.
recursivePseudoRemainder(GenPolynomial<GenPolynomial<C>>, GenPolynomial<GenPolynomial<C>>) - Static method in class edu.jas.poly.PolyUtil
GenPolynomial sparse pseudo remainder.
recursivePseudoRemainder(GenPolynomial<GenPolynomial<C>>, GenPolynomial<GenPolynomial<C>>) - Method in class edu.jas.ufd.GreatestCommonDivisorSubres
GenPolynomial pseudo remainder.
recursiveResultant(GenPolynomial<GenPolynomial<C>>, GenPolynomial<GenPolynomial<C>>) - Method in class edu.jas.ufd.GreatestCommonDivisorSubres
Univariate GenPolynomial recursive resultant.
recursiveSquarefreeFactors(GenPolynomial<GenPolynomial<C>>) - Method in class edu.jas.ufd.GreatestCommonDivisorAbstract
GenPolynomial recursive polynomial squarefee factorization.
recursiveSquarefreePart(GenPolynomial<GenPolynomial<C>>) - Method in class edu.jas.ufd.GreatestCommonDivisorAbstract
GenPolynomial recursive polynomial greatest squarefee divisor.
red - Variable in class edu.jas.application.Ideal
Reduction engine.
red - Variable in class edu.jas.module.SolvableSyzygyAbstract
Reduction engine.
red - Variable in class edu.jas.module.SyzygyAbstract
Reduction engine.
red - Variable in class edu.jas.ring.DGroebnerBaseSeq
Reduction engine.
red - Variable in class edu.jas.ring.EGroebnerBaseSeq
Reduction engine.
red - Variable in class edu.jas.ring.GroebnerBaseAbstract
Reduction engine.
red - Variable in class edu.jas.ring.OrderedPairlist
 
red - Variable in class edu.jas.ring.SolvableGroebnerBaseAbstract
Reduction engine.
reduction - Variable in class edu.jas.ring.OrderedPairlist
 
Reduction<C extends RingElem<C>> - Interface in edu.jas.ring
Polynomial Reduction interface.
ReductionAbstract<C extends RingElem<C>> - Class in edu.jas.ring
Polynomial Reduction abstract class.
ReductionAbstract() - Constructor for class edu.jas.ring.ReductionAbstract
Constructor.
ReductionPar<C extends RingElem<C>> - Class in edu.jas.ring
Polynomial Reduction parallel usable algorithm.
ReductionPar() - Constructor for class edu.jas.ring.ReductionPar
Constructor.
ReductionSeq<C extends RingElem<C>> - Class in edu.jas.ring
Polynomial Reduction sequential use algorithm.
ReductionSeq() - Constructor for class edu.jas.ring.ReductionSeq
Constructor.
ReductionTest - Class in edu.jas.ring
Reduction tests with JUnit.
ReductionTest(String) - Constructor for class edu.jas.ring.ReductionTest
Constructs a ReductionTest object.
reductum() - Method in class edu.jas.poly.GenPolynomial
Reductum.
reductum - Variable in class edu.jas.ring.CriticalPair
 
REH - Static variable in class edu.jas.kern.ComputerThreads
Saturation policy.
RelationTable<C extends RingElem<C>> - Class in edu.jas.poly
RelationTable for solvable polynomials.
RelationTable(GenSolvablePolynomialRing<C>) - Constructor for class edu.jas.poly.RelationTable
Constructor for RelationTable requires ring factory.
RelationTableTest - Class in edu.jas.poly
RelationTable tests with JUnit.
RelationTableTest(String) - Constructor for class edu.jas.poly.RelationTableTest
Constructs a RelationTableTest object.
remainder(Local<C>) - Method in class edu.jas.application.Local
Local remainder.
remainder(Quotient<C>) - Method in class edu.jas.application.Quotient
Quotient remainder.
remainder(Residue<C>) - Method in class edu.jas.application.Residue
Residue remainder.
remainder(BigComplex) - Method in class edu.jas.arith.BigComplex
Complex number inverse.
remainder(BigDecimal) - Method in class edu.jas.arith.BigDecimal
BigDecimal remainder.
remainder(BigInteger) - Method in class edu.jas.arith.BigInteger
BigInteger remainder.
remainder(BigOctonion) - Method in class edu.jas.arith.BigOctonion
BigOctonion remainder.
remainder(BigQuaternion) - Method in class edu.jas.arith.BigQuaternion
BigQuaternion remainder.
remainder(BigRational) - Method in class edu.jas.arith.BigRational
Rational number remainder.
remainder(ModInteger) - Method in class edu.jas.arith.ModInteger
ModInteger remainder.
remainder(AlgebraicNumber<C>) - Method in class edu.jas.poly.AlgebraicNumber
AlgebraicNumber remainder.
remainder(GenPolynomial<C>) - Method in class edu.jas.poly.GenPolynomial
GenPolynomial remainder.
remainder(Local<C>) - Method in class edu.jas.structure.Local
Local remainder.
remainder(C) - Method in interface edu.jas.structure.MonoidElem
Remainder after division of this by S.
remainder(Quotient<C>) - Method in class edu.jas.structure.Quotient
Quotient remainder.
remainder(Residue<C>) - Method in class edu.jas.structure.Residue
Residue remainder.
remainder(GenMatrix<C>) - Method in class edu.jas.vector.GenMatrix
Remainder after division of this by S.
remCount() - Method in class edu.jas.ring.CriticalPairList
Get the number of required pairs removed from the pairlist.
remCount - Variable in class edu.jas.ring.OrderedPairlist
 
remCount() - Method in class edu.jas.ring.OrderedPairlist
Get the number of required pairs removed from the pairlist.
RemoteExecutable - Interface in edu.jas.util
Interface RemoteExecutable.
removeNext() - Method in class edu.jas.ring.OrderedDPairlist
Remove the next required pair from the pairlist and reduction matrix.
removeNext() - Method in class edu.jas.ring.OrderedPairlist
Remove the next required pair from the pairlist and reduction matrix.
Residue<C extends RingElem<C>> - Class in edu.jas.application
Residue ring element based on GenPolynomial with RingElem interface.
Residue(ResidueRing<C>) - Constructor for class edu.jas.application.Residue
The constructor creates a Residue object from a ring factory.
Residue(ResidueRing<C>, GenPolynomial<C>) - Constructor for class edu.jas.application.Residue
The constructor creates a Residue object from a ring factory and a polynomial.
Residue(ResidueRing<C>, GenPolynomial<C>, int) - Constructor for class edu.jas.application.Residue
The constructor creates a Residue object from a ring factory, a polynomial and an indicator if a is a unit.
Residue<C extends RingElem<C>> - Class in edu.jas.structure
Residue element based on RingElem residue.
Residue(ResidueRing<C>) - Constructor for class edu.jas.structure.Residue
The constructor creates a Residue object from a ring factory.
Residue(ResidueRing<C>, C) - Constructor for class edu.jas.structure.Residue
The constructor creates a Residue object from a ring factory and a ring element.
Residue(ResidueRing<C>, C, int) - Constructor for class edu.jas.structure.Residue
The constructor creates a Residue object from a ring factory, a ring element and an indicator if a is a unit.
ResidueRing<C extends RingElem<C>> - Class in edu.jas.application
Residue ring factory based on GenPolynomial with RingFactory interface.
ResidueRing(Ideal<C>) - Constructor for class edu.jas.application.ResidueRing
The constructor creates a ResidueRing object from an Ideal.
ResidueRing<C extends RingElem<C>> - Class in edu.jas.structure
Residue ring factory based on RingElem and RingFactory module.
ResidueRing(RingFactory<C>, C) - Constructor for class edu.jas.structure.ResidueRing
The constructor creates a ResidueRing object from an ring factory and a modul.
ResidueTest - Class in edu.jas.application
Residue tests with JUnit.
ResidueTest(String) - Constructor for class edu.jas.application.ResidueTest
Constructs a ResidueTest object.
ResidueTest - Class in edu.jas.structure
Residue test with JUnit.
ResidueTest(String) - Constructor for class edu.jas.structure.ResidueTest
Constructs a ResidueTest object.
resolution(ModuleList<C>) - Method in interface edu.jas.module.SolvableSyzygy
Resolution of a module.
resolution(PolynomialList<C>) - Method in interface edu.jas.module.SolvableSyzygy
Resolution of a polynomial list.
resolution(ModuleList<C>) - Method in class edu.jas.module.SolvableSyzygyAbstract
Resolution of a module.
resolution(PolynomialList<C>) - Method in class edu.jas.module.SolvableSyzygyAbstract
Resolution of a polynomial list.
resolution(ModuleList<C>) - Method in interface edu.jas.module.Syzygy
Resolution of a module.
resolution(PolynomialList<C>) - Method in interface edu.jas.module.Syzygy
Resolution of a polynomial list.
resolution(ModuleList<C>) - Method in class edu.jas.module.SyzygyAbstract
Resolution of a module.
resolution(PolynomialList<C>) - Method in class edu.jas.module.SyzygyAbstract
Resolution of a polynomial list.
resolutionArbitrary(ModuleList<C>) - Method in interface edu.jas.module.SolvableSyzygy
Resolution of a module.
resolutionArbitrary(PolynomialList<C>) - Method in interface edu.jas.module.SolvableSyzygy
Resolution of a polynomial list.
resolutionArbitrary(ModuleList<C>) - Method in class edu.jas.module.SolvableSyzygyAbstract
Resolution of a module.
resolutionArbitrary(PolynomialList<C>) - Method in class edu.jas.module.SolvableSyzygyAbstract
Resolution of a polynomial list.
resolutionArbitrary(PolynomialList<C>) - Method in interface edu.jas.module.Syzygy
Resolution of a polynomial list.
resolutionArbitrary(ModuleList<C>) - Method in interface edu.jas.module.Syzygy
Resolution of a module.
resolutionArbitrary(PolynomialList<C>) - Method in class edu.jas.module.SyzygyAbstract
Resolution of a polynomial list.
resolutionArbitrary(ModuleList<C>) - Method in class edu.jas.module.SyzygyAbstract
Resolution of a module.
resultant(GenPolynomial<C>, GenPolynomial<C>) - Method in interface edu.jas.ufd.GreatestCommonDivisor
GenPolynomial resultant.
resultant(GenPolynomial<C>, GenPolynomial<C>) - Method in class edu.jas.ufd.GreatestCommonDivisorAbstract
GenPolynomial resultant.
reverse() - Method in class edu.jas.poly.ExpVector
Reverse variables.
reverse(int) - Method in class edu.jas.poly.ExpVector
Reverse j variables.
reverse(GenPolynomialRing<C>) - Method in class edu.jas.poly.GenPolynomial
Reverse variables.
reverse() - Method in class edu.jas.poly.GenPolynomialRing
Reverse variables.
reverse(boolean) - Method in class edu.jas.poly.GenPolynomialRing
Reverse variables.
reverse() - Method in class edu.jas.poly.GenSolvablePolynomialRing
Reverse variables.
reverse(boolean) - Method in class edu.jas.poly.GenSolvablePolynomialRing
Reverse variables.
reverse(RelationTable<C>) - Method in class edu.jas.poly.RelationTable
Reverse variables and relations.
reverse() - Method in class edu.jas.poly.TermOrder
Reverse variables.
reverse(boolean) - Method in class edu.jas.poly.TermOrder
Reverse variables.
revert(int) - Static method in class edu.jas.poly.TermOrder
Revert exponent order.
REVILEX - Static variable in class edu.jas.poly.TermOrder
 
REVITDG - Static variable in class edu.jas.poly.TermOrder
 
REVLEX - Static variable in class edu.jas.poly.TermOrder
 
REVTDEG - Static variable in class edu.jas.poly.TermOrder
 
rightGB(int, List<GenSolvablePolynomial<C>>) - Method in interface edu.jas.module.ModSolvableGroebnerBase
Right Groebner base using pairlist class.
rightGB(ModuleList<C>) - Method in interface edu.jas.module.ModSolvableGroebnerBase
Right Groebner base using pairlist class.
rightGB(int, List<GenSolvablePolynomial<C>>) - Method in class edu.jas.module.ModSolvableGroebnerBaseAbstract
Right Groebner base using pairlist class.
rightGB(ModuleList<C>) - Method in class edu.jas.module.ModSolvableGroebnerBaseAbstract
Right Groebner base using pairlist class.
rightGB(List<GenSolvablePolynomial<C>>) - Method in interface edu.jas.ring.SolvableGroebnerBase
Right Groebner base using opposite ring left GB.
rightGB(int, List<GenSolvablePolynomial<C>>) - Method in interface edu.jas.ring.SolvableGroebnerBase
Right Groebner base using opposite ring left GB.
rightGB(List<GenSolvablePolynomial<C>>) - Method in class edu.jas.ring.SolvableGroebnerBaseAbstract
Right Groebner base using opposite ring left GB.
rightGB(int, List<GenSolvablePolynomial<C>>) - Method in class edu.jas.ring.SolvableGroebnerBaseAbstract
Right Groebner base using opposite ring left GB.
rightNormalform(List<GenSolvablePolynomial<C>>, GenSolvablePolynomial<C>) - Method in interface edu.jas.ring.SolvableReduction
Right Normalform.
rightNormalform(List<GenSolvablePolynomial<C>>, GenSolvablePolynomial<C>) - Method in class edu.jas.ring.SolvableReductionPar
Right Normalform.
rightNormalform(List<GenSolvablePolynomial<C>>, GenSolvablePolynomial<C>) - Method in class edu.jas.ring.SolvableReductionSeq
Right Normalform.
rightScalarProduct(List<GenVector<C>>) - Method in class edu.jas.vector.GenVector
right scalar / dot product of this vector with list of other vectors.
rightScalarProduct(List<GenSolvablePolynomial<C>>, ModuleList<C>) - Method in class edu.jas.vector.SolvableBasicLinAlg
Product of vector and matrix of polynomials.
rightSPolynomial(GenSolvablePolynomial<C>, GenSolvablePolynomial<C>) - Method in interface edu.jas.ring.SolvableReduction
Right S-Polynomial.
rightSPolynomial(GenSolvablePolynomial<C>, GenSolvablePolynomial<C>) - Method in class edu.jas.ring.SolvableReductionAbstract
Right S-Polynomial.
rightZeroRelationsArbitrary(List<GenSolvablePolynomial<C>>) - Method in interface edu.jas.module.SolvableSyzygy
Right syzygy module from arbitrary base.
rightZeroRelationsArbitrary(int, List<GenSolvablePolynomial<C>>) - Method in interface edu.jas.module.SolvableSyzygy
Right syzygy module from arbitrary base.
rightZeroRelationsArbitrary(List<GenSolvablePolynomial<C>>) - Method in class edu.jas.module.SolvableSyzygyAbstract
Right syzygy module from arbitrary base.
rightZeroRelationsArbitrary(int, List<GenSolvablePolynomial<C>>) - Method in class edu.jas.module.SolvableSyzygyAbstract
Right syzygy module from arbitrary base.
ring - Variable in class edu.jas.application.Local
Local class factory data structure.
ring - Variable in class edu.jas.application.LocalRing
Polynomial ring of the factory.
ring - Variable in class edu.jas.application.Quotient
Quotient class factory data structure.
ring - Variable in class edu.jas.application.QuotientRing
Polynomial ring of the factory.
ring - Variable in class edu.jas.application.Residue
Residue class factory data structure.
ring - Variable in class edu.jas.application.ResidueRing
Polynomial ring of the factory.
ring - Variable in class edu.jas.arith.ModInteger
ModIntegerRing reference.
ring - Variable in class edu.jas.poly.AlgebraicNumber
Ring part of the data structure.
ring - Variable in class edu.jas.poly.AlgebraicNumberRing
Ring part of the factory data structure.
ring - Variable in class edu.jas.poly.GenPolynomial
The factory for the polynomial ring.
ring - Variable in class edu.jas.poly.GenSolvablePolynomial
The factory for the solvable polynomial ring.
ring - Variable in class edu.jas.poly.PolynomialList
The factory for the solvable polynomial ring.
ring - Variable in class edu.jas.poly.RelationTable
The factory for the solvable polynomial ring.
ring - Variable in class edu.jas.ring.ExtendedGB
 
ring - Variable in class edu.jas.ring.OrderedPairlist
 
ring - Variable in class edu.jas.ring.SolvableExtendedGB
 
ring - Variable in class edu.jas.structure.Local
Local class factory data structure.
ring - Variable in class edu.jas.structure.LocalRing
Ring factory.
ring - Variable in class edu.jas.structure.Quotient
Quotient class factory data structure.
ring - Variable in class edu.jas.structure.QuotientRing
Ring factory of this factory.
ring - Variable in class edu.jas.structure.Residue
Residue class factory data structure.
ring - Variable in class edu.jas.structure.ResidueRing
Ring factory.
ring - Variable in class edu.jas.vector.GenMatrix
 
ring - Variable in class edu.jas.vector.ModuleList
The factory for the solvable polynomial ring.
RingElem<C extends RingElem<C>> - Interface in edu.jas.structure
Ring element interface.
RingFactory<C extends RingElem<C>> - Interface in edu.jas.structure
Ring factory interface.
RNABS(BigRational) - Static method in class edu.jas.arith.BigRational
Rational number absolute value.
RNCOMP(BigRational, BigRational) - Static method in class edu.jas.arith.BigRational
Rational number comparison.
RNDEN(BigRational) - Static method in class edu.jas.arith.BigRational
Rational number denominator.
RNDIF(BigRational, BigRational) - Static method in class edu.jas.arith.BigRational
Rational number difference.
RNDWR(BigRational, int) - Static method in class edu.jas.arith.BigRational
Rational number decimal write.
RNINT(BigInteger) - Static method in class edu.jas.arith.BigRational
Rational number from integer.
RNINV(BigRational) - Static method in class edu.jas.arith.BigRational
Rational number inverse.
RNNEG(BigRational) - Static method in class edu.jas.arith.BigRational
Rational number negative.
RNNUM(BigRational) - Static method in class edu.jas.arith.BigRational
Rational number numerator.
RNPROD(BigRational, BigRational) - Static method in class edu.jas.arith.BigRational
Rational number product.
RNQ(BigRational, BigRational) - Static method in class edu.jas.arith.BigRational
Rational number quotient.
RNRAND(int) - Static method in class edu.jas.arith.BigRational
Rational number, random.
RNRED(BigInteger, BigInteger) - Static method in class edu.jas.arith.BigRational
Rational number reduction to lowest terms.
RNSIGN(BigRational) - Static method in class edu.jas.arith.BigRational
Rational number sign.
RNSUM(BigRational, BigRational) - Static method in class edu.jas.arith.BigRational
Rational number sum.
rows - Variable in class edu.jas.vector.GenMatrixRing
 
rows - Variable in class edu.jas.vector.ModuleList
Number of rows in the data structure.
run() - Method in class edu.jas.util.ChannelFactory
Eun the servers accept() in an infinite loop.
run() - Method in class edu.jas.util.DistHashTableServer
main server method.
run() - Method in class edu.jas.util.DistributedListServer
main server method.
run() - Method in class edu.jas.util.ExecutableServer
run is main server method.
RunGB - Class in edu.jas.ring
Simple setup to run a GB example.
RunGB() - Constructor for class edu.jas.ring.RunGB
 
RunSGB - Class in edu.jas.ring
Simple setup to run a solvable GB example.
RunSGB() - Constructor for class edu.jas.ring.RunSGB
 

S

sbb - Variable in class edu.jas.module.ModSolvableGroebnerBaseAbstract
Used Solvable Groebner base algorithm.
sblas - Variable in class edu.jas.module.SolvableSyzygyAbstract
Linear algebra engine.
sblas - Variable in class edu.jas.ring.SolvableGroebnerBaseSeq
Linear algebra engine.
scalarMultiply(C) - Method in interface edu.jas.structure.AlgebraElem
Scalar multiplication.
scalarMultiply(C) - Method in interface edu.jas.structure.ModulElem
Scalar multiplication.
scalarMultiply(C) - Method in class edu.jas.vector.GenMatrix
Product of this matrix with scalar.
scalarMultiply(C) - Method in class edu.jas.vector.GenVector
Product of this vector with scalar.
scalarProduct(M) - Method in interface edu.jas.structure.ModulElem
Scalar product.
scalarProduct(List<M>) - Method in interface edu.jas.structure.ModulElem
Scalar product.
scalarProduct(List<GenPolynomial<C>>, List<GenPolynomial<C>>) - Method in class edu.jas.vector.BasicLinAlg
Scalar product of vectors of polynomials.
scalarProduct(List<GenPolynomial<C>>, ModuleList<C>) - Method in class edu.jas.vector.BasicLinAlg
product of vector and matrix of polynomials.
scalarProduct(GenPolynomial<C>, List<GenPolynomial<C>>) - Method in class edu.jas.vector.BasicLinAlg
Scalar product of polynomial with vector of polynomials.
scalarProduct(List<GenPolynomial<C>>, GenPolynomial<C>) - Method in class edu.jas.vector.BasicLinAlg
Scalar product of vector of polynomials with polynomial.
scalarProduct(GenVector<C>) - Method in class edu.jas.vector.GenVector
scalar / dot product of this vector with other vector.
scalarProduct(List<GenVector<C>>) - Method in class edu.jas.vector.GenVector
scalar / dot product of this vector with list of other vectors.
send(int, Object) - Method in class edu.jas.util.ExecutableChannels
send on channel i.
send(Object) - Method in class edu.jas.util.SocketChannel
Sends an object
servers - Variable in class edu.jas.util.DistHashTableServer
 
servers - Variable in class edu.jas.util.DistributedListServer
 
servers - Variable in class edu.jas.util.ExecutableChannels
 
servers - Variable in class edu.jas.util.ExecutableServer
List of server threads.
setAllow() - Static method in class edu.jas.kern.PreemptStatus
setAllow, set preemtive interruption to allowed status.
setInReduction() - Method in class edu.jas.ring.CriticalPair
Set in reduction status.
setInternal() - Static method in class edu.jas.kern.PrettyPrint
setInternal.
setNotAllow() - Static method in class edu.jas.kern.PreemptStatus
setNotAllow, set preemtive interruption to not allowed status.
setPretty() - Static method in class edu.jas.kern.PrettyPrint
setPretty.
setReductum(GenPolynomial<C>) - Method in class edu.jas.ring.CriticalPair
Set reduced polynomial.
setServerPort(int, String) - Method in class edu.jas.util.ExecutableChannels
 
setUp() - Method in class edu.jas.application.IdealTest
 
setUp() - Method in class edu.jas.application.LocalTest
 
setUp() - Method in class edu.jas.application.QuotientIntTest
 
setUp() - Method in class edu.jas.application.QuotientRatTest
 
setUp() - Method in class edu.jas.application.QuotIntPolynomialTest
 
setUp() - Method in class edu.jas.application.ResidueTest
 
setUp() - Method in class edu.jas.arith.ArithTest
 
setUp() - Method in class edu.jas.arith.BigComplexTest
 
setUp() - Method in class edu.jas.arith.BigDecimalTest
 
setUp() - Method in class edu.jas.arith.BigIntegerTest
 
setUp() - Method in class edu.jas.arith.BigOctonionTest
 
setUp() - Method in class edu.jas.arith.BigQuaternionTest
 
setUp() - Method in class edu.jas.arith.BigRationalTest
 
setUp() - Method in class edu.jas.arith.ModIntegerTest
 
setUp() - Method in class edu.jas.module.ModGroebnerBaseTest
 
setUp() - Method in class edu.jas.module.ModSolvableGroebnerBaseTest
 
setUp() - Method in class edu.jas.module.SolvableSyzygyTest
 
setUp() - Method in class edu.jas.module.SyzygyTest
 
setUp() - Method in class edu.jas.poly.AlgebraicNumberTest
 
setUp() - Method in class edu.jas.poly.ANumGenPolynomialTest
 
setUp() - Method in class edu.jas.poly.ComplexGenPolynomialTest
 
setUp() - Method in class edu.jas.poly.ExpVectorTest
 
setUp() - Method in class edu.jas.poly.GaloisFieldTest
 
setUp() - Method in class edu.jas.poly.GenPolynomialTest
 
setUp() - Method in class edu.jas.poly.GenPolynomialTokenizerTest
 
setUp() - Method in class edu.jas.poly.GenSolvablePolynomialTest
 
setUp() - Method in class edu.jas.poly.GFGenPolynomialTest
 
setUp() - Method in class edu.jas.poly.IntGenPolynomialTest
 
setUp() - Method in class edu.jas.poly.ModGenPolynomialTest
 
setUp() - Method in class edu.jas.poly.ModGenSolvablePolynomialTest
 
setUp() - Method in class edu.jas.poly.PolynomialListTest
 
setUp() - Method in class edu.jas.poly.PolyUtilTest
 
setUp() - Method in class edu.jas.poly.QuatGenPolynomialTest
 
setUp() - Method in class edu.jas.poly.RatGenPolynomialTest
 
setUp() - Method in class edu.jas.poly.RatGenSolvablePolynomialTest
 
setUp() - Method in class edu.jas.poly.RatPolyGenPolynomialTest
 
setUp() - Method in class edu.jas.poly.RelationTableTest
 
setUp() - Method in class edu.jas.poly.TermOrderTest
 
setUp() - Method in class edu.jas.ring.DGroebnerBaseSeqTest
 
setUp() - Method in class edu.jas.ring.EGroebnerBaseSeqTest
 
setUp() - Method in class edu.jas.ring.GroebnerBaseDistTest
 
setUp() - Method in class edu.jas.ring.GroebnerBaseParTest
 
setUp() - Method in class edu.jas.ring.GroebnerBaseSeqPairDistTest
 
setUp() - Method in class edu.jas.ring.GroebnerBaseSeqPairParTest
 
setUp() - Method in class edu.jas.ring.GroebnerBaseSeqPairSeqTest
 
setUp() - Method in class edu.jas.ring.GroebnerBaseSeqTest
 
setUp() - Method in class edu.jas.ring.ReductionTest
 
setUp() - Method in class edu.jas.ring.SolvableGroebnerBaseParTest
 
setUp() - Method in class edu.jas.ring.SolvableGroebnerBaseSeqPairSeqTest
 
setUp() - Method in class edu.jas.ring.SolvableGroebnerBaseTest
 
setUp() - Method in class edu.jas.ring.SolvableReductionTest
 
setUp() - Method in class edu.jas.structure.LocalTest
 
setUp() - Method in class edu.jas.structure.QuotientTest
 
setUp() - Method in class edu.jas.structure.ResidueTest
 
setUp() - Method in class edu.jas.ufd.GCDFactoryTest
 
setUp() - Method in class edu.jas.ufd.GCDModEvalTest
 
setUp() - Method in class edu.jas.ufd.GCDModularTest
 
setUp() - Method in class edu.jas.ufd.GCDPrimitiveTest
 
setUp() - Method in class edu.jas.ufd.GCDProxyTest
 
setUp() - Method in class edu.jas.ufd.GCDSimpleTest
 
setUp() - Method in class edu.jas.ufd.GCDSubresTest
 
setUp() - Method in class edu.jas.ufd.GCDTimingTest
 
setUp() - Method in class edu.jas.util.DistHashTableTest
 
setUp() - Method in class edu.jas.util.DistributedListTest
 
setUp() - Method in class edu.jas.util.DistThreadPoolTest
 
setUp() - Method in class edu.jas.util.ExecutableChannelsTest
 
setUp() - Method in class edu.jas.util.ExecutableServerTest
 
setUp() - Method in class edu.jas.util.SocketChannelTest
 
setUp() - Method in class edu.jas.util.ThreadPoolTest
 
setUp() - Method in class edu.jas.vector.GenMatrixTest
 
setUp() - Method in class edu.jas.vector.GenVectorTest
 
setUp() - Method in class edu.jas.vector.ModuleListTest
 
setUp() - Method in class edu.jas.vector.SolvableModuleListTest
 
setUseCriterion3(boolean) - Method in class edu.jas.ring.Pair
Set useCriterion3.
setUseCriterion4(boolean) - Method in class edu.jas.ring.Pair
Set useCriterion4.
setVal(int, long) - Method in class edu.jas.poly.ExpVector
Set the exponent at position i to e.
setVars(String[]) - Method in class edu.jas.poly.GenPolynomialRing
Set the variable names.
setZero() - Method in class edu.jas.ring.Pair
Set zero reduction.
signum() - Method in class edu.jas.application.Local
Local signum.
signum() - Method in class edu.jas.application.Quotient
Quotient signum.
signum() - Method in class edu.jas.application.Residue
Residue signum.
signum() - Method in class edu.jas.arith.BigComplex
since complex numbers are unordered, there is no signum method.
signum() - Method in class edu.jas.arith.BigDecimal
signum.
signum() - Method in class edu.jas.arith.BigInteger
signum.
signum() - Method in class edu.jas.arith.BigOctonion
since quaternion numbers are unordered, there is no signum method.
signum() - Method in class edu.jas.arith.BigQuaternion
since quaternion numbers are unordered, there is no signum method.
signum() - Method in class edu.jas.arith.BigRational
Rational number sign.
signum() - Method in class edu.jas.arith.ModInteger
ModInteger signum.
signum() - Method in class edu.jas.poly.AlgebraicNumber
AlgebraicNumber signum.
signum() - Method in class edu.jas.poly.GenPolynomial
GenPolynomial signum.
signum() - Method in interface edu.jas.structure.AbelianGroupElem
Signum.
signum() - Method in class edu.jas.structure.Local
Local signum.
signum() - Method in class edu.jas.structure.Quotient
Quotient signum.
signum() - Method in class edu.jas.structure.Residue
Residue signum.
signum() - Method in class edu.jas.vector.GenMatrix
sign of matrix.
signum() - Method in class edu.jas.vector.GenVector
sign of vector.
size() - Method in class edu.jas.arith.PrimeList
size of current list.
size() - Method in class edu.jas.poly.RelationTable
Size of the table.
size() - Method in class edu.jas.util.DistHashTable
Size of the (local) list.
size() - Method in class edu.jas.util.DistHashTableServer
number of servers.
size() - Method in class edu.jas.util.DistributedList
Size of the (local) list.
size() - Method in class edu.jas.util.DistributedListServer
number of servers.
size() - Method in class edu.jas.util.ExecutableServer
number of servers.
SocketChannel - Class in edu.jas.util
SocketChannel provides a communication channel for Java objects using TCP/IP sockets.
SocketChannel(Socket) - Constructor for class edu.jas.util.SocketChannel
Constructs a socket channel on the given socket s.
SocketChannelTest - Class in edu.jas.util
SocketChannel tests with JUnit.
SocketChannelTest(String) - Constructor for class edu.jas.util.SocketChannelTest
 
SolvableBasicLinAlg<C extends RingElem<C>> - Class in edu.jas.vector
Basic linear algebra for solvable polynomials.
SolvableBasicLinAlg() - Constructor for class edu.jas.vector.SolvableBasicLinAlg
Constructor.
SolvableExtendedGB<C extends RingElem<C>> - Class in edu.jas.ring
Container for a GB and transformation matrices.
SolvableExtendedGB(List<GenSolvablePolynomial<C>>, List<GenSolvablePolynomial<C>>, List<List<GenSolvablePolynomial<C>>>, List<List<GenSolvablePolynomial<C>>>) - Constructor for class edu.jas.ring.SolvableExtendedGB
 
SolvableGroebnerBase<C extends RingElem<C>> - Interface in edu.jas.ring
Solvable Groebner Bases interface.
SolvableGroebnerBaseAbstract<C extends RingElem<C>> - Class in edu.jas.ring
Solvable Groebner Bases abstract class.
SolvableGroebnerBaseAbstract() - Constructor for class edu.jas.ring.SolvableGroebnerBaseAbstract
Constructor.
SolvableGroebnerBaseAbstract(Reduction<C>, SolvableReduction<C>) - Constructor for class edu.jas.ring.SolvableGroebnerBaseAbstract
Constructor.
SolvableGroebnerBaseParallel<C extends RingElem<C>> - Class in edu.jas.ring
Solvable Groebner Base parallel algorithm.
SolvableGroebnerBaseParallel() - Constructor for class edu.jas.ring.SolvableGroebnerBaseParallel
Constructor.
SolvableGroebnerBaseParallel(int) - Constructor for class edu.jas.ring.SolvableGroebnerBaseParallel
Constructor.
SolvableGroebnerBaseParallel(int, ThreadPool) - Constructor for class edu.jas.ring.SolvableGroebnerBaseParallel
Constructor.
SolvableGroebnerBaseParallel(int, SolvableReduction<C>) - Constructor for class edu.jas.ring.SolvableGroebnerBaseParallel
Constructor.
SolvableGroebnerBaseParallel(int, ThreadPool, SolvableReduction<C>) - Constructor for class edu.jas.ring.SolvableGroebnerBaseParallel
Constructor.
SolvableGroebnerBaseParTest - Class in edu.jas.ring
SolvableGroebnerBase parallel tests with JUnit.
SolvableGroebnerBaseParTest(String) - Constructor for class edu.jas.ring.SolvableGroebnerBaseParTest
Constructs a SolvableGroebnerBaseParTest object.
SolvableGroebnerBaseSeq<C extends RingElem<C>> - Class in edu.jas.ring
Solvable Groebner bases sequential algorithms.
SolvableGroebnerBaseSeq() - Constructor for class edu.jas.ring.SolvableGroebnerBaseSeq
Constructor.
SolvableGroebnerBaseSeq(Reduction<C>, SolvableReduction<C>) - Constructor for class edu.jas.ring.SolvableGroebnerBaseSeq
Constructor.
SolvableGroebnerBaseSeqPairSeqTest - Class in edu.jas.ring
SolvableGroebner base, sequential pair list, sequential tests with JUnit.
SolvableGroebnerBaseSeqPairSeqTest(String) - Constructor for class edu.jas.ring.SolvableGroebnerBaseSeqPairSeqTest
Constructs a SolvableGroebnerBaseSeqPairSeqTest object.
SolvableGroebnerBaseTest - Class in edu.jas.ring
Solvable Groebner base sequential tests with JUnit.
SolvableGroebnerBaseTest(String) - Constructor for class edu.jas.ring.SolvableGroebnerBaseTest
Constructs a SolvableGroebnerBaseTest object.
SolvableModuleListTest - Class in edu.jas.vector
SolvableModuleList tests using JUnit.
SolvableModuleListTest(String) - Constructor for class edu.jas.vector.SolvableModuleListTest
Constructs a SolvableModuleListTest object.
SolvableReduction<C extends RingElem<C>> - Interface in edu.jas.ring
Solvable polynomial Reduction interface.
SolvableReductionAbstract<C extends RingElem<C>> - Class in edu.jas.ring
Solvable polynomial Reduction abstract class.
SolvableReductionAbstract() - Constructor for class edu.jas.ring.SolvableReductionAbstract
Constructor.
SolvableReductionPar<C extends RingElem<C>> - Class in edu.jas.ring
Solvable polynomial Reduction parallel usable algorithm.
SolvableReductionPar() - Constructor for class edu.jas.ring.SolvableReductionPar
Constructor.
SolvableReductionSeq<C extends RingElem<C>> - Class in edu.jas.ring
Solvable polynomial Reduction algorithm.
SolvableReductionSeq() - Constructor for class edu.jas.ring.SolvableReductionSeq
Constructor.
SolvableReductionTest - Class in edu.jas.ring
Solvable Reduction tests with JUnit.
SolvableReductionTest(String) - Constructor for class edu.jas.ring.SolvableReductionTest
Constructs a ReductionSolvableTest object.
SolvableSyzygy<C extends RingElem<C>> - Interface in edu.jas.module
Syzygy interface for solvable polynomials.
SolvableSyzygyAbstract<C extends RingElem<C>> - Class in edu.jas.module
Syzygy class for solvable polynomials.
SolvableSyzygyAbstract() - Constructor for class edu.jas.module.SolvableSyzygyAbstract
Constructor.
SolvableSyzygyTest - Class in edu.jas.module
SolvableSyzygy tests with JUnit.
SolvableSyzygyTest(String) - Constructor for class edu.jas.module.SolvableSyzygyTest
Constructs a SolvableSyzygyTest object.
sort(GenPolynomialRing<C>, List<GenPolynomial<C>>) - Static method in class edu.jas.poly.OrderedPolynomialList
Sort a list of polynomials with respect to the ascending order of the leading Exponent vectors.
sort(GenPolynomialRing<C>, List<List<GenPolynomial<C>>>) - Static method in class edu.jas.vector.OrderedModuleList
Sort a list of vectors of polynomials with respect to the ascending order of the leading Exponent vectors of the first column.
SPolynomial(GenPolynomial<C>, GenPolynomial<C>) - Method in class edu.jas.ring.DReductionSeq
S-Polynomial.
SPolynomial(GenPolynomial<C>, GenPolynomial<C>) - Method in interface edu.jas.ring.Reduction
S-Polynomial.
SPolynomial(List<GenPolynomial<C>>, int, GenPolynomial<C>, int, GenPolynomial<C>) - Method in interface edu.jas.ring.Reduction
S-Polynomial with recording.
SPolynomial(GenPolynomial<C>, GenPolynomial<C>) - Method in class edu.jas.ring.ReductionAbstract
S-Polynomial.
SPolynomial(List<GenPolynomial<C>>, int, GenPolynomial<C>, int, GenPolynomial<C>) - Method in class edu.jas.ring.ReductionAbstract
S-Polynomial with recording.
squarefreeFactors(GenPolynomial<C>) - Method in interface edu.jas.ufd.GreatestCommonDivisor
GenPolynomial squarefree factorization.
squarefreeFactors(GenPolynomial<C>) - Method in class edu.jas.ufd.GreatestCommonDivisorAbstract
GenPolynomial squarefree factorization.
squarefreePart(GenPolynomial<C>) - Method in interface edu.jas.ufd.GreatestCommonDivisor
GenPolynomial greatest squarefree divisor.
squarefreePart(GenPolynomial<C>) - Method in class edu.jas.ufd.GreatestCommonDivisorAbstract
GenPolynomial greatest squarefree divisor.
sred - Variable in class edu.jas.module.SolvableSyzygyAbstract
Solvable reduction engine.
sred - Variable in class edu.jas.ring.SolvableGroebnerBaseAbstract
Solvable reduction engine.
StarRingElem<C extends StarRingElem<C>> - Interface in edu.jas.structure
Star ring element interface.
stdVars() - Method in class edu.jas.poly.ExpVector
Standard variable names.
stdVars(String) - Method in class edu.jas.poly.ExpVector
Generate variable names.
STDVARS(int) - Static method in class edu.jas.poly.ExpVector
Standard variable names.
STDVARS(String, int) - Static method in class edu.jas.poly.ExpVector
Generate variable names.
STOP - Static variable in class edu.jas.util.ExecutableServer
Constant to request shutdown.
strategy - Variable in class edu.jas.util.DistThreadPool
 
strategy - Variable in class edu.jas.util.ThreadPool
 
StrategyEnumeration - Class in edu.jas.util
StrategyEnumeration.
stringArrayPermutation(List<Integer>, String[]) - Static method in class edu.jas.poly.TermOrderOptimization
Permutation of an array.
StringUtil - Class in edu.jas.util
Static String and Reader methods.
StringUtil() - Constructor for class edu.jas.util.StringUtil
 
subst(int, long) - Method in class edu.jas.poly.ExpVector
ExpVector substitution.
subtract(Local<C>) - Method in class edu.jas.application.Local
Local subtraction.
subtract(Quotient<C>) - Method in class edu.jas.application.Quotient
Quotient subtraction.
subtract(Residue<C>) - Method in class edu.jas.application.Residue
Residue subtraction.
subtract(BigComplex) - Method in class edu.jas.arith.BigComplex
Complex number subtract.
subtract(BigDecimal) - Method in class edu.jas.arith.BigDecimal
BigDecimal subtract.
subtract(BigInteger) - Method in class edu.jas.arith.BigInteger
BigInteger subtract.
subtract(BigOctonion) - Method in class edu.jas.arith.BigOctonion
BigOctonion subtraction.
subtract(BigQuaternion) - Method in class edu.jas.arith.BigQuaternion
BigQuaternion subtraction.
subtract(BigRational) - Method in class edu.jas.arith.BigRational
Rational number difference.
subtract(ModInteger) - Method in class edu.jas.arith.ModInteger
ModInteger subtraction.
subtract(AlgebraicNumber<C>) - Method in class edu.jas.poly.AlgebraicNumber
AlgebraicNumber subtraction.
subtract(GenPolynomial<C>) - Method in class edu.jas.poly.GenPolynomial
GenPolynomial subtraction.
subtract(C, ExpVector) - Method in class edu.jas.poly.GenPolynomial
GenPolynomial subtraction.
subtract(C) - Method in interface edu.jas.structure.AbelianGroupElem
Subtract S from this.
subtract(Local<C>) - Method in class edu.jas.structure.Local
Local subtraction.
subtract(Quotient<C>) - Method in class edu.jas.structure.Quotient
Quotient subtraction.
subtract(Residue<C>) - Method in class edu.jas.structure.Residue
Residue subtraction.
subtract(GenMatrix<C>) - Method in class edu.jas.vector.GenMatrix
Difference of matrices.
subtract(GenVector<C>) - Method in class edu.jas.vector.GenVector
Difference of vectors.
suite() - Static method in class edu.jas.application.IdealTest
suite.
suite() - Static method in class edu.jas.application.LocalTest
suite.
suite() - Static method in class edu.jas.application.QuotientIntTest
suite.
suite() - Static method in class edu.jas.application.QuotientRatTest
suite.
suite() - Static method in class edu.jas.application.QuotIntPolynomialTest
suite.
suite() - Static method in class edu.jas.application.ResidueTest
suite.
suite() - Static method in class edu.jas.arith.ArithTest
suite.
suite() - Static method in class edu.jas.arith.BigComplexTest
suite.
suite() - Static method in class edu.jas.arith.BigDecimalTest
 
suite() - Static method in class edu.jas.arith.BigIntegerTest
suite.
suite() - Static method in class edu.jas.arith.BigOctonionTest
 
suite() - Static method in class edu.jas.arith.BigQuaternionTest
 
suite() - Static method in class edu.jas.arith.BigRationalTest
 
suite() - Static method in class edu.jas.arith.ModIntegerTest
 
suite() - Static method in class edu.jas.module.ModGroebnerBaseTest
suite.
suite() - Static method in class edu.jas.module.ModSolvableGroebnerBaseTest
suite.
suite() - Static method in class edu.jas.module.SolvableSyzygyTest
 
suite() - Static method in class edu.jas.module.SyzygyTest
 
suite() - Static method in class edu.jas.poly.AlgebraicNumberTest
suite.
suite() - Static method in class edu.jas.poly.ANumGenPolynomialTest
suite.
suite() - Static method in class edu.jas.poly.ComplexGenPolynomialTest
suite.
suite() - Static method in class edu.jas.poly.ExpVectorTest
 
suite() - Static method in class edu.jas.poly.GaloisFieldTest
 
suite() - Static method in class edu.jas.poly.GenPolynomialTest
suite.
suite() - Static method in class edu.jas.poly.GenPolynomialTokenizerTest
suite.
suite() - Static method in class edu.jas.poly.GenSolvablePolynomialTest
suite.
suite() - Static method in class edu.jas.poly.GFGenPolynomialTest
suite.
suite() - Static method in class edu.jas.poly.IntGenPolynomialTest
 
suite() - Static method in class edu.jas.poly.ModGenPolynomialTest
suite.
suite() - Static method in class edu.jas.poly.ModGenSolvablePolynomialTest
suite.
suite() - Static method in class edu.jas.poly.PolynomialListTest
 
suite() - Static method in class edu.jas.poly.PolyUtilTest
 
suite() - Static method in class edu.jas.poly.QuatGenPolynomialTest
 
suite() - Static method in class edu.jas.poly.RatGenPolynomialTest
 
suite() - Static method in class edu.jas.poly.RatGenSolvablePolynomialTest
 
suite() - Static method in class edu.jas.poly.RatPolyGenPolynomialTest
 
suite() - Static method in class edu.jas.poly.RelationTableTest
suite.
suite() - Static method in class edu.jas.poly.TermOrderTest
suite.
suite() - Static method in class edu.jas.ring.DGroebnerBaseSeqTest
suite.
suite() - Static method in class edu.jas.ring.EGroebnerBaseSeqTest
suite.
suite() - Static method in class edu.jas.ring.GroebnerBaseDistTest
suite.
suite() - Static method in class edu.jas.ring.GroebnerBaseParTest
suite.
suite() - Static method in class edu.jas.ring.GroebnerBaseSeqPairDistTest
suite.
suite() - Static method in class edu.jas.ring.GroebnerBaseSeqPairParTest
suite.
suite() - Static method in class edu.jas.ring.GroebnerBaseSeqPairSeqTest
suite.
suite() - Static method in class edu.jas.ring.GroebnerBaseSeqTest
suite.
suite() - Static method in class edu.jas.ring.ReductionTest
suite.
suite() - Static method in class edu.jas.ring.SolvableGroebnerBaseParTest
suite.
suite() - Static method in class edu.jas.ring.SolvableGroebnerBaseSeqPairSeqTest
suite.
suite() - Static method in class edu.jas.ring.SolvableGroebnerBaseTest
suite.
suite() - Static method in class edu.jas.ring.SolvableReductionTest
suite.
suite() - Static method in class edu.jas.structure.LocalTest
suite.
suite() - Static method in class edu.jas.structure.QuotientTest
suite.
suite() - Static method in class edu.jas.structure.ResidueTest
suite.
suite() - Static method in class edu.jas.ufd.GCDFactoryTest
 
suite() - Static method in class edu.jas.ufd.GCDModEvalTest
 
suite() - Static method in class edu.jas.ufd.GCDModularTest
 
suite() - Static method in class edu.jas.ufd.GCDPrimitiveTest
 
suite() - Static method in class edu.jas.ufd.GCDProxyTest
 
suite() - Static method in class edu.jas.ufd.GCDSimpleTest
 
suite() - Static method in class edu.jas.ufd.GCDSubresTest
 
suite() - Static method in class edu.jas.ufd.GCDTimingTest
 
suite() - Static method in class edu.jas.util.DistHashTableTest
suite.
suite() - Static method in class edu.jas.util.DistributedListTest
 
suite() - Static method in class edu.jas.util.DistThreadPoolTest
 
suite() - Static method in class edu.jas.util.ExecutableChannelsTest
suite.
suite() - Static method in class edu.jas.util.ExecutableServerTest
suite.
suite() - Static method in class edu.jas.util.SocketChannelTest
 
suite() - Static method in class edu.jas.util.ThreadPoolTest
 
suite() - Static method in class edu.jas.vector.GenMatrixTest
 
suite() - Static method in class edu.jas.vector.GenVectorTest
 
suite() - Static method in class edu.jas.vector.ModuleListTest
suite.
suite() - Static method in class edu.jas.vector.SolvableModuleListTest
suite.
sum(Ideal<C>) - Method in class edu.jas.application.Ideal
Summation.
sum(Local<C>) - Method in class edu.jas.application.Local
Local summation.
sum(Quotient<C>) - Method in class edu.jas.application.Quotient
Quotient summation.
sum(Residue<C>) - Method in class edu.jas.application.Residue
Residue summation.
sum(BigComplex) - Method in class edu.jas.arith.BigComplex
Complex number summation.
sum(BigDecimal) - Method in class edu.jas.arith.BigDecimal
BigDecimal summation.
sum(BigInteger) - Method in class edu.jas.arith.BigInteger
BigInteger summation.
sum(BigOctonion) - Method in class edu.jas.arith.BigOctonion
BigOctonion summation.
sum(BigQuaternion) - Method in class edu.jas.arith.BigQuaternion
BigQuaternion summation.
sum(BigRational) - Method in class edu.jas.arith.BigRational
Rational number sum.
sum(ModInteger) - Method in class edu.jas.arith.ModInteger
ModInteger summation.
sum(AlgebraicNumber<C>) - Method in class edu.jas.poly.AlgebraicNumber
AlgebraicNumber summation.
sum(ExpVector) - Method in class edu.jas.poly.ExpVector
ExpVector summation.
sum(GenPolynomial<C>) - Method in class edu.jas.poly.GenPolynomial
GenPolynomial summation.
sum(C, ExpVector) - Method in class edu.jas.poly.GenPolynomial
GenPolynomial addition.
sum(C) - Method in interface edu.jas.structure.AbelianGroupElem
Sum of this and S.
sum(Local<C>) - Method in class edu.jas.structure.Local
Local summation.
sum(Quotient<C>) - Method in class edu.jas.structure.Quotient
Quotient summation.
sum(Residue<C>) - Method in class edu.jas.structure.Residue
Residue summation.
sum(GenMatrix<C>) - Method in class edu.jas.vector.GenMatrix
Sum of matrices.
sum(GenVector<C>) - Method in class edu.jas.vector.GenVector
Sum of vectors.
sumNorm() - Method in class edu.jas.poly.GenPolynomial
GenPolynomial sum norm.
syzGcd(GenPolynomial<C>, GenPolynomial<C>) - Method in class edu.jas.application.QuotientRing
Greatest common divisor.
syzLcm(GenPolynomial<C>, GenPolynomial<C>) - Method in class edu.jas.application.QuotientRing
Least common multiple.
Syzygy<C extends RingElem<C>> - Interface in edu.jas.module
Syzygy interface.
SyzygyAbstract<C extends RingElem<C>> - Class in edu.jas.module
SyzygyAbstract class.
SyzygyAbstract() - Constructor for class edu.jas.module.SyzygyAbstract
Constructor.
SyzygyTest - Class in edu.jas.module
Syzygy tests with JUnit.
SyzygyTest(String) - Constructor for class edu.jas.module.SyzygyTest
Constructs a SyzygyTest object.

T

table - Variable in class edu.jas.poly.GenSolvablePolynomialRing
The solvable multiplication relations.
table - Variable in class edu.jas.poly.RelationTable
The data structure for the relations.
tearDown() - Method in class edu.jas.application.IdealTest
 
tearDown() - Method in class edu.jas.application.LocalTest
 
tearDown() - Method in class edu.jas.application.QuotientIntTest
 
tearDown() - Method in class edu.jas.application.QuotientRatTest
 
tearDown() - Method in class edu.jas.application.QuotIntPolynomialTest
 
tearDown() - Method in class edu.jas.application.ResidueTest
 
tearDown() - Method in class edu.jas.arith.ArithTest
 
tearDown() - Method in class edu.jas.arith.BigComplexTest
 
tearDown() - Method in class edu.jas.arith.BigDecimalTest
 
tearDown() - Method in class edu.jas.arith.BigIntegerTest
 
tearDown() - Method in class edu.jas.arith.BigOctonionTest
 
tearDown() - Method in class edu.jas.arith.BigQuaternionTest
 
tearDown() - Method in class edu.jas.arith.BigRationalTest
 
tearDown() - Method in class edu.jas.arith.ModIntegerTest
 
tearDown() - Method in class edu.jas.module.ModGroebnerBaseTest
 
tearDown() - Method in class edu.jas.module.ModSolvableGroebnerBaseTest
 
tearDown() - Method in class edu.jas.module.SolvableSyzygyTest
 
tearDown() - Method in class edu.jas.module.SyzygyTest
 
tearDown() - Method in class edu.jas.poly.AlgebraicNumberTest
 
tearDown() - Method in class edu.jas.poly.ANumGenPolynomialTest
 
tearDown() - Method in class edu.jas.poly.ComplexGenPolynomialTest
 
tearDown() - Method in class edu.jas.poly.ExpVectorTest
 
tearDown() - Method in class edu.jas.poly.GaloisFieldTest
 
tearDown() - Method in class edu.jas.poly.GenPolynomialTest
 
tearDown() - Method in class edu.jas.poly.GenPolynomialTokenizerTest
 
tearDown() - Method in class edu.jas.poly.GenSolvablePolynomialTest
 
tearDown() - Method in class edu.jas.poly.GFGenPolynomialTest
 
tearDown() - Method in class edu.jas.poly.IntGenPolynomialTest
 
tearDown() - Method in class edu.jas.poly.ModGenPolynomialTest
 
tearDown() - Method in class edu.jas.poly.ModGenSolvablePolynomialTest
 
tearDown() - Method in class edu.jas.poly.PolynomialListTest
 
tearDown() - Method in class edu.jas.poly.PolyUtilTest
 
tearDown() - Method in class edu.jas.poly.QuatGenPolynomialTest
 
tearDown() - Method in class edu.jas.poly.RatGenPolynomialTest
 
tearDown() - Method in class edu.jas.poly.RatGenSolvablePolynomialTest
 
tearDown() - Method in class edu.jas.poly.RatPolyGenPolynomialTest
 
tearDown() - Method in class edu.jas.poly.RelationTableTest
 
tearDown() - Method in class edu.jas.poly.TermOrderTest
 
tearDown() - Method in class edu.jas.ring.DGroebnerBaseSeqTest
 
tearDown() - Method in class edu.jas.ring.EGroebnerBaseSeqTest
 
tearDown() - Method in class edu.jas.ring.GroebnerBaseDistTest
 
tearDown() - Method in class edu.jas.ring.GroebnerBaseParTest
 
tearDown() - Method in class edu.jas.ring.GroebnerBaseSeqPairDistTest
 
tearDown() - Method in class edu.jas.ring.GroebnerBaseSeqPairParTest
 
tearDown() - Method in class edu.jas.ring.GroebnerBaseSeqPairSeqTest
 
tearDown() - Method in class edu.jas.ring.GroebnerBaseSeqTest
 
tearDown() - Method in class edu.jas.ring.ReductionTest
 
tearDown() - Method in class edu.jas.ring.SolvableGroebnerBaseParTest
 
tearDown() - Method in class edu.jas.ring.SolvableGroebnerBaseSeqPairSeqTest
 
tearDown() - Method in class edu.jas.ring.SolvableGroebnerBaseTest
 
tearDown() - Method in class edu.jas.ring.SolvableReductionTest
 
tearDown() - Method in class edu.jas.structure.LocalTest
 
tearDown() - Method in class edu.jas.structure.QuotientTest
 
tearDown() - Method in class edu.jas.structure.ResidueTest
 
tearDown() - Method in class edu.jas.ufd.GCDFactoryTest
 
tearDown() - Method in class edu.jas.ufd.GCDModEvalTest
 
tearDown() - Method in class edu.jas.ufd.GCDModularTest
 
tearDown() - Method in class edu.jas.ufd.GCDPrimitiveTest
 
tearDown() - Method in class edu.jas.ufd.GCDProxyTest
 
tearDown() - Method in class edu.jas.ufd.GCDSimpleTest
 
tearDown() - Method in class edu.jas.ufd.GCDSubresTest
 
tearDown() - Method in class edu.jas.ufd.GCDTimingTest
 
tearDown() - Method in class edu.jas.util.DistHashTableTest
 
tearDown() - Method in class edu.jas.util.DistributedListTest
 
tearDown() - Method in class edu.jas.util.DistThreadPoolTest
 
tearDown() - Method in class edu.jas.util.ExecutableChannelsTest
 
tearDown() - Method in class edu.jas.util.ExecutableServerTest
 
tearDown() - Method in class edu.jas.util.SocketChannelTest
 
tearDown() - Method in class edu.jas.util.ThreadPoolTest
 
tearDown() - Method in class edu.jas.vector.GenMatrixTest
 
tearDown() - Method in class edu.jas.vector.GenVectorTest
 
tearDown() - Method in class edu.jas.vector.ModuleListTest
 
tearDown() - Method in class edu.jas.vector.SolvableModuleListTest
 
terminate() - Static method in class edu.jas.kern.ComputerThreads
Stop execution.
terminate() - Method in class edu.jas.ring.GroebnerBaseDistributed
Cleanup and terminate ThreadPool.
terminate() - Method in class edu.jas.ring.GroebnerBaseParallel
Cleanup and terminate ThreadPool.
terminate() - Method in class edu.jas.ring.GroebnerBaseSeqPairDistributed
Cleanup and terminate ThreadPool.
terminate() - Method in class edu.jas.ring.GroebnerBaseSeqPairParallel
Cleanup and terminate ThreadPool.
terminate() - Method in class edu.jas.ring.SolvableGroebnerBaseParallel
Cleanup and terminate ThreadPool.
terminate() - Method in class edu.jas.util.ChannelFactory
Terminate the Channel Factory
terminate() - Method in class edu.jas.util.DistHashTable
Terminate the list thread.
terminate() - Method in class edu.jas.util.DistHashTableServer
terminate all servers.
terminate() - Method in class edu.jas.util.DistributedList
Terminate the list thread.
terminate() - Method in class edu.jas.util.DistributedListServer
terminate all servers.
terminate() - Method in class edu.jas.util.DistThreadPool
Terminates the threads.
terminate() - Method in class edu.jas.util.ExecutableServer
terminate all servers.
terminate() - Method in class edu.jas.util.ThreadPool
Terminates the threads.
Terminator - Class in edu.jas.util
Terminating helper class.
Terminator(int) - Constructor for class edu.jas.util.Terminator
Terminator.
TermOrder - Class in edu.jas.poly
Term order class for ordered polynomials.
TermOrder() - Constructor for class edu.jas.poly.TermOrder
Constructor for default term order.
TermOrder(int) - Constructor for class edu.jas.poly.TermOrder
Constructor for given term order.
TermOrder(long[]) - Constructor for class edu.jas.poly.TermOrder
Constructor for given exponent weights.
TermOrder(long[][]) - Constructor for class edu.jas.poly.TermOrder
Constructor for given exponent weights.
TermOrder(int, int) - Constructor for class edu.jas.poly.TermOrder
Constructor for default split order.
TermOrder(int, int, int, int) - Constructor for class edu.jas.poly.TermOrder
Constructor for given split order.
TermOrderOptimization - Class in edu.jas.poly
Term order optimization.
TermOrderOptimization() - Constructor for class edu.jas.poly.TermOrderOptimization
 
TermOrderTest - Class in edu.jas.poly
TermOrder tests with JUnit.
TermOrderTest(String) - Constructor for class edu.jas.poly.TermOrderTest
Constructs a TermOrderTest object.
testAccessors() - Method in class edu.jas.poly.GenPolynomialTest
Test accessors.
testAddition() - Method in class edu.jas.application.LocalTest
Test addition.
testAddition() - Method in class edu.jas.application.QuotientIntTest
Test addition.
testAddition() - Method in class edu.jas.application.QuotientRatTest
Test addition.
testAddition() - Method in class edu.jas.application.QuotIntPolynomialTest
Test addition.
testAddition() - Method in class edu.jas.application.ResidueTest
Test addition.
testAddition() - Method in class edu.jas.arith.BigComplexTest
Test addition.
testAddition() - Method in class edu.jas.arith.BigDecimalTest
Test addition.
testAddition() - Method in class edu.jas.arith.BigIntegerTest
Test addition.
testAddition() - Method in class edu.jas.arith.BigOctonionTest
Test addition.
testAddition() - Method in class edu.jas.arith.BigQuaternionTest
Test addition.
testAddition() - Method in class edu.jas.arith.BigRationalTest
Test addition.
testAddition() - Method in class edu.jas.arith.ModIntegerTest
Test addition.
testAddition() - Method in class edu.jas.poly.AlgebraicNumberTest
Test addition.
testAddition() - Method in class edu.jas.poly.ANumGenPolynomialTest
Test addition.
testAddition() - Method in class edu.jas.poly.ComplexGenPolynomialTest
Test addition.
testAddition() - Method in class edu.jas.poly.ExpVectorTest
Test addition.
testAddition() - Method in class edu.jas.poly.GaloisFieldTest
Test addition.
testAddition() - Method in class edu.jas.poly.GFGenPolynomialTest
Test addition.
testAddition() - Method in class edu.jas.poly.IntGenPolynomialTest
Test addition.
testAddition() - Method in class edu.jas.poly.ModGenPolynomialTest
Test addition.
testAddition() - Method in class edu.jas.poly.ModGenSolvablePolynomialTest
Test addition.
testAddition() - Method in class edu.jas.poly.QuatGenPolynomialTest
Test addition.
testAddition() - Method in class edu.jas.poly.RatGenPolynomialTest
Test addition.
testAddition() - Method in class edu.jas.poly.RatGenSolvablePolynomialTest
Test addition.
testAddition() - Method in class edu.jas.poly.RatPolyGenPolynomialTest
Test addition.
testAddition() - Method in class edu.jas.vector.GenMatrixTest
Test addition.
testAddition() - Method in class edu.jas.vector.GenVectorTest
Test addition.
testAlgebraicNumber() - Method in class edu.jas.poly.GenPolynomialTokenizerTest
Test algebraic number polynomial.
testAlgebraicNumberBigRational() - Method in class edu.jas.ufd.GCDFactoryTest
Test get AlgebraicNumber implementation.
testAlgebraicNumberModInteger() - Method in class edu.jas.ufd.GCDFactoryTest
Test get AlgebraicNumber implementation.
testAlgebraicNumberModInteger() - Method in class edu.jas.ufd.GCDProxyTest
Test get AlgebraicNumber implementation.
testAscendComparator() - Method in class edu.jas.poly.TermOrderTest
Test ascend comparators.
testAscendComparatorSplit() - Method in class edu.jas.poly.TermOrderTest
Test ascend comparators split.
testAscendComparatorWeightSplit() - Method in class edu.jas.poly.TermOrderTest
Test ascend comparators weight and split.
testBaseContentPP() - Method in class edu.jas.ufd.GCDPrimitiveTest
Test base content and primitive part.
testBaseGcd() - Method in class edu.jas.ufd.GCDPrimitiveTest
Test base gcd.
testBaseGcdSimple() - Method in class edu.jas.ufd.GCDSimpleTest
Test base gcd simple.
testBaseGcdSubres() - Method in class edu.jas.ufd.GCDSubresTest
Test base gcd subresultant.
testBaseQR() - Method in class edu.jas.ufd.GCDPrimitiveTest
Test base quotioent and remainder.
testBaseSquarefree() - Method in class edu.jas.ufd.GCDPrimitiveTest
Test base squarefree.
testBaseSquarefreeFactors() - Method in class edu.jas.ufd.GCDPrimitiveTest
Test base squarefree factors.
testBaseSubresultant() - Method in class edu.jas.ufd.GCDSubresTest
Test base subresultant.
testBigComplex() - Method in class edu.jas.poly.GenPolynomialTokenizerTest
Test complex polynomial.
testBigComplex() - Method in class edu.jas.ufd.GCDProxyTest
Test get BigComplex implementation.
testBigInteger() - Method in class edu.jas.poly.GenPolynomialTokenizerTest
Test integer polynomial.
testBigInteger() - Method in class edu.jas.ufd.GCDFactoryTest
Test get BigInteger implementation.
testBigInteger() - Method in class edu.jas.ufd.GCDProxyTest
Test get BigInteger implementation.
testBigIntegerModule() - Method in class edu.jas.poly.GenPolynomialTokenizerTest
Test integer polynomial module.
testBigQuaternion() - Method in class edu.jas.poly.GenPolynomialTokenizerTest
Test quaternion polynomial.
testBigRational() - Method in class edu.jas.poly.GenPolynomialTokenizerTest
Test rational polynomial.
testBigRational() - Method in class edu.jas.ufd.GCDFactoryTest
Test get BigRational implementation.
testBigRational() - Method in class edu.jas.ufd.GCDProxyTest
Test get BigRational implementation.
testBigRationalSolvableModule() - Method in class edu.jas.poly.GenPolynomialTokenizerTest
Test rational solvable polynomial module.
testChineseRemainder() - Method in class edu.jas.arith.ModIntegerTest
Test chinese remainder.
testChineseRemainder() - Method in class edu.jas.poly.GaloisFieldTest
Test chinese remainder.
testChineseRemainder() - Method in class edu.jas.poly.PolyUtilTest
Test chinese remainder.
testCompareException() - Method in class edu.jas.poly.TermOrderTest
Test compare exception.
testCompareExceptionSplit() - Method in class edu.jas.poly.TermOrderTest
Test compare exception split.
testCompareExceptionWeigth() - Method in class edu.jas.poly.TermOrderTest
Test compare exception weight.
testCompareWeight() - Method in class edu.jas.poly.TermOrderTest
Test compare weight.
testCompareWeight2() - Method in class edu.jas.poly.TermOrderTest
Test compare weight 2 rows.
testCompareWeightSplit() - Method in class edu.jas.poly.TermOrderTest
Test compare weight split.
testComplexAddition() - Method in class edu.jas.arith.ArithTest
Test addition for Complex.
testComplexConstants() - Method in class edu.jas.arith.ArithTest
Test static initialization and constants for BigComplex.
testComplexConstructor() - Method in class edu.jas.arith.ArithTest
Test string constructor and toString for BigComplex.
testComplexConversion() - Method in class edu.jas.poly.PolyUtilTest
Test complex conversion.
testComplexMultiplication() - Method in class edu.jas.arith.ArithTest
Test multiplication for Complex.
testComplexRandom() - Method in class edu.jas.arith.ArithTest
Test random and compares Complex.
testComplexReduction() - Method in class edu.jas.ring.ReductionTest
Test Complex reduction.
testConstants() - Method in class edu.jas.arith.BigComplexTest
Test static initialization and constants.
testConstants() - Method in class edu.jas.arith.BigDecimalTest
Test static initialization and constants.
testConstants() - Method in class edu.jas.arith.BigIntegerTest
Test static initialization and constants.
testConstants() - Method in class edu.jas.arith.BigOctonionTest
Test static initialization and constants.
testConstants() - Method in class edu.jas.arith.BigQuaternionTest
Test static initialization and constants.
testConstants() - Method in class edu.jas.arith.BigRationalTest
Test static initialization and constants.
testConstants() - Method in class edu.jas.arith.ModIntegerTest
Test static initialization and constants.
testConstruction() - Method in class edu.jas.application.LocalTest
Test constructor and toString.
testConstruction() - Method in class edu.jas.application.QuotientIntTest
Test constructor and toString.
testConstruction() - Method in class edu.jas.application.QuotientRatTest
Test constructor and toString.
testConstruction() - Method in class edu.jas.application.QuotIntPolynomialTest
Test constructor and toString.
testConstruction() - Method in class edu.jas.application.ResidueTest
Test constructor and toString.
testConstruction() - Method in class edu.jas.poly.AlgebraicNumberTest
Test constructor and toString.
testConstruction() - Method in class edu.jas.poly.ANumGenPolynomialTest
Test constructor //and toString
testConstruction() - Method in class edu.jas.poly.ComplexGenPolynomialTest
Test constructor and toString.
testConstruction() - Method in class edu.jas.poly.GaloisFieldTest
Test constructor and toString.
testConstruction() - Method in class edu.jas.poly.GFGenPolynomialTest
Test constructor and toString.
testConstruction() - Method in class edu.jas.poly.IntGenPolynomialTest
Test constructor and toString.
testConstruction() - Method in class edu.jas.poly.ModGenPolynomialTest
Test constructor and toString.
testConstruction() - Method in class edu.jas.poly.QuatGenPolynomialTest
Test constructor and toString.
testConstruction() - Method in class edu.jas.poly.RatGenPolynomialTest
Test constructor and toString.
testConstruction() - Method in class edu.jas.poly.RatPolyGenPolynomialTest
Test constructor and toString.
testConstruction() - Method in class edu.jas.vector.GenMatrixTest
Test constructor and toString.
testConstruction() - Method in class edu.jas.vector.GenVectorTest
Test constructor and toString.
testConstructor() - Method in class edu.jas.arith.BigComplexTest
Test constructor and toString.
testConstructor() - Method in class edu.jas.arith.BigDecimalTest
Test constructor and toString.
testConstructor() - Method in class edu.jas.arith.BigIntegerTest
Test constructor and toString.
testConstructor() - Method in class edu.jas.arith.BigOctonionTest
Test constructor and toString.
testConstructor() - Method in class edu.jas.arith.BigQuaternionTest
Test constructor and toString.
testConstructor() - Method in class edu.jas.arith.BigRationalTest
Test constructor and toString.
testConstructor() - Method in class edu.jas.arith.ModIntegerTest
Test constructor and toString.
testConstructor() - Method in class edu.jas.poly.ExpVectorTest
Test constructor and toString.
testConstructor() - Method in class edu.jas.poly.ModGenSolvablePolynomialTest
Test constructor and toString.
testConstructor() - Method in class edu.jas.poly.PolynomialListTest
Test constructor and toString.
testConstructor() - Method in class edu.jas.poly.RatGenSolvablePolynomialTest
Test constructor and toString.
testConstructor() - Method in class edu.jas.poly.RelationTableTest
Test constructor and toString.
testConstructor() - Method in class edu.jas.poly.TermOrderTest
Test constructor and toString.
testConstructor() - Method in class edu.jas.vector.ModuleListTest
Test constructor and toString.
testConstructor() - Method in class edu.jas.vector.SolvableModuleListTest
Test constructor and toString.
testConstructors() - Method in class edu.jas.poly.GenPolynomialTest
Test constructors and factory.
testConstructors() - Method in class edu.jas.poly.GenSolvablePolynomialTest
Test constructors and factory.
testConstructorSplit() - Method in class edu.jas.poly.TermOrderTest
Test constructor, split TO.
testConstructorWeight() - Method in class edu.jas.poly.TermOrderTest
Test constructor weight and toString.
testContentPP() - Method in class edu.jas.ufd.GCDPrimitiveTest
Test content and primitive part.
testConversion() - Method in class edu.jas.poly.PolyUtilTest
Test recursive <--> distributive conversion.
testDependency() - Method in class edu.jas.poly.ExpVectorTest
Test dependency on variables.
testDescendComparator() - Method in class edu.jas.poly.TermOrderTest
Test descend comparators.
testDescendComparatorSplit() - Method in class edu.jas.poly.TermOrderTest
Test descend comparators split.
testDescendComparatorWeightSplit() - Method in class edu.jas.poly.TermOrderTest
Test descend comparators weight and split.
testDistHashTable0() - Method in class edu.jas.util.DistHashTableTest
Tests create and terminate DistHashTableServer.
testDistHashTable1() - Method in class edu.jas.util.DistHashTableTest
Tests create and terminate DistHashTable.
testDistHashTable2() - Method in class edu.jas.util.DistHashTableTest
Tests if the created DistHashTable has #n objects as content.
testDistHashTable3() - Method in class edu.jas.util.DistHashTableTest
Tests if the two created DistHashTables have #n objects as content.
testDistHashTable4() - Method in class edu.jas.util.DistHashTableTest
Tests if the three created DistHashTables have #n objects as content.
testDistHashTable5() - Method in class edu.jas.util.DistHashTableTest
Tests if the two created DistHashTables have #n objects as content when one is created later.
testDistHashTable6() - Method in class edu.jas.util.DistHashTableTest
Tests if the two created DistHashTables have #n objects as content using getWait() when one is created later.
testDistributedGBase() - Method in class edu.jas.ring.GroebnerBaseDistTest
Test distributed GBase.
testDistributedList1() - Method in class edu.jas.util.DistributedListTest
Tests if the created DistributedList has #n objects as content.
testDistributedList2() - Method in class edu.jas.util.DistributedListTest
Tests if the two created DistributedLists have #n objects as content.
testDistributedList3() - Method in class edu.jas.util.DistributedListTest
Tests if the three created DistributedLists have #n objects as content.
testDistributedList6() - Method in class edu.jas.util.DistributedListTest
Tests if the two created DistributedLists have #n objects as content when one is created later.
testDistributive() - Method in class edu.jas.arith.BigComplexTest
Test distributive law.
testDistributive() - Method in class edu.jas.arith.BigDecimalTest
Test distributive law.
testDistributive() - Method in class edu.jas.arith.BigIntegerTest
Test distributive law.
testDistributive() - Method in class edu.jas.arith.BigOctonionTest
Test distributive law.
testDistributive() - Method in class edu.jas.arith.BigQuaternionTest
Test distributive law.
testDistributive() - Method in class edu.jas.arith.BigRationalTest
Test distributive law.
testDistributive() - Method in class edu.jas.poly.AlgebraicNumberTest
Test distributive law.
testDistributive() - Method in class edu.jas.poly.ANumGenPolynomialTest
Test distributive law.
testDistributive() - Method in class edu.jas.poly.GaloisFieldTest
Test distributive law.
testDistributive() - Method in class edu.jas.poly.GFGenPolynomialTest
Test distributive law.
testDistributive() - Method in class edu.jas.poly.IntGenPolynomialTest
Test distributive law.
testDistributive() - Method in class edu.jas.poly.ModGenPolynomialTest
Test distributive law.
testDistributive() - Method in class edu.jas.poly.ModGenSolvablePolynomialTest
Test distributive law.
testDistributive() - Method in class edu.jas.poly.RatGenPolynomialTest
Test distributive law.
testDistributive() - Method in class edu.jas.poly.RatGenSolvablePolynomialTest
Test distributive law.
testDistThreadPool1() - Method in class edu.jas.util.DistThreadPoolTest
Tests if the created DistThreadPool is empty.
testDistThreadPool2() - Method in class edu.jas.util.DistThreadPoolTest
Tests if the created DistThreadPool is non empty.
testDistThreadPool3() - Method in class edu.jas.util.DistThreadPoolTest
Tests if the created DistThreadPool has no jobs.
testDistThreadPool4() - Method in class edu.jas.util.DistThreadPoolTest
Tests if the created DistThreadPool has jobs.
testDistThreadPool5() - Method in class edu.jas.util.DistThreadPoolTest
Tests if the created DistThreadPool has many jobs.
testDistThreadPool6() - Method in class edu.jas.util.DistThreadPoolTest
Tests if the created DistThreadPool has correct strategy.
testDistThreadPool7() - Method in class edu.jas.util.DistThreadPoolTest
Tests if the created DistThreadPool has jobs and correct strategy.
testDummy() - Method in class edu.jas.ufd.GCDTimingTest
Test dummy for junit.
testEvalFirst() - Method in class edu.jas.poly.PolyUtilTest
Test evaluate first.
testEvalMain() - Method in class edu.jas.poly.PolyUtilTest
Test evaluate main.
testEvalMainRecursive() - Method in class edu.jas.poly.PolyUtilTest
Test evaluate main recursive.
testException() - Method in class edu.jas.poly.TermOrderTest
Test exception.
testExceptionSplit() - Method in class edu.jas.poly.TermOrderTest
Test exception split.
testExecutableChannels1() - Method in class edu.jas.util.ExecutableChannelsTest
Tests if the ExecutableChannels could be initialized with null.
testExecutableChannels2() - Method in class edu.jas.util.ExecutableChannelsTest
Tests if the ExecutableChannels could be initialized with small server array.
testExecutableChannels3() - Method in class edu.jas.util.ExecutableChannelsTest
Tests if the ExecutableChannels could be initialized with big server array.
testExecutableChannels4() - Method in class edu.jas.util.ExecutableChannelsTest
Tests if the ExecutableChannels could be initialized and opened.
testExecutableChannels5() - Method in class edu.jas.util.ExecutableChannelsTest
Tests if 11 ExecutableChannels could be initialized and opened.
testExecutableChannels6() - Method in class edu.jas.util.ExecutableChannelsTest
Tests if 10 ExecutableChannels to 1 server could be initialized and opened.
testExecutableChannels7() - Method in class edu.jas.util.ExecutableChannelsTest
Tests if 5 ExecutableChannels to 10 servers could be initialized and opened.
testExecutableChannels8() - Method in class edu.jas.util.ExecutableChannelsTest
Tests if the ExecutableChannels could be initialized with servers from file.
testExecutableChannels9() - Method in class edu.jas.util.ExecutableChannelsTest
Tests if the ExecutableChannels could be initialized with servers from file.
testExecutableServer1() - Method in class edu.jas.util.ExecutableServerTest
Tests if the ExecutableServer could be started and terminated.
testExecutableServer2() - Method in class edu.jas.util.ExecutableServerTest
Tests if the ExecutableServer can execute a RemoteExecutable.
testExecutableServer3() - Method in class edu.jas.util.ExecutableServerTest
Tests if the ExecutableServer can execute more RemoteExecutable.
testExecutableServer4() - Method in class edu.jas.util.ExecutableServerTest
Tests if the ExecutableServer can execute a RemoteExecutable.
testExtendContract() - Method in class edu.jas.poly.GenPolynomialTest
Test extension and contraction.
testExtendContract() - Method in class edu.jas.poly.GenSolvablePolynomialTest
Test extension and contraction.
testExtendContractWeyl() - Method in class edu.jas.poly.GenSolvablePolynomialTest
Test extension and contraction for Weyl relations.
testGaloisField() - Method in class edu.jas.poly.GenPolynomialTokenizerTest
Test Galois field coefficient polynomial.
testGB - Variable in class edu.jas.application.Ideal
Indicator if test has been performed if this is a Groebner Base.
testGcd() - Method in class edu.jas.arith.BigIntegerTest
Test gcd.
testGCD() - Method in class edu.jas.ufd.GCDPrimitiveTest
Test gcd.
testGCD3() - Method in class edu.jas.ufd.GCDPrimitiveTest
Test gcd 3 variables.
testGCDbaseModular() - Method in class edu.jas.ufd.GCDModularTest
Test base gcd modular coefficients.
testGCDfield() - Method in class edu.jas.ufd.GCDPrimitiveTest
Test gcd field coefficients.
testGcdModular() - Method in class edu.jas.ufd.GCDModularTest
Test gcd modular coefficients.
testGCDSimple() - Method in class edu.jas.ufd.GCDSimpleTest
Test gcd simple.
testGCDsubres() - Method in class edu.jas.ufd.GCDSubresTest
Test gcd subresultant.
testHenselLifting() - Method in class edu.jas.poly.PolyUtilTest
Test Hensel lifting.
testHenselQuadraticLifting() - Method in class edu.jas.poly.PolyUtilTest
Test Hensel lifting.
testIdealInfiniteQuotient() - Method in class edu.jas.application.IdealTest
Test Ideal infinite quotient.
testIdealInfiniteQuotientRabi() - Method in class edu.jas.application.IdealTest
Test Ideal infinite quotient with Rabinowich trick.
testIdealProduct() - Method in class edu.jas.application.IdealTest
Test Ideal product.
testIdealQuotient() - Method in class edu.jas.application.IdealTest
Test Ideal quotient.
testIdealSum() - Method in class edu.jas.application.IdealTest
Test Ideal sum.
testIntAddition() - Method in class edu.jas.structure.LocalTest
Test integer addition.
testIntAddition() - Method in class edu.jas.structure.QuotientTest
Test integer addition.
testIntAddition() - Method in class edu.jas.structure.ResidueTest
Test integer addition.
testIntConstruction() - Method in class edu.jas.structure.LocalTest
Test constructor for integer.
testIntConstruction() - Method in class edu.jas.structure.QuotientTest
Test constructor for integer.
testIntConstruction() - Method in class edu.jas.structure.ResidueTest
Test constructor for integer.
testIntegerAddition() - Method in class edu.jas.arith.ArithTest
Test addition for Integer.
testIntegerConstants() - Method in class edu.jas.arith.ArithTest
Test static initialization and constants for BigInteger.
testIntegerConstructor() - Method in class edu.jas.arith.ArithTest
Test string constructor and toString for BigInteger.
testIntegerDReduction() - Method in class edu.jas.ring.ReductionTest
Test Integer d-reduction.
testIntegerEReduction() - Method in class edu.jas.ring.ReductionTest
Test Integer e-reduction.
testIntegerMultiplication() - Method in class edu.jas.arith.ArithTest
Test multiplication for Integer.
testIntegerRandom() - Method in class edu.jas.arith.ArithTest
Test random and compares Integer.
testInterpolate() - Method in class edu.jas.poly.GaloisFieldTest
Test interpolate, is chinese remainder special case.
testInterpolateMultivariate() - Method in class edu.jas.poly.PolyUtilTest
Test interpolate multivariate deg > 0 polynomial.
testInterpolateRationalMultivariate() - Method in class edu.jas.poly.PolyUtilTest
Test interpolate rational multivariate deg > 0 polynomial.
testInterpolateUnivariate() - Method in class edu.jas.poly.PolyUtilTest
Test interpolate univariate deg > 0 polynomial.
testInterpolateUnivariateOne() - Method in class edu.jas.poly.PolyUtilTest
Test interpolate univariate 1 polynomial.
testIntMultiplication() - Method in class edu.jas.structure.LocalTest
Test integer multiplication.
testIntMultiplication() - Method in class edu.jas.structure.QuotientTest
Test integer multiplication.
testIntMultiplication() - Method in class edu.jas.structure.ResidueTest
Test integer multiplication.
testIntRandom() - Method in class edu.jas.structure.QuotientTest
Test random integer.
testIntRandom() - Method in class edu.jas.structure.ResidueTest
Test random integer.
testLcm() - Method in class edu.jas.poly.ExpVectorTest
Test lcm.
testLCM() - Method in class edu.jas.ufd.GCDPrimitiveTest
Test lcm.
testLookupKeys() - Method in class edu.jas.poly.RelationTableTest
Test lookup keys.
testLookupOneKey() - Method in class edu.jas.poly.RelationTableTest
Test lookup one key.
testModEvalGcd() - Method in class edu.jas.ufd.GCDModEvalTest
Test modular evaluation gcd.
testModInteger() - Method in class edu.jas.poly.GenPolynomialTokenizerTest
Test modular integer polynomial.
testModInteger() - Method in class edu.jas.ufd.GCDFactoryTest
Test get ModInteger implementation.
testModInteger() - Method in class edu.jas.ufd.GCDProxyTest
Test get ModInteger implementation.
testModularConversion() - Method in class edu.jas.poly.PolyUtilTest
Test random modular <--> integer conversion.
testModularEvaluationGcd() - Method in class edu.jas.ufd.GCDModularTest
Test modular algorithm gcd with modular evaluation recursive algorithm.
testModularSimpleGcd() - Method in class edu.jas.ufd.GCDModularTest
Test modular algorithm gcd with simple PRS recursive algorithm.
testModuleList() - Method in class edu.jas.vector.ModuleListTest
Test module list.
testModuleList() - Method in class edu.jas.vector.SolvableModuleListTest
Test module list.
testModulePolynomialList() - Method in class edu.jas.vector.ModuleListTest
Test module and polynomial list.
testModulePolynomialList() - Method in class edu.jas.vector.SolvableModuleListTest
Test module and polynomial list.
testModulePolynomialModuleList() - Method in class edu.jas.vector.ModuleListTest
Test module and polynomial and module list.
testModulePolynomialModuleList() - Method in class edu.jas.vector.SolvableModuleListTest
Test module and polynomial and module list.
testModulePolynomialModuleListPolynomial() - Method in class edu.jas.vector.ModuleListTest
Test module and polynomial and module and polynomial list.
testModulePolynomialModuleListPolynomial() - Method in class edu.jas.vector.SolvableModuleListTest
Test module and polynomial and module and polynomial list.
testMultiplication() - Method in class edu.jas.application.LocalTest
Test object multiplication.
testMultiplication() - Method in class edu.jas.application.QuotientIntTest
Test object multiplication.
testMultiplication() - Method in class edu.jas.application.QuotientRatTest
Test object multiplication.
testMultiplication() - Method in class edu.jas.application.QuotIntPolynomialTest
Test object multiplication.
testMultiplication() - Method in class edu.jas.application.ResidueTest
Test object multiplication.
testMultiplication() - Method in class edu.jas.arith.BigComplexTest
Test multiplication.
testMultiplication() - Method in class edu.jas.arith.BigDecimalTest
Test multiplication.
testMultiplication() - Method in class edu.jas.arith.BigIntegerTest
Test multiplication.
testMultiplication() - Method in class edu.jas.arith.BigOctonionTest
Test multiplication.
testMultiplication() - Method in class edu.jas.arith.BigQuaternionTest
Test multiplication.
testMultiplication() - Method in class edu.jas.arith.BigRationalTest
Test multiplication.
testMultiplication() - Method in class edu.jas.arith.ModIntegerTest
Test multiplication.
testMultiplication() - Method in class edu.jas.poly.AlgebraicNumberTest
Test object multiplication.
testMultiplication() - Method in class edu.jas.poly.ANumGenPolynomialTest
Test object multiplication.
testMultiplication() - Method in class edu.jas.poly.ComplexGenPolynomialTest
Test object multiplication.
testMultiplication() - Method in class edu.jas.poly.GaloisFieldTest
Test object multiplication.
testMultiplication() - Method in class edu.jas.poly.GFGenPolynomialTest
Test object multiplication.
testMultiplication() - Method in class edu.jas.poly.IntGenPolynomialTest
Test object multiplication.
testMultiplication() - Method in class edu.jas.poly.ModGenPolynomialTest
Test object multiplication.
testMultiplication() - Method in class edu.jas.poly.ModGenSolvablePolynomialTest
Test object multiplication.
testMultiplication() - Method in class edu.jas.poly.QuatGenPolynomialTest
Test object multiplication.
testMultiplication() - Method in class edu.jas.poly.RatGenPolynomialTest
Test object multiplication.
testMultiplication() - Method in class edu.jas.poly.RatGenSolvablePolynomialTest
Test object multiplication.
testMultiplication() - Method in class edu.jas.poly.RatPolyGenPolynomialTest
Test object multiplication.
testMultiplication() - Method in class edu.jas.vector.GenVectorTest
Test scalar multiplication.
testMultiplicationAxioms() - Method in class edu.jas.arith.BigOctonionTest
Test multiplication axioms.
testMultiplicationAxioms() - Method in class edu.jas.arith.BigQuaternionTest
Test multiplication axioms.
testOrderedPolynomialList() - Method in class edu.jas.poly.PolynomialListTest
Test ordered polynomial list.
testParallelGBase() - Method in class edu.jas.ring.GroebnerBaseParTest
Test parallel GBase.
testParallelGBase() - Method in class edu.jas.ring.SolvableGroebnerBaseParTest
Test parallel GBase.
testParallelSeqPairParallelGBase() - Method in class edu.jas.ring.GroebnerBaseSeqPairParTest
Test compare parallel with sequential pair parallel GBase.
testParallelTSGBase() - Method in class edu.jas.ring.SolvableGroebnerBaseParTest
Test parallel twosided GBase.
testParse() - Method in class edu.jas.application.QuotientIntTest
Test parse().
testParse() - Method in class edu.jas.application.QuotIntPolynomialTest
Test parse().
testPolyAddition() - Method in class edu.jas.structure.LocalTest
Test polynomial addition.
testPolyAddition() - Method in class edu.jas.structure.QuotientTest
Test polynomial addition.
testPolyAddition() - Method in class edu.jas.structure.ResidueTest
Test polynomial addition.
testPolyConstruction() - Method in class edu.jas.structure.LocalTest
Test constructor for polynomial.
testPolyConstruction() - Method in class edu.jas.structure.QuotientTest
Test constructor for polynomial.
testPolyConstruction() - Method in class edu.jas.structure.ResidueTest
Test constructor for polynomial.
testPolyMultiplication() - Method in class edu.jas.structure.LocalTest
Test polynomial multiplication.
testPolyMultiplication() - Method in class edu.jas.structure.QuotientTest
Test polynomial multiplication.
testPolyMultiplication() - Method in class edu.jas.structure.ResidueTest
Test polynomial multiplication.
testPolynomialAddition() - Method in class edu.jas.vector.GenMatrixTest
Test addition.
testPolynomialAddition() - Method in class edu.jas.vector.GenVectorTest
Test addition.
testPolynomialConstruction() - Method in class edu.jas.vector.GenMatrixTest
Test constructor and toString.
testPolynomialConstruction() - Method in class edu.jas.vector.GenVectorTest
Test constructor and toString.
testPolynomialList() - Method in class edu.jas.poly.PolynomialListTest
Test polynomial list.
testPolynomialList() - Method in class edu.jas.vector.ModuleListTest
Test polynomial list.
testPolynomialList() - Method in class edu.jas.vector.SolvableModuleListTest
Test polynomial list.
testPolynomialMultiplication() - Method in class edu.jas.vector.GenMatrixTest
Test scalar multiplication.
testPolynomialMultiplication() - Method in class edu.jas.vector.GenVectorTest
Test scalar multiplication.
testPolynomialRandom() - Method in class edu.jas.vector.GenMatrixTest
Test random matrix
testPolynomialRandom() - Method in class edu.jas.vector.GenVectorTest
Test random vector
testPolyRandom() - Method in class edu.jas.structure.LocalTest
Test random polynomial.
testPolyRandom() - Method in class edu.jas.structure.QuotientTest
Test random polynomial.
testPolyRandom() - Method in class edu.jas.structure.ResidueTest
Test random polynomial.
testPrime() - Method in class edu.jas.arith.ModIntegerTest
Test prime list.
testQuaternionAddition() - Method in class edu.jas.arith.ArithTest
Test addition for Quaternion.
testQuaternionConstants() - Method in class edu.jas.arith.ArithTest
Test static initialization and constants for BigQuaternion.
testQuaternionConstructor() - Method in class edu.jas.arith.ArithTest
Test string constructor and toString for BigQuaternion.
testQuaternionMultiplication() - Method in class edu.jas.arith.ArithTest
Test multiplication for Quaternion.
testQuaternionRandom() - Method in class edu.jas.arith.ArithTest
Test random and compares Quaternion.
testQuotRem() - Method in class edu.jas.poly.RatGenPolynomialTest
Test object quotient and remainder.
testQuotRem1() - Method in class edu.jas.poly.ANumGenPolynomialTest
Test object quotient and remainder.
testQuotRem1() - Method in class edu.jas.poly.GFGenPolynomialTest
Test object quotient and remainder.
testRandom() - Method in class edu.jas.application.LocalTest
Test random polynomial.
testRandom() - Method in class edu.jas.application.QuotientIntTest
Test random polynomial.
testRandom() - Method in class edu.jas.application.QuotientRatTest
Test random polynomial.
testRandom() - Method in class edu.jas.application.QuotIntPolynomialTest
Test random polynomial.
testRandom() - Method in class edu.jas.application.ResidueTest
Test random polynomial.
testRandom() - Method in class edu.jas.arith.BigComplexTest
Test random rationals.
testRandom() - Method in class edu.jas.arith.BigDecimalTest
Test random rationals.
testRandom() - Method in class edu.jas.arith.BigIntegerTest
Test random integer.
testRandom() - Method in class edu.jas.arith.BigOctonionTest
Test random rationals.
testRandom() - Method in class edu.jas.arith.BigQuaternionTest
Test random rationals.
testRandom() - Method in class edu.jas.arith.BigRationalTest
Test random rationals.
testRandom() - Method in class edu.jas.arith.ModIntegerTest
Test random modular integers.
testRandom() - Method in class edu.jas.poly.AlgebraicNumberTest
Test random polynomial.
testRandom() - Method in class edu.jas.poly.ANumGenPolynomialTest
Test random polynomial.
testRandom() - Method in class edu.jas.poly.ComplexGenPolynomialTest
Test random polynomial.
testRandom() - Method in class edu.jas.poly.ExpVectorTest
Test random integer.
testRandom() - Method in class edu.jas.poly.GaloisFieldTest
Test random polynomial
testRandom() - Method in class edu.jas.poly.GFGenPolynomialTest
Test random polynomial.
testRandom() - Method in class edu.jas.poly.IntGenPolynomialTest
Test random polynomial.
testRandom() - Method in class edu.jas.poly.ModGenPolynomialTest
Test random polynomial.
testRandom() - Method in class edu.jas.poly.ModGenSolvablePolynomialTest
Test random polynomial.
testRandom() - Method in class edu.jas.poly.QuatGenPolynomialTest
Test random polynomial.
testRandom() - Method in class edu.jas.poly.RatGenPolynomialTest
Test random polynomial.
testRandom() - Method in class edu.jas.poly.RatGenSolvablePolynomialTest
Test random polynomial.
testRandom() - Method in class edu.jas.poly.RatPolyGenPolynomialTest
Test random polynomial.
testRandom() - Method in class edu.jas.structure.LocalTest
Test random integer.
testRandom() - Method in class edu.jas.vector.GenMatrixTest
Test random matrix.
testRandom() - Method in class edu.jas.vector.GenVectorTest
Test random vector.
testRandomConversion() - Method in class edu.jas.poly.PolyUtilTest
Test random recursive <--> distributive conversion.
testRationalAddition() - Method in class edu.jas.arith.ArithTest
Test addition for Rational.
testRationalConstants() - Method in class edu.jas.arith.ArithTest
Test static initialization and constants for BigRational.
testRationalConstructor() - Method in class edu.jas.arith.ArithTest
Test string constructor and toString for BigRational.
testRationalConversion() - Method in class edu.jas.poly.PolyUtilTest
Test random rational <--> integer conversion.
testRationalMultiplication() - Method in class edu.jas.arith.ArithTest
Test multiplication for Rational.
testRationalRandom() - Method in class edu.jas.arith.ArithTest
Test random and compares Rational.
testRatReduction() - Method in class edu.jas.ring.ReductionTest
Test Rat reduction.
testRatReduction() - Method in class edu.jas.ring.SolvableReductionTest
Test Rat reduction.
testRatReduction0() - Method in class edu.jas.ring.ReductionTest
Test constants and empty list reduction.
testRatReduction0() - Method in class edu.jas.ring.SolvableReductionTest
Test constants and empty list reduction.
testRatReduction1() - Method in class edu.jas.ring.ReductionTest
Test ReductionMod with constants and empty list reduction.
testRatReductionMod() - Method in class edu.jas.ring.ReductionTest
Test Rat reduction Mod.
testRatReductionPar() - Method in class edu.jas.ring.SolvableReductionTest
Test Rat reduction parallel.
testRatReductionRecording() - Method in class edu.jas.ring.ReductionTest
Test Rat reduction recording.
testRatReductionRecording() - Method in class edu.jas.ring.SolvableReductionTest
Test Rat reduction recording.
testRecursiveContentPP() - Method in class edu.jas.ufd.GCDPrimitiveTest
Test recursive content and primitive part.
testRecursiveContentPPmodular() - Method in class edu.jas.ufd.GCDModularTest
Test recursive content and primitive part, modular coefficients.
testRecursiveGCD() - Method in class edu.jas.ufd.GCDPrimitiveTest
Test recursive gcd.
testRecursiveGCDModular() - Method in class edu.jas.ufd.GCDModularTest
Test recursive gcd modular coefficients.
testRecursiveGCDSimple() - Method in class edu.jas.ufd.GCDSimpleTest
Test recursive gcd simple.
testRecursiveGCDsubres() - Method in class edu.jas.ufd.GCDSubresTest
Test recursive gcd subresultant.
testRecursiveQR() - Method in class edu.jas.ufd.GCDPrimitiveTest
Test recursive quotioent and remainder.
testRecursiveSquarefree() - Method in class edu.jas.ufd.GCDPrimitiveTest
Test recursive squarefree.
testRecursiveSquarefreeFactors() - Method in class edu.jas.ufd.GCDPrimitiveTest
Test recursive squarefree factors.
testRecursiveSubresultant() - Method in class edu.jas.ufd.GCDSubresTest
Test recursive subresultant.
testReverse() - Method in class edu.jas.poly.GenPolynomialTest
Test reversion.
testReverse() - Method in class edu.jas.poly.GenSolvablePolynomialTest
Test reversion.
testReverseWeyl() - Method in class edu.jas.poly.GenSolvablePolynomialTest
Test reversion for Weyl relations.
testScalarMultiplication() - Method in class edu.jas.vector.GenMatrixTest
Test scalar multiplication.
testSeqPairDistributedGBase() - Method in class edu.jas.ring.GroebnerBaseSeqPairDistTest
Test distributed GBase.
testSeqPairParallelGBase() - Method in class edu.jas.ring.GroebnerBaseSeqPairParTest
Test parallel GBase.
testSeqPairSequentialExtendedGBase() - Method in class edu.jas.ring.GroebnerBaseSeqPairSeqTest
Test sequential extended GBase.
testSeqPairSequentialExtendedGBase() - Method in class edu.jas.ring.SolvableGroebnerBaseSeqPairSeqTest
Test sequential extended left GBase.
testSeqPairSequentialGBase() - Method in class edu.jas.ring.GroebnerBaseSeqPairSeqTest
Test sequential GBase.
testSequentialArbitraryModSolvableSyzygy() - Method in class edu.jas.module.SolvableSyzygyTest
Test sequential arbitrary module SolvableSyzygy.
testSequentialArbitraryModSyzygy() - Method in class edu.jas.module.SyzygyTest
Test sequential arbitrary module Syzygy.
testSequentialArbitrarySyzygy() - Method in class edu.jas.module.SolvableSyzygyTest
Test sequential arbitrary base Syzygy.
testSequentialArbitrarySyzygy() - Method in class edu.jas.module.SyzygyTest
Test sequential arbitrary base Syzygy.
testSequentialArbitrarySyzygyCLO() - Method in class edu.jas.module.SolvableSyzygyTest
Test sequential arbitrary base Syzygy, ex CLO 2, p 214 ff.
testSequentialArbitrarySyzygyCLO() - Method in class edu.jas.module.SyzygyTest
Test sequential arbitrary base Syzygy, ex CLO 2, p 214 ff.
testSequentialArbitrarySyzygyWA32() - Method in class edu.jas.module.SolvableSyzygyTest
Test sequential arbitrary base Syzygy, ex WA_32.
testSequentialDistributedGBase() - Method in class edu.jas.ring.GroebnerBaseDistTest
Test compare sequential with distributed GBase.
testSequentialGBase() - Method in class edu.jas.ring.DGroebnerBaseSeqTest
Test sequential GBase.
testSequentialGBase() - Method in class edu.jas.ring.EGroebnerBaseSeqTest
Test sequential GBase.
testSequentialGBase() - Method in class edu.jas.ring.GroebnerBaseSeqTest
Test sequential GBase.
testSequentialGBase() - Method in class edu.jas.ring.SolvableGroebnerBaseSeqPairSeqTest
Test sequential GBase.
testSequentialGBase() - Method in class edu.jas.ring.SolvableGroebnerBaseTest
Test sequential GBase.
testSequentialLeftModSolvableGB() - Method in class edu.jas.module.ModSolvableGroebnerBaseTest
Test sequential left GBase.
testSequentialLeftModSolvableWeylGB() - Method in class edu.jas.module.ModSolvableGroebnerBaseTest
Test sequential Weyl GBase.
testSequentialModGB() - Method in class edu.jas.module.ModGroebnerBaseTest
Test sequential GBase.
testSequentialModSolvableSyzygy() - Method in class edu.jas.module.SolvableSyzygyTest
Test sequential module SolvableSyzygy.
testSequentialModSyzygy() - Method in class edu.jas.module.SyzygyTest
Test sequential module Syzygy.
testSequentialParallelGBase() - Method in class edu.jas.ring.GroebnerBaseParTest
Test compare sequential with parallel GBase.
testSequentialRightModSolvableGB() - Method in class edu.jas.module.ModSolvableGroebnerBaseTest
Test sequential right GBase.
testSequentialRightModSolvableWeylGB() - Method in class edu.jas.module.ModSolvableGroebnerBaseTest
Test sequential Weyl GBase.
testSequentialSeqPairDistributedGBase() - Method in class edu.jas.ring.GroebnerBaseSeqPairDistTest
Test compare sequential with distributed GBase.
testSequentialSeqPairParallelGBase() - Method in class edu.jas.ring.GroebnerBaseSeqPairParTest
Test compare sequential with parallel GBase.
testSequentialSolvableSyzygy() - Method in class edu.jas.module.SolvableSyzygyTest
Test sequential SolvableSyzygy.
testSequentialSyzygy() - Method in class edu.jas.module.SyzygyTest
Test sequential Syzygy.
testSequentialTSGBase() - Method in class edu.jas.ring.SolvableGroebnerBaseSeqPairSeqTest
Test sequential twosided GBase.
testSequentialTSGBase() - Method in class edu.jas.ring.SolvableGroebnerBaseTest
Test sequential twosided GBase.
testSequentialTSModSolvableGB() - Method in class edu.jas.module.ModSolvableGroebnerBaseTest
Test sequential twosided GBase.
testSequentialWeylSolvableSyzygy() - Method in class edu.jas.module.SolvableSyzygyTest
Test sequential Weyl SolvableSyzygy.
testSimpleMultiplication() - Method in class edu.jas.vector.GenMatrixTest
Test (simple) multiplication.
testSocketChannel0() - Method in class edu.jas.util.SocketChannelTest
 
testSocketChannel1() - Method in class edu.jas.util.SocketChannelTest
 
testSocketChannel2() - Method in class edu.jas.util.SocketChannelTest
 
testSocketChannel3() - Method in class edu.jas.util.SocketChannelTest
 
testSolvableBigRational() - Method in class edu.jas.poly.GenPolynomialTokenizerTest
Test rational solvable polynomial.
testSolvableModInteger() - Method in class edu.jas.poly.GenPolynomialTokenizerTest
Test mod integer solvable polynomial.
testSquarefree() - Method in class edu.jas.ufd.GCDPrimitiveTest
Test squarefree.
testSquarefreeFactors() - Method in class edu.jas.ufd.GCDPrimitiveTest
Test squarefree factors.
testSubres() - Method in class edu.jas.ufd.GCDSubresTest
Test subresultant.
testSymmetric() - Method in class edu.jas.poly.RelationTableTest
Test lookup symmetric products.
testTdeg() - Method in class edu.jas.poly.ExpVectorTest
Test tdeg.
testThreadPool1() - Method in class edu.jas.util.ThreadPoolTest
Tests if the created ThreadPool is empty.
testThreadPool2() - Method in class edu.jas.util.ThreadPoolTest
Tests if the created ThreadPool is non empty.
testThreadPool3() - Method in class edu.jas.util.ThreadPoolTest
Tests if the created ThreadPool has no jobs.
testThreadPool4() - Method in class edu.jas.util.ThreadPoolTest
Tests if the created ThreadPool has jobs.
testThreadPool5() - Method in class edu.jas.util.ThreadPoolTest
Tests if the created ThreadPool has many jobs.
testThreadPool6() - Method in class edu.jas.util.ThreadPoolTest
Tests if the created ThreadPool has correct strategy.
testThreadPool7() - Method in class edu.jas.util.ThreadPoolTest
Tests if the created ThreadPool has jobs and correct strategy.
testTrinks7ExtendedGBase() - Method in class edu.jas.ring.GroebnerBaseSeqPairSeqTest
Test Trinks7 GBase.
testTrinks7GBase() - Method in class edu.jas.ring.GroebnerBaseDistTest
Test Trinks7 GBase.
testTrinks7GBase() - Method in class edu.jas.ring.GroebnerBaseParTest
Test Trinks7 GBase.
testTrinks7GBase() - Method in class edu.jas.ring.GroebnerBaseSeqPairDistTest
Test Trinks7 GBase.
testTrinks7GBase() - Method in class edu.jas.ring.GroebnerBaseSeqPairParTest
Test Trinks7 GBase.
testTrinks7GBase() - Method in class edu.jas.ring.GroebnerBaseSeqPairSeqTest
Test Trinks7 GBase.
testTrinks7GBase() - Method in class edu.jas.ring.GroebnerBaseSeqTest
Test Trinks7 GBase.
testUpdateKeys() - Method in class edu.jas.poly.RelationTableTest
Test update more keys.
testUpdateOneKey() - Method in class edu.jas.poly.RelationTableTest
Test update one key.
testWeightdeg() - Method in class edu.jas.poly.ExpVectorTest
Test weighted.
testWeyl() - Method in class edu.jas.poly.ModGenSolvablePolynomialTest
Test Weyl polynomials.
testWeyl() - Method in class edu.jas.poly.RatGenSolvablePolynomialTest
Test Weyl polynomials.
testWeylModulePolynomialModuleListPolynomial() - Method in class edu.jas.vector.SolvableModuleListTest
Test module and polynomial and module and polynomial list with WeylRelations.
testWeylParallelGBase() - Method in class edu.jas.ring.SolvableGroebnerBaseParTest
Test Weyl parallel GBase.
testWeylParallelTSGBase() - Method in class edu.jas.ring.SolvableGroebnerBaseParTest
Test Weyl parallel twosided GBase is always 1.
testWeylRatReduction() - Method in class edu.jas.ring.SolvableReductionTest
Test Weyl Rational reduction.
testWeylRatReduction0() - Method in class edu.jas.ring.SolvableReductionTest
Test constants and empty list reduction.
testWeylRatReductionPar() - Method in class edu.jas.ring.SolvableReductionTest
Test Weyl Rational reduction parallel.
testWeylSequentialExtendedGBase() - Method in class edu.jas.ring.SolvableGroebnerBaseSeqPairSeqTest
Test Weyl sequential extended GBase.
testWeylSequentialGBase() - Method in class edu.jas.ring.SolvableGroebnerBaseSeqPairSeqTest
Test Weyl sequential GBase.
testWeylSequentialGBase() - Method in class edu.jas.ring.SolvableGroebnerBaseTest
Test Weyl sequential GBase.
testWeylSequentialTSGBase() - Method in class edu.jas.ring.SolvableGroebnerBaseSeqPairSeqTest
Test Weyl sequential twosided GBase is always 1.
testWeylSequentialTSGBase() - Method in class edu.jas.ring.SolvableGroebnerBaseTest
Test Weyl sequential twosided GBase is always 1.
theList - Variable in class edu.jas.util.DistHashTable
 
theList - Variable in class edu.jas.util.DistHashTableServer
 
theList - Variable in class edu.jas.util.DistributedList
 
theList - Variable in class edu.jas.util.DistributedListServer
 
ThreadPool - Class in edu.jas.util
Thread pool using stack / list workpile.
ThreadPool() - Constructor for class edu.jas.util.ThreadPool
Constructs a new ThreadPool with strategy StrategyEnumeration.FIFO and size DEFAULT_SIZE.
ThreadPool(StrategyEnumeration) - Constructor for class edu.jas.util.ThreadPool
Constructs a new ThreadPool with size DEFAULT_SIZE.
ThreadPool(int) - Constructor for class edu.jas.util.ThreadPool
Constructs a new ThreadPool with strategy StrategyEnumeration.FIFO.
ThreadPool(StrategyEnumeration, int) - Constructor for class edu.jas.util.ThreadPool
Constructs a new ThreadPool.
ThreadPoolTest - Class in edu.jas.util
ThreadPool tests with JUnit.
ThreadPoolTest(String) - Constructor for class edu.jas.util.ThreadPoolTest
Constructs a ThreadPoolTest object.
threads - Variable in class edu.jas.ring.GBDist
Number of threads to use.
threads - Variable in class edu.jas.ring.GroebnerBaseDistributed
Number of threads to use.
threads - Variable in class edu.jas.ring.GroebnerBaseParallel
Number of threads to use.
threads - Variable in class edu.jas.ring.GroebnerBaseSeqPairDistributed
Number of threads to use.
threads - Variable in class edu.jas.ring.GroebnerBaseSeqPairParallel
Number of threads to use.
threads - Variable in class edu.jas.ring.SolvableGroebnerBaseParallel
Number of threads to use.
threads - Variable in class edu.jas.util.DistThreadPool
Number of threads to use.
toMiniPair() - Method in class edu.jas.ring.Pair
what is this for?
tord - Variable in class edu.jas.poly.GenPolynomialRing
The term order.
tord - Variable in class edu.jas.ring.CriticalPairComparator
 
toString() - Method in class edu.jas.application.Ideal
String representation of the ideal.
toString() - Method in class edu.jas.application.Local
Get the String representation as RingElem.
toString() - Method in class edu.jas.application.LocalRing
Get the String representation as RingFactory.
toString() - Method in class edu.jas.application.Quotient
Get the String representation as RingElem.
toString() - Method in class edu.jas.application.QuotientRing
Get the String representation as RingFactory.
toString() - Method in class edu.jas.application.Residue
Get the String representation as RingElem.
toString() - Method in class edu.jas.application.ResidueRing
Get the String representation as RingFactory.
toString() - Method in class edu.jas.arith.BigComplex
Get the String representation.
toString() - Method in class edu.jas.arith.BigDecimal
Get the String representation.
toString() - Method in class edu.jas.arith.BigInteger
Get the String representation.
toString() - Method in class edu.jas.arith.BigOctonion
Get the string representation.
toString() - Method in class edu.jas.arith.BigQuaternion
Get the string representation.
toString() - Method in class edu.jas.arith.BigRational
Get the string representation.
toString() - Method in class edu.jas.arith.ModInteger
Get the String representation.
toString() - Method in class edu.jas.arith.ModIntegerRing
Get the String representation.
toString() - Method in class edu.jas.arith.PrimeList
toString.
toString() - Method in class edu.jas.poly.AlgebraicNumber
Get the String representation as RingElem.
toString() - Method in class edu.jas.poly.AlgebraicNumberRing
Get the String representation as RingFactory.
toString() - Method in class edu.jas.poly.ExpVector
Get the string representation.
toString(String[]) - Method in class edu.jas.poly.ExpVector
Get the string representation with variable names.
toString() - Method in class edu.jas.poly.ExpVectorPair
toString.
toString() - Method in class edu.jas.poly.GenPolynomial
String representation of GenPolynomial.
toString(String[]) - Method in class edu.jas.poly.GenPolynomial
String representation of GenPolynomial.
toString() - Method in class edu.jas.poly.GenPolynomialRing
Get the String representation.
toString() - Method in class edu.jas.poly.GenSolvablePolynomialRing
Get the String representation.
toString() - Method in class edu.jas.poly.OptimizedPolynomialList
String representation.
toString() - Method in class edu.jas.poly.PolynomialList
String representation of the polynomial list.
toString() - Method in class edu.jas.poly.RelationTable
Get the String representation.
toString(String[]) - Method in class edu.jas.poly.RelationTable
Get the String representation.
toString() - Method in class edu.jas.poly.TermOrder
String representation of TermOrder.
toString() - Method in class edu.jas.ring.CriticalPair
toString.
toString() - Method in class edu.jas.ring.CriticalPairComparator
toString.
toString() - Method in class edu.jas.ring.ExtendedGB
Get the String representation.
toString() - Method in class edu.jas.ring.Katsura
toString.
toString() - Method in class edu.jas.ring.Pair
toString.
toString() - Method in class edu.jas.ring.SolvableExtendedGB
Get the String representation.
toString() - Method in class edu.jas.structure.Local
Get the String representation as RingElem.
toString() - Method in class edu.jas.structure.LocalRing
Get the String representation as RingFactory.
toString() - Method in class edu.jas.structure.Quotient
Get the String representation as RingElem.
toString() - Method in class edu.jas.structure.QuotientRing
Get the String representation as RingFactory.
toString() - Method in class edu.jas.structure.Residue
Get the String representation as RingElem.
toString() - Method in class edu.jas.structure.ResidueRing
Get the String representation as RingFactory.
toString() - Method in class edu.jas.ufd.GCDProxy
Get the String representation as RingFactory.
toString() - Method in class edu.jas.util.DHTTransport
toString.
toString() - Method in class edu.jas.util.ExecutableChannels
String representation.
toString() - Method in class edu.jas.util.SocketChannel
to string
toString() - Method in class edu.jas.util.StrategyEnumeration
toString.
toString() - Method in class edu.jas.vector.GenMatrix
toString method.
toString() - Method in class edu.jas.vector.GenMatrixRing
toString method.
toString() - Method in class edu.jas.vector.GenVector
toString method.
toString() - Method in class edu.jas.vector.GenVectorModul
toString method.
toString() - Method in class edu.jas.vector.ModuleList
String representation of the polynomial list.
toZero - Variable in class edu.jas.ring.Pair
 
trailingBaseCoefficient() - Method in class edu.jas.poly.GenPolynomial
Trailing base coefficient.
transpose(GenMatrixRing<C>) - Method in class edu.jas.vector.GenMatrix
Transposed matrix.
transpose() - Method in class edu.jas.vector.GenMatrixRing
Transposed matrix ring.
twosidedGB(int, List<GenSolvablePolynomial<C>>) - Method in interface edu.jas.module.ModSolvableGroebnerBase
Twosided Groebner base using pairlist class.
twosidedGB(ModuleList<C>) - Method in interface edu.jas.module.ModSolvableGroebnerBase
Twosided Groebner base using pairlist class.
twosidedGB(int, List<GenSolvablePolynomial<C>>) - Method in class edu.jas.module.ModSolvableGroebnerBaseAbstract
Twosided Groebner base using pairlist class.
twosidedGB(ModuleList<C>) - Method in class edu.jas.module.ModSolvableGroebnerBaseAbstract
Twosided Groebner base using pairlist class.
twosidedGB(List<GenSolvablePolynomial<C>>) - Method in interface edu.jas.ring.SolvableGroebnerBase
Twosided Groebner base using pairlist class.
twosidedGB(int, List<GenSolvablePolynomial<C>>) - Method in interface edu.jas.ring.SolvableGroebnerBase
Twosided Groebner base using pairlist class.
twosidedGB(List<GenSolvablePolynomial<C>>) - Method in class edu.jas.ring.SolvableGroebnerBaseAbstract
Twosided Groebner base using pairlist class.
twosidedGB(int, List<GenSolvablePolynomial<C>>) - Method in class edu.jas.ring.SolvableGroebnerBaseParallel
Twosided Groebner base using pairlist class.
twosidedGB(int, List<GenSolvablePolynomial<C>>) - Method in class edu.jas.ring.SolvableGroebnerBaseSeq
Twosided Groebner base using pairlist class.

U

ufdGCD - Variable in class edu.jas.application.QuotientRing
Use GCD of package edu.jas.ufd.
univariate(int) - Method in class edu.jas.poly.GenPolynomialRing
Generate univariate polynomial in a given variable.
univariate(int, long) - Method in class edu.jas.poly.GenPolynomialRing
Generate univariate polynomial in a given variable with given exponent.
univariate(int, int, long) - Method in class edu.jas.poly.GenPolynomialRing
Generate univariate polynomial in a given variable with given exponent.
univariate(int) - Method in class edu.jas.poly.GenSolvablePolynomialRing
Generate univariate solvable polynomial in a given variable.
univariate(int, long) - Method in class edu.jas.poly.GenSolvablePolynomialRing
Generate univariate solvable polynomial in a given variable with given exponent.
univariate(int, int, long) - Method in class edu.jas.poly.GenSolvablePolynomialRing
Generate univariate solvable polynomial in a given variable with given exponent.
univariateList() - Method in class edu.jas.poly.GenPolynomialRing
Generate list of univariate polynomials in all variables.
univariateList(int) - Method in class edu.jas.poly.GenPolynomialRing
Generate list of univariate polynomials in all variables.
univariateList(int, long) - Method in class edu.jas.poly.GenPolynomialRing
Generate list of univariate polynomials in all variables with given exponent.
univariateList() - Method in class edu.jas.poly.GenSolvablePolynomialRing
Generate list of univariate polynomials in all variables.
univariateList(int) - Method in class edu.jas.poly.GenSolvablePolynomialRing
Generate list of univariate polynomials in all variables.
univariateList(int, long) - Method in class edu.jas.poly.GenSolvablePolynomialRing
Generate list of univariate polynomials in all variables with given exponent.
update(ExpVector, ExpVector, GenSolvablePolynomial<C>) - Method in class edu.jas.poly.RelationTable
Update or initialize RelationTable with new relation.
update(CriticalPair<C>, GenPolynomial<C>) - Method in class edu.jas.ring.CriticalPairList
Record reduced polynomial and update critical pair list.
update() - Method in class edu.jas.ring.CriticalPairList
Update pairlist.
updateMany() - Method in class edu.jas.ring.CriticalPairList
Update pairlist, several pairs at once.
useCriterion3 - Variable in class edu.jas.ring.Pair
 
useCriterion4 - Variable in class edu.jas.ring.OrderedPairlist
 
useCriterion4 - Variable in class edu.jas.ring.Pair
 

V

val - Variable in class edu.jas.application.Residue
Value part of the element data structure.
val - Variable in class edu.jas.arith.BigDecimal
The data structure.
val - Variable in class edu.jas.arith.BigInteger
The data structure.
val - Variable in class edu.jas.arith.ModInteger
Value part of the element data structure.
val - Static variable in class edu.jas.arith.PrimeList
The list of probable primes.
val - Variable in class edu.jas.poly.AlgebraicNumber
Value part of the element data structure.
val - Variable in class edu.jas.poly.GenPolynomial
The data structure for polynomials.
val - Variable in class edu.jas.structure.Residue
Value part of the element data structure.
val - Variable in class edu.jas.vector.GenMatrix
 
val - Variable in class edu.jas.vector.GenVector
 
value - Variable in class edu.jas.util.DHTTransport
 
valueIterator() - Method in class edu.jas.util.DistHashTable
List value iterator.
valueOf(BigDecimal) - Static method in class edu.jas.arith.BigDecimal
Get a BigDecimal element from a math.BigDecimal.
valueOf(long) - Static method in class edu.jas.arith.BigDecimal
Get a BigDecimal element from long.
valueOf(BigInteger) - Static method in class edu.jas.arith.BigInteger
Get a BigInteger element from a math.BigInteger.
valueOf(long) - Static method in class edu.jas.arith.BigInteger
Get a BigInteger element from long.
valueOf(BigInteger) - Static method in class edu.jas.arith.BigRational
Get a BigRational element from a math.BigInteger.
valueOf(long) - Static method in class edu.jas.arith.BigRational
Get a BigRational element from a long.
values() - Method in class edu.jas.util.DistHashTable
Get the values as Collection.
varList(String) - Method in class edu.jas.ring.Katsura
Generate variable list.
varList(String, String) - Method in class edu.jas.ring.Katsura
Generate variable list.
vars - Variable in class edu.jas.poly.GenPolynomialRing
The names of the variables.
varsToString() - Method in class edu.jas.poly.GenPolynomialRing
Get a String representation of the variable names.
vectorAdd(List<GenPolynomial<C>>, List<GenPolynomial<C>>) - Method in class edu.jas.vector.BasicLinAlg
Addition of vectors of polynomials.
vectorAdd(List<GenSolvablePolynomial<C>>, List<GenSolvablePolynomial<C>>) - Method in class edu.jas.vector.SolvableBasicLinAlg
Addition of vectors of polynomials.

W

waitDone() - Method in class edu.jas.util.Terminator
wait done.
weightToString() - Method in class edu.jas.poly.TermOrder
String representation of weight vector.
WeylRelations<C extends RingElem<C>> - Class in edu.jas.poly
Generate Relation Table for Weyl Algebras Adds the respective relations to the relation table of the given solvable ring factory.
WeylRelations(GenSolvablePolynomialRing<C>) - Constructor for class edu.jas.poly.WeylRelations
The constructor requires a ring factory.
workers - Variable in class edu.jas.util.DistThreadPool
Array of workers.
workers - Variable in class edu.jas.util.ThreadPool
Array of workers.

X

xtestAdditionGcd() - Method in class edu.jas.application.QuotientRatTest
Test addition with syzygy gcd and euclids gcd.
xtestAlgebraicNumberBigRational() - Method in class edu.jas.ufd.GCDProxyTest
Test get AlgebraicNumber implementation.
xtestBaseGcd() - Method in class edu.jas.ufd.GCDTimingTest
Test base gcd simple.
xtestGCD() - Method in class edu.jas.ufd.GCDTimingTest
Test gcd.
xtestRecursiveGCD() - Method in class edu.jas.ufd.GCDTimingTest
Test recursive gcd.
xtestTrinks7GBaseZ() - Method in class edu.jas.ring.DGroebnerBaseSeqTest
Test Trinks7 GBase over Z.
xtestTrinks7GBaseZ() - Method in class edu.jas.ring.EGroebnerBaseSeqTest
Test Trinks7 GBase over Z.
xtestTrinks7GBaseZ_B() - Method in class edu.jas.ring.DGroebnerBaseSeqTest
Test Trinks7 GBase over Z(B).
xtestTrinks7GBaseZ_B() - Method in class edu.jas.ring.EGroebnerBaseSeqTest
Test Trinks7 GBase over Z(B).

Z

ZERO - Static variable in class edu.jas.arith.BigComplex
The constant 0.
ZERO - Static variable in class edu.jas.arith.BigDecimal
The constant 0.
ZERO - Static variable in class edu.jas.arith.BigInteger
The constant 0.
ZERO - Static variable in class edu.jas.arith.BigOctonion
The constant 0.
ZERO - Static variable in class edu.jas.arith.BigQuaternion
The constant 0.
ZERO - Static variable in class edu.jas.arith.BigRational
The Constant 0.
ZERO - Variable in class edu.jas.poly.GenPolynomialRing
The constant polynomial 0 for this ring.
ZERO - Variable in class edu.jas.poly.GenSolvablePolynomialRing
The constant polynomial 0 for this ring.
ZERO - Variable in class edu.jas.vector.GenMatrixRing
 
ZERO - Variable in class edu.jas.vector.GenVectorModul
 
zeroRelations(List<GenPolynomial<C>>) - Method in interface edu.jas.module.Syzygy
Syzygy module from Groebner base.
zeroRelations(int, List<GenPolynomial<C>>) - Method in interface edu.jas.module.Syzygy
Syzygy module from Groebner base.
zeroRelations(int, GenVector<GenPolynomial<C>>) - Method in interface edu.jas.module.Syzygy
Syzygy module from Groebner base.
zeroRelations(ModuleList<C>) - Method in interface edu.jas.module.Syzygy
Syzygy module from module Groebner base.
zeroRelations(List<GenPolynomial<C>>) - Method in class edu.jas.module.SyzygyAbstract
Syzygy module from Groebner base.
zeroRelations(int, List<GenPolynomial<C>>) - Method in class edu.jas.module.SyzygyAbstract
Syzygy module from Groebner base.
zeroRelations(int, GenVector<GenPolynomial<C>>) - Method in class edu.jas.module.SyzygyAbstract
Syzygy module from Groebner base.
zeroRelations(ModuleList<C>) - Method in class edu.jas.module.SyzygyAbstract
Syzygy module from module Groebner base.
zeroRelationsArbitrary(List<GenPolynomial<C>>) - Method in interface edu.jas.module.Syzygy
Syzygy module from arbitrary base.
zeroRelationsArbitrary(int, List<GenPolynomial<C>>) - Method in interface edu.jas.module.Syzygy
Syzygy module from arbitrary base.
zeroRelationsArbitrary(ModuleList<C>) - Method in interface edu.jas.module.Syzygy
Syzygy module from arbitrary module base.
zeroRelationsArbitrary(List<GenPolynomial<C>>) - Method in class edu.jas.module.SyzygyAbstract
Syzygy module from arbitrary base.
zeroRelationsArbitrary(int, List<GenPolynomial<C>>) - Method in class edu.jas.module.SyzygyAbstract
Syzygy module from arbitrary base.
zeroRelationsArbitrary(ModuleList<C>) - Method in class edu.jas.module.SyzygyAbstract
Syzygy module from arbitrary module base.

A B C D E F G H I J K L M N O P Q R S T U V W X Z