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

a - Variable in class edu.jas.arith.BigComplexTest
 
a - Variable in class edu.jas.arith.BigIntegerTest
 
a - Variable in class edu.jas.arith.BigQuaternionTest
 
a - Variable in class edu.jas.arith.BigRationalTest
 
a - Variable in class edu.jas.arith.CoefficientTest
 
a - Variable in class edu.jas.module.ModGroebnerBaseTest
 
a - Variable in class edu.jas.module.ModSolvableGroebnerBaseTest
 
a - Variable in class edu.jas.module.ModuleListTest
 
a - Variable in class edu.jas.module.SolvableSyzygyTest
 
a - Variable in class edu.jas.module.SyzygyTest
 
a - Variable in class edu.jas.poly.ComplexMapPolynomialTest
 
a - Variable in class edu.jas.poly.ComplexOrderedMapPolynomialTest
 
a - Variable in class edu.jas.poly.ComplexSolvableOrderedMapPolynomialTest
 
a - Variable in class edu.jas.poly.ExpVectorTest
 
a - Variable in class edu.jas.poly.IntOrderedMapPolynomialTest
 
a - Variable in class edu.jas.poly.IntSolvableOrderedMapPolynomialTest
 
a - Variable in class edu.jas.poly.QuatMapPolynomialTest
 
a - Variable in class edu.jas.poly.QuatOrderedMapPolynomialTest
 
a - Variable in class edu.jas.poly.QuatSolvableOrderedMapPolynomialTest
 
a - Variable in class edu.jas.poly.RatMapPolynomialTest
 
a - Variable in class edu.jas.poly.RatOrderedMapPolynomialTest
 
a - Variable in class edu.jas.poly.RatSolvableOrderedMapPolynomialTest
 
a - Variable in class edu.jas.poly.TermOrderTest
 
a - Variable in class edu.jas.ring.GroebnerBasePSTent
 
a - Variable in class edu.jas.ring.GroebnerBaseTest
 
a - Variable in class edu.jas.ring.ReductionSolvableTest
 
a - Variable in class edu.jas.ring.ReductionTest
 
a - Variable in class edu.jas.ring.SolvableGroebnerBaseTest
 
abs() - Method in class edu.jas.arith.BigComplex
 
abs() - Method in class edu.jas.arith.BigInteger
 
abs() - Method in class edu.jas.arith.BigQuaternion
 
abs() - Method in class edu.jas.arith.BigRational
Rational number absolute value.
abs() - Method in interface edu.jas.arith.Coefficient
 
add(Coefficient) - Method in class edu.jas.arith.BigComplex
arithmetic operations: +, -, -
add(Coefficient) - Method in class edu.jas.arith.BigInteger
 
add(Coefficient) - Method in class edu.jas.arith.BigQuaternion
arithmetic operations: +, -, -
add(Coefficient) - Method in class edu.jas.arith.BigRational
Rational number sum.
add(BigRational) - Method in class edu.jas.arith.BigRational
 
add(Coefficient) - Method in interface edu.jas.arith.Coefficient
 
add(UnorderedPolynomial) - Method in class edu.jas.poly.MapPolynomial
Sum.
add(int, UnorderedPolynomial) - Method in class edu.jas.poly.MapPolynomial
Sum.
add(OrderedPolynomial) - Method in class edu.jas.poly.OrderedMapPolynomial
Sum.
add(Coefficient, ExpVector) - Method in class edu.jas.poly.OrderedMapPolynomial
 
add(OrderedPolynomial) - Method in interface edu.jas.poly.OrderedPolynomial
 
add(Coefficient, ExpVector) - Method in interface edu.jas.poly.OrderedPolynomial
 
add(UnorderedPolynomial) - Method in interface edu.jas.poly.UnorderedPolynomial
 
add(int) - Method in class edu.jas.util.Counter
 
add(int) - Method in class edu.jas.util.DHTCounter
 
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.ThreadPool
adds a job to the workpile
allIdle() - Method in class edu.jas.util.Terminator
 

B

b - Variable in class edu.jas.arith.BigComplexTest
 
b - Variable in class edu.jas.arith.BigIntegerTest
 
b - Variable in class edu.jas.arith.BigQuaternionTest
 
b - Variable in class edu.jas.arith.BigRationalTest
 
b - Variable in class edu.jas.arith.CoefficientTest
 
b - Variable in class edu.jas.module.ModGroebnerBaseTest
 
b - Variable in class edu.jas.module.ModSolvableGroebnerBaseTest
 
b - Variable in class edu.jas.module.ModuleListTest
 
b - Variable in class edu.jas.module.SolvableSyzygyTest
 
b - Variable in class edu.jas.module.SyzygyTest
 
b - Variable in class edu.jas.poly.ComplexMapPolynomialTest
 
b - Variable in class edu.jas.poly.ComplexOrderedMapPolynomialTest
 
b - Variable in class edu.jas.poly.ComplexSolvableOrderedMapPolynomialTest
 
b - Variable in class edu.jas.poly.ExpVectorTest
 
b - Variable in class edu.jas.poly.IntOrderedMapPolynomialTest
 
b - Variable in class edu.jas.poly.IntSolvableOrderedMapPolynomialTest
 
b - Variable in class edu.jas.poly.QuatMapPolynomialTest
 
b - Variable in class edu.jas.poly.QuatOrderedMapPolynomialTest
 
b - Variable in class edu.jas.poly.QuatSolvableOrderedMapPolynomialTest
 
b - Variable in class edu.jas.poly.RatMapPolynomialTest
 
b - Variable in class edu.jas.poly.RatOrderedMapPolynomialTest
 
b - Variable in class edu.jas.poly.RatSolvableOrderedMapPolynomialTest
 
b - Variable in class edu.jas.poly.TermOrderTest
 
b - Variable in class edu.jas.ring.GroebnerBasePSTent
 
b - Variable in class edu.jas.ring.GroebnerBaseTest
 
b - Variable in class edu.jas.ring.ReductionSolvableTest
 
b - Variable in class edu.jas.ring.ReductionTest
 
b - Variable in class edu.jas.ring.SolvableGroebnerBaseTest
 
beIdle() - Method in class edu.jas.util.Terminator
 
BigComplex - Class in edu.jas.arith
BigComplex class based on BigRational implementing the Coefficient interface and with the familiar SAC method names.
BigComplex(BigRational, BigRational) - Constructor for class edu.jas.arith.BigComplex
The constructors create a BigComplex object from two BigRational objects real and imaginary part.
BigComplex(BigRational) - Constructor for class edu.jas.arith.BigComplex
 
BigComplex(int) - Constructor for class edu.jas.arith.BigComplex
 
BigComplex() - Constructor for class edu.jas.arith.BigComplex
 
BigComplex(String) - Constructor for class edu.jas.arith.BigComplex
 
BigComplexTest - Class in edu.jas.arith
BigComplex Test using JUnit
BigComplexTest(String) - Constructor for class edu.jas.arith.BigComplexTest
Constructs a BigComplexTest object.
BigInteger - Class in edu.jas.arith
BigInteger class to make java.math.BigInteger available with Coefficient interface and with the familiar SAC method names.
BigInteger(BigInteger) - Constructor for class edu.jas.arith.BigInteger
Constructors for BigInteger
BigInteger(long) - Constructor for class edu.jas.arith.BigInteger
 
BigInteger(String) - Constructor for class edu.jas.arith.BigInteger
 
BigInteger() - Constructor for class edu.jas.arith.BigInteger
 
BigIntegerTest - Class in edu.jas.arith
BigInteger Test using JUnit
BigIntegerTest(String) - Constructor for class edu.jas.arith.BigIntegerTest
Constructs a BigIntegerTest object.
BigQuaternion - Class in edu.jas.arith
BigQuaternion class based on BigRational implementing the Coefficient interface and with the familiar SAC method names.
BigQuaternion(BigRational, BigRational, BigRational, BigRational) - Constructor for class edu.jas.arith.BigQuaternion
The constructors create a BigQuaternion object from two BigRational objects real and imaginary parts.
BigQuaternion(BigRational, BigRational, BigRational) - Constructor for class edu.jas.arith.BigQuaternion
 
BigQuaternion(BigRational, BigRational) - Constructor for class edu.jas.arith.BigQuaternion
 
BigQuaternion(BigRational) - Constructor for class edu.jas.arith.BigQuaternion
 
BigQuaternion(int) - Constructor for class edu.jas.arith.BigQuaternion
 
BigQuaternion() - Constructor for class edu.jas.arith.BigQuaternion
 
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"
BigQuaternionTest - Class in edu.jas.arith
BigQuaternion Test using JUnit
BigQuaternionTest(String) - Constructor for class edu.jas.arith.BigQuaternionTest
Constructs a BigQuaternionTest object.
BigRational - Class in edu.jas.arith
BigRational class based on BigInteger implementing the Coefficient interface and with the familiar SAC method names.
BigRational(BigInteger, BigInteger) - Constructor for class edu.jas.arith.BigRational
Constructors for BigRational
BigRational(BigInteger) - Constructor for class edu.jas.arith.BigRational
 
BigRational(long, long) - Constructor for class edu.jas.arith.BigRational
 
BigRational(long) - Constructor for class edu.jas.arith.BigRational
 
BigRational() - Constructor for class edu.jas.arith.BigRational
 
BigRational(String) - Constructor for class edu.jas.arith.BigRational
 
BigRationalTest - Class in edu.jas.arith
BigRational Test using JUnit
BigRationalTest(String) - Constructor for class edu.jas.arith.BigRationalTest
Constructs a BigRationalTest object.
broadcast(Object) - Method in class edu.jas.util.Broadcaster
 
broadcast(Object) - Method in class edu.jas.util.DHTBroadcaster
 
Broadcaster - Class in edu.jas.util
Thread for broadcasting all incoming objects to the list clients
Broadcaster(SocketChannel, List, Counter, SortedMap) - Constructor for class edu.jas.util.Broadcaster
 

C

c - Variable in class edu.jas.arith.BigComplexTest
 
c - Variable in class edu.jas.arith.BigIntegerTest
 
c - Variable in class edu.jas.arith.BigQuaternionTest
 
c - Variable in class edu.jas.arith.BigRationalTest
 
c - Variable in class edu.jas.arith.CoefficientTest
 
c - Variable in class edu.jas.module.ModGroebnerBaseTest
 
c - Variable in class edu.jas.module.ModSolvableGroebnerBaseTest
 
c - Variable in class edu.jas.module.ModuleListTest
 
c - Variable in class edu.jas.module.SolvableSyzygyTest
 
c - Variable in class edu.jas.module.SyzygyTest
 
c - Variable in class edu.jas.poly.ComplexMapPolynomialTest
 
c - Variable in class edu.jas.poly.ComplexOrderedMapPolynomialTest
 
c - Variable in class edu.jas.poly.ComplexSolvableOrderedMapPolynomialTest
 
c - Variable in class edu.jas.poly.ExpVectorTest
 
c - Variable in class edu.jas.poly.IntOrderedMapPolynomialTest
 
c - Variable in class edu.jas.poly.IntSolvableOrderedMapPolynomialTest
 
c - Variable in class edu.jas.poly.QuatMapPolynomialTest
 
c - Variable in class edu.jas.poly.QuatOrderedMapPolynomialTest
 
c - Variable in class edu.jas.poly.QuatSolvableOrderedMapPolynomialTest
 
c - Variable in class edu.jas.poly.RatMapPolynomialTest
 
c - Variable in class edu.jas.poly.RatOrderedMapPolynomialTest
 
c - Variable in class edu.jas.poly.RatSolvableOrderedMapPolynomialTest
 
c - Variable in class edu.jas.poly.TermOrderTest
 
c - Variable in class edu.jas.ring.GroebnerBasePSTent
 
c - Variable in class edu.jas.ring.GroebnerBaseTest
 
c - Variable in class edu.jas.ring.ReductionSolvableTest
 
c - Variable in class edu.jas.ring.ReductionTest
 
c - Variable in class edu.jas.ring.SolvableGroebnerBaseTest
 
CABS(BigComplex) - Static method in class edu.jas.arith.BigComplex
Complex number absolute value.
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.
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
 
channel - Variable in class edu.jas.util.DistHashTable
 
channel - Variable in class edu.jas.util.DistributedList
 
channel - Variable in class edu.jas.util.Executor
 
channels - Variable in class edu.jas.util.ExecutableChannels
 
CINV(BigComplex) - Static method in class edu.jas.arith.BigComplex
Complex number inverse.
clear() - Method in class edu.jas.util.DistHashTable
Clear the List caveat: must be called on all clients
clear() - Method in class edu.jas.util.DistributedList
Clear the List caveat: must be called on all clients
Clients - Class in edu.jas.ring
Unit Test client to be executed by test threads.
Clients(String, int) - Constructor for class edu.jas.ring.Clients
 
ClientsPS - Class in edu.jas.ring
 
ClientsPS(String, int) - Constructor for class edu.jas.ring.ClientsPS
 
clone() - Method in class edu.jas.poly.ComplexMapPolynomial
 
clone() - Method in class edu.jas.poly.ComplexOrderedMapPolynomial
 
clone() - Method in class edu.jas.poly.ComplexSolvableOrderedMapPolynomial
 
clone() - Method in class edu.jas.poly.ExpVector
 
clone() - Method in class edu.jas.poly.IntOrderedMapPolynomial
 
clone() - Method in class edu.jas.poly.IntSolvableOrderedMapPolynomial
 
clone() - Method in class edu.jas.poly.MapPolynomial
 
clone() - Method in class edu.jas.poly.OrderedMapPolynomial
 
clone() - Method in class edu.jas.poly.QuatMapPolynomial
 
clone() - Method in class edu.jas.poly.QuatOrderedMapPolynomial
 
clone() - Method in class edu.jas.poly.QuatSolvableOrderedMapPolynomial
 
clone() - Method in class edu.jas.poly.RatMapPolynomial
 
clone() - Method in class edu.jas.poly.RatOrderedMapPolynomial
 
clone() - Method in class edu.jas.poly.RatSolvableOrderedMapPolynomial
 
close() - Method in class edu.jas.util.ExecutableChannels
close all channels and ChannelFactory
closeChannel() - Method in class edu.jas.util.Broadcaster
 
closeChannel() - Method in class edu.jas.util.DHTBroadcaster
 
CNEG(BigComplex) - Static method in class edu.jas.arith.BigComplex
Complex number negative.
coeff - Variable in class edu.jas.module.ModuleList
 
coeff - Variable in class edu.jas.poly.PolynomialList
 
Coefficient - Interface in edu.jas.arith
Coefficient interface for use with the polynomial classes.
CoefficientTest - Class in edu.jas.arith
Coefficient Test using JUnit
CoefficientTest(String) - Constructor for class edu.jas.arith.CoefficientTest
Constructs a CoefficientTest object.
compareTo(Object) - Method in class edu.jas.arith.BigComplex
since complex numbers are unordered, there is no compareTo method.
compareTo(Object) - Method in class edu.jas.arith.BigInteger
 
compareTo(Object) - Method in class edu.jas.arith.BigQuaternion
since quaternion numbers are unordered, there is no compareTo method.
compareTo(Object) - Method in class edu.jas.arith.BigRational
Rational number comparison.
compareTo(Object) - Method in interface edu.jas.arith.Coefficient
 
compareTo(Object) - Method in class edu.jas.ring.Pair
compareTo used in TreeMap
compareTo(Object) - Method in class edu.jas.util.Counter
 
compareTo(Object) - Method in class edu.jas.util.DHTCounter
 
ComplexMapPolynomial - Class in edu.jas.poly
BigComplex Map Polynomial.
ComplexMapPolynomial() - Constructor for class edu.jas.poly.ComplexMapPolynomial
Constructors for ComplexMapPolynomial
ComplexMapPolynomial(int) - Constructor for class edu.jas.poly.ComplexMapPolynomial
 
ComplexMapPolynomial(Map) - Constructor for class edu.jas.poly.ComplexMapPolynomial
 
ComplexMapPolynomial(String[]) - Constructor for class edu.jas.poly.ComplexMapPolynomial
 
ComplexMapPolynomial(Coefficient, ExpVector) - Constructor for class edu.jas.poly.ComplexMapPolynomial
 
ComplexMapPolynomialTest - Class in edu.jas.poly
ComplexMapPolynomial Test using JUnit
ComplexMapPolynomialTest(String) - Constructor for class edu.jas.poly.ComplexMapPolynomialTest
Constructs a ComplexMapPolynomialTest object.
ComplexOrderedMapPolynomial - Class in edu.jas.poly
BigComplex Ordered Map Polynomial.
ComplexOrderedMapPolynomial() - Constructor for class edu.jas.poly.ComplexOrderedMapPolynomial
Constructors for ComplexOrderedMapPolynomial
ComplexOrderedMapPolynomial(int) - Constructor for class edu.jas.poly.ComplexOrderedMapPolynomial
 
ComplexOrderedMapPolynomial(Map) - Constructor for class edu.jas.poly.ComplexOrderedMapPolynomial
 
ComplexOrderedMapPolynomial(String[]) - Constructor for class edu.jas.poly.ComplexOrderedMapPolynomial
 
ComplexOrderedMapPolynomial(Coefficient, ExpVector) - Constructor for class edu.jas.poly.ComplexOrderedMapPolynomial
 
ComplexOrderedMapPolynomial(TermOrder) - Constructor for class edu.jas.poly.ComplexOrderedMapPolynomial
 
ComplexOrderedMapPolynomial(TermOrder, Map) - Constructor for class edu.jas.poly.ComplexOrderedMapPolynomial
 
ComplexOrderedMapPolynomial(OrderedPolynomial) - Constructor for class edu.jas.poly.ComplexOrderedMapPolynomial
 
ComplexOrderedMapPolynomial(UnorderedPolynomial) - Constructor for class edu.jas.poly.ComplexOrderedMapPolynomial
 
ComplexOrderedMapPolynomial(TermOrder, UnorderedPolynomial) - Constructor for class edu.jas.poly.ComplexOrderedMapPolynomial
 
ComplexOrderedMapPolynomial(TermOrder, OrderedPolynomial) - Constructor for class edu.jas.poly.ComplexOrderedMapPolynomial
 
ComplexOrderedMapPolynomialTest - Class in edu.jas.poly
ComplexOrderedMapPolynomial Test using JUnit
ComplexOrderedMapPolynomialTest(String) - Constructor for class edu.jas.poly.ComplexOrderedMapPolynomialTest
Constructs a ComplexOrderedMapPolynomialTest object.
ComplexSolvableOrderedMapPolynomial - Class in edu.jas.poly
BigComplex Solvable Ordered Map Polynomial.
ComplexSolvableOrderedMapPolynomial(RelationTable) - Constructor for class edu.jas.poly.ComplexSolvableOrderedMapPolynomial
Constructors for ComplexSolvableOrderedMapPolynomial
ComplexSolvableOrderedMapPolynomial(RelationTable, int) - Constructor for class edu.jas.poly.ComplexSolvableOrderedMapPolynomial
 
ComplexSolvableOrderedMapPolynomial(RelationTable, Map) - Constructor for class edu.jas.poly.ComplexSolvableOrderedMapPolynomial
 
ComplexSolvableOrderedMapPolynomial(RelationTable, String[]) - Constructor for class edu.jas.poly.ComplexSolvableOrderedMapPolynomial
 
ComplexSolvableOrderedMapPolynomial(RelationTable, Coefficient, ExpVector) - Constructor for class edu.jas.poly.ComplexSolvableOrderedMapPolynomial
 
ComplexSolvableOrderedMapPolynomial(RelationTable, TermOrder) - Constructor for class edu.jas.poly.ComplexSolvableOrderedMapPolynomial
 
ComplexSolvableOrderedMapPolynomial(RelationTable, TermOrder, Map) - Constructor for class edu.jas.poly.ComplexSolvableOrderedMapPolynomial
 
ComplexSolvableOrderedMapPolynomial(RelationTable, OrderedPolynomial) - Constructor for class edu.jas.poly.ComplexSolvableOrderedMapPolynomial
 
ComplexSolvableOrderedMapPolynomial(RelationTable, UnorderedPolynomial) - Constructor for class edu.jas.poly.ComplexSolvableOrderedMapPolynomial
 
ComplexSolvableOrderedMapPolynomial(RelationTable, TermOrder, UnorderedPolynomial) - Constructor for class edu.jas.poly.ComplexSolvableOrderedMapPolynomial
 
ComplexSolvableOrderedMapPolynomial(RelationTable, TermOrder, OrderedPolynomial) - Constructor for class edu.jas.poly.ComplexSolvableOrderedMapPolynomial
 
ComplexSolvableOrderedMapPolynomialTest - Class in edu.jas.poly
ComplexSolvableOrderedMapPolynomial Test using JUnit
ComplexSolvableOrderedMapPolynomialTest(String) - Constructor for class edu.jas.poly.ComplexSolvableOrderedMapPolynomialTest
Constructs a ComplexSolvableOrderedMapPolynomialTest object.
conjugate() - Method in class edu.jas.arith.BigComplex
arithmetic operations: conjugate, absolut value
conjugate() - Method in class edu.jas.arith.BigQuaternion
arithmetic operations: conjugate, absolut value
contract(int, int) - Method in class edu.jas.poly.ExpVector
 
contract(int) - Method in class edu.jas.poly.OrderedMapPolynomial
Contract variables.
contract(int) - Method in class edu.jas.poly.RelationTable
Contract variables.
contract(int, RelationTable) - Method in class edu.jas.poly.SolvableOrderedMapPolynomial
Contract variables.
Counter - Class in edu.jas.util
Class for holding the list index used a key in TreeMap.
Counter() - Constructor for class edu.jas.util.Counter
 
Counter(int) - Constructor for class edu.jas.util.Counter
 
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.
CSUM(BigComplex, BigComplex) - Static method in class edu.jas.arith.BigComplex
Complex number sum.

D

d - Variable in class edu.jas.arith.BigComplexTest
 
d - Variable in class edu.jas.arith.BigIntegerTest
 
d - Variable in class edu.jas.arith.BigQuaternionTest
 
d - Variable in class edu.jas.arith.BigRationalTest
 
d - Variable in class edu.jas.arith.CoefficientTest
 
d - Variable in class edu.jas.module.ModGroebnerBaseTest
 
d - Variable in class edu.jas.module.ModSolvableGroebnerBaseTest
 
d - Variable in class edu.jas.module.ModuleListTest
 
d - Variable in class edu.jas.module.SolvableSyzygyTest
 
d - Variable in class edu.jas.module.SyzygyTest
 
d - Variable in class edu.jas.poly.ComplexMapPolynomialTest
 
d - Variable in class edu.jas.poly.ComplexOrderedMapPolynomialTest
 
d - Variable in class edu.jas.poly.ComplexSolvableOrderedMapPolynomialTest
 
d - Variable in class edu.jas.poly.ExpVectorTest
 
d - Variable in class edu.jas.poly.IntOrderedMapPolynomialTest
 
d - Variable in class edu.jas.poly.IntSolvableOrderedMapPolynomialTest
 
d - Variable in class edu.jas.poly.QuatMapPolynomialTest
 
d - Variable in class edu.jas.poly.QuatOrderedMapPolynomialTest
 
d - Variable in class edu.jas.poly.QuatSolvableOrderedMapPolynomialTest
 
d - Variable in class edu.jas.poly.RatMapPolynomialTest
 
d - Variable in class edu.jas.poly.RatOrderedMapPolynomialTest
 
d - Variable in class edu.jas.poly.RatSolvableOrderedMapPolynomialTest
 
d - Variable in class edu.jas.poly.TermOrderTest
 
d - Variable in class edu.jas.ring.GroebnerBasePSTent
 
d - Variable in class edu.jas.ring.GroebnerBaseTest
 
d - Variable in class edu.jas.ring.ReductionSolvableTest
 
d - Variable in class edu.jas.ring.ReductionTest
 
d - Variable in class edu.jas.ring.SolvableGroebnerBaseTest
 
Datei - Class in edu.jas.util
Klasse zur Ausgabe in Dateien
Datei(String, boolean) - Constructor for class edu.jas.util.Datei
 
Datei(String) - Constructor for class edu.jas.util.Datei
 
DEFAULT_EVORD - Static variable in class edu.jas.poly.TermOrder
 
DEFAULT_PORT - Static variable in class edu.jas.util.DistHashTableServer
 
DEFAULT_PORT - Static variable in class edu.jas.util.DistributedListServer
 
DEFAULT_PORT - Variable in class edu.jas.util.ExecutableChannels
 
DEFAULT_PORT - Static variable in class edu.jas.util.ExecutableServer
DEFAULT_PORT to listen to
DEFAULT_SIZE - Static variable in class edu.jas.util.ThreadPool
 
denominator() - Method in class edu.jas.arith.BigRational
 
dependencyOnVariables() - Method in class edu.jas.poly.ExpVector
 
DHTBroadcaster - Class in edu.jas.util
Thread for broadcasting all incoming objects to the list clients
DHTBroadcaster(SocketChannel, List, DHTCounter, SortedMap) - Constructor for class edu.jas.util.DHTBroadcaster
 
DHTCounter - Class in edu.jas.util
Class for holding the list index used a key in TreeMap.
DHTCounter() - Constructor for class edu.jas.util.DHTCounter
 
DHTCounter(int) - Constructor for class edu.jas.util.DHTCounter
 
DHTListener - Class in edu.jas.util
Thread to comunicate with the list server.
DHTListener(SocketChannel, SortedMap) - Constructor for class edu.jas.util.DHTListener
 
DHTTransport - Class in edu.jas.util
Transport Container for Distributed version of a HashTable.
DHTTransport(Object, Object) - Constructor for class edu.jas.util.DHTTransport
Constructs a new DHTTransport Container
DICRAS(int, int, int, int, float) - Static method in class edu.jas.poly.ComplexMapPolynomial
Random polynomial.
DICRAS(int, int, int, int, float) - Static method in class edu.jas.poly.ComplexOrderedMapPolynomial
Random polynomial.
DICRAS(RelationTable, int, int, int, int, float) - Static method in class edu.jas.poly.ComplexSolvableOrderedMapPolynomial
Random polynomial.
dif(ExpVector) - Method in class edu.jas.poly.ExpVector
 
DIGBMI(List) - Static method in class edu.jas.ring.GroebnerBase
Minimal ordered groebner basis.
DIGBMI(List, ThreadPool) - Static method in class edu.jas.ring.GroebnerBaseDistributed
Minimal ordered groebner basis, distributed.
DIGBMI(List, ThreadPool) - Static method in class edu.jas.ring.GroebnerBaseDistributedPS
Minimal ordered groebner basis, distributed.
DIGBMI(List, ThreadPool) - Static method in class edu.jas.ring.GroebnerBaseParallel
Minimal ordered groebner basis, parallel.
DIGBMI(List, ThreadPool) - Static method in class edu.jas.ring.GroebnerBaseParallelPS
Minimal ordered groebner basis, parallel.
DIGBMI(List) - Static method in class edu.jas.ring.GroebnerBasePS
Minimal ordered groebner basis.
DIGBMIServer(List, ThreadPool) - Static method in class edu.jas.ring.GroebnerBaseDistributed
 
DIGBMIServer(List, ThreadPool) - Static method in class edu.jas.ring.GroebnerBaseDistributedPS
 
DIIRAS(int, int, int, int, float) - Static method in class edu.jas.poly.IntOrderedMapPolynomial
 
DIIRAS(RelationTable, int, int, int, int, float) - Static method in class edu.jas.poly.IntSolvableOrderedMapPolynomial
Random polynomial.
DIPDIF(UnorderedPolynomial, UnorderedPolynomial) - Static method in class edu.jas.poly.MapPolynomial
 
DIPDIF(OrderedPolynomial, OrderedPolynomial) - Static method in class edu.jas.poly.OrderedMapPolynomial
 
DIPLBC(OrderedPolynomial) - Static method in class edu.jas.poly.OrderedMapPolynomial
 
DIPLEV(OrderedPolynomial) - Static method in class edu.jas.poly.OrderedMapPolynomial
 
DIPLM(OrderedPolynomial) - Static method in class edu.jas.poly.OrderedMapPolynomial
 
DIPNEG(UnorderedPolynomial) - Static method in class edu.jas.poly.MapPolynomial
 
DIPNEG(OrderedPolynomial) - Static method in class edu.jas.poly.OrderedMapPolynomial
 
DIPNOV(UnorderedPolynomial) - Static method in class edu.jas.poly.MapPolynomial
 
DIPNOV(OrderedPolynomial) - Static method in class edu.jas.poly.OrderedMapPolynomial
 
DIPONE(UnorderedPolynomial) - Static method in class edu.jas.poly.MapPolynomial
 
DIPONE(OrderedPolynomial) - Static method in class edu.jas.poly.OrderedMapPolynomial
 
DIPPR(UnorderedPolynomial, UnorderedPolynomial) - Static method in class edu.jas.poly.MapPolynomial
 
DIPPR(OrderedPolynomial, OrderedPolynomial) - Static method in class edu.jas.poly.OrderedMapPolynomial
 
DIPRP(UnorderedPolynomial, Coefficient) - Static method in class edu.jas.poly.MapPolynomial
 
DIPRP(UnorderedPolynomial, Coefficient, ExpVector) - Static method in class edu.jas.poly.MapPolynomial
 
DIPRP(UnorderedPolynomial, Map.Entry) - Static method in class edu.jas.poly.MapPolynomial
 
DIPRP(OrderedPolynomial, Coefficient) - Static method in class edu.jas.poly.OrderedMapPolynomial
 
DIPRP(OrderedPolynomial, Coefficient, ExpVector) - Static method in class edu.jas.poly.OrderedMapPolynomial
 
DIPRP(OrderedPolynomial, Map.Entry) - Static method in class edu.jas.poly.OrderedMapPolynomial
 
DIPSUM(UnorderedPolynomial, UnorderedPolynomial) - Static method in class edu.jas.poly.MapPolynomial
 
DIPSUM(OrderedPolynomial, OrderedPolynomial) - Static method in class edu.jas.poly.OrderedMapPolynomial
 
DIPZERO(UnorderedPolynomial) - Static method in class edu.jas.poly.MapPolynomial
 
DIPZERO(OrderedPolynomial) - Static method in class edu.jas.poly.OrderedMapPolynomial
 
DIQRAS(int, int, int, int, float) - Static method in class edu.jas.poly.QuatMapPolynomial
Random polynomial.
DIQRAS(int, int, int, int, float) - Static method in class edu.jas.poly.QuatOrderedMapPolynomial
Random polynomial.
DIQRAS(RelationTable, int, int, int, int, float) - Static method in class edu.jas.poly.QuatSolvableOrderedMapPolynomial
Random polynomial.
DIRPGB(List) - Static method in class edu.jas.ring.GroebnerBase
Groebner base using pairlist class.
DIRPGB(int, List) - Static method in class edu.jas.ring.GroebnerBase
 
DIRPGB(List, int) - Static method in class edu.jas.ring.GroebnerBaseDistributed
Distributed Groebner base using pairlist class.
DIRPGB(List, int) - Static method in class edu.jas.ring.GroebnerBaseDistributedPS
Distributed Groebner base using pairlist class.
DIRPGB(List, int) - Static method in class edu.jas.ring.GroebnerBaseParallel
Parallel Groebner base using pairlist class.
DIRPGB(List, int) - Static method in class edu.jas.ring.GroebnerBaseParallelPS
Parallel Groebner base using pairlist class.
DIRPGB(List) - Static method in class edu.jas.ring.GroebnerBasePS
Groebner base using pairlist class.
DIRPGBClient(String, int) - Static method in class edu.jas.ring.GroebnerBaseDistributed
GB distributed client
DIRPGBClient(String, int) - Static method in class edu.jas.ring.GroebnerBaseDistributedPS
GB distributed client
DIRPGBServer(List, int, int) - Static method in class edu.jas.ring.GroebnerBaseDistributed
GB distributed server
DIRPGBServer(List, int, int) - Static method in class edu.jas.ring.GroebnerBaseDistributedPS
GB distributed server
DIRRAS(int, int, int, int, float) - Static method in class edu.jas.poly.RatMapPolynomial
Random polynomial.
DIRRAS(int, int, int, int, float) - Static method in class edu.jas.poly.RatOrderedMapPolynomial
Random polynomial.
DIRRAS(RelationTable, int, int, int, int, float) - Static method in class edu.jas.poly.RatSolvableOrderedMapPolynomial
Random polynomial.
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(ChannelFactory, String, int) - Constructor for class edu.jas.util.DistHashTable
 
DistHashTable(SocketChannel) - Constructor for class edu.jas.util.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(ChannelFactory) - Constructor for class edu.jas.util.DistHashTableServer
 
DistHashTableTest - Class in edu.jas.util
DistHashTable Test using JUnit
DistHashTableTest(String) - Constructor for class edu.jas.util.DistHashTableTest
Constructs a DistHashTableTest object.
DistributedList - Class in edu.jas.util
Distributed version of a List.
DistributedList(String) - Constructor for class edu.jas.util.DistributedList
Constructs a new DistributedList
DistributedList(String, int) - Constructor for class edu.jas.util.DistributedList
 
DistributedList(ChannelFactory, String, int) - Constructor for class edu.jas.util.DistributedList
 
DistributedList(SocketChannel) - Constructor for class edu.jas.util.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(ChannelFactory) - Constructor for class edu.jas.util.DistributedListServer
 
DistributedListTest - Class in edu.jas.util
DistributedList Test using JUnit
DistributedListTest(String) - Constructor for class edu.jas.util.DistributedListTest
Constructs a DistributedListTest object.
divide(Coefficient) - Method in class edu.jas.arith.BigComplex
 
divide(Coefficient) - Method in class edu.jas.arith.BigInteger
 
divide(Coefficient) - Method in class edu.jas.arith.BigQuaternion
 
divide(Coefficient) - Method in class edu.jas.arith.BigRational
Rational number quotient.
divide(BigRational) - Method in class edu.jas.arith.BigRational
 
divide(Coefficient) - Method in interface edu.jas.arith.Coefficient
 
divideAndRemainder(Coefficient) - Method in class edu.jas.arith.BigInteger
 
DONE - Static variable in class edu.jas.util.ExecutableServer
 
done() - Method in class edu.jas.util.Terminator
 
dummy - Variable in class edu.jas.module.ModSolvableGroebnerBaseTest
 
dummy - Variable in class edu.jas.module.SolvableSyzygyTest
 
dummy - Variable in class edu.jas.poly.ComplexSolvableOrderedMapPolynomialTest
 
dummy - Variable in class edu.jas.poly.IntSolvableOrderedMapPolynomialTest
 
dummy - Variable in class edu.jas.poly.QuatSolvableOrderedMapPolynomialTest
 
dummy - Variable in class edu.jas.poly.RatSolvableOrderedMapPolynomialTest
 
dummy - Variable in class edu.jas.ring.ReductionSolvableTest
 
dummy - Variable in class edu.jas.ring.SolvableGroebnerBaseTest
 

E

e - Variable in class edu.jas.arith.BigQuaternionTest
 
e - Variable in class edu.jas.arith.CoefficientTest
 
e - Variable in class edu.jas.module.ModGroebnerBaseTest
 
e - Variable in class edu.jas.module.ModSolvableGroebnerBaseTest
 
e - Variable in class edu.jas.module.ModuleListTest
 
e - Variable in class edu.jas.module.SolvableSyzygyTest
 
e - Variable in class edu.jas.module.SyzygyTest
 
e - Variable in class edu.jas.poly.ComplexMapPolynomialTest
 
e - Variable in class edu.jas.poly.ComplexOrderedMapPolynomialTest
 
e - Variable in class edu.jas.poly.ComplexSolvableOrderedMapPolynomialTest
 
e - Variable in class edu.jas.poly.IntOrderedMapPolynomialTest
 
e - Variable in class edu.jas.poly.IntSolvableOrderedMapPolynomialTest
 
e - Variable in class edu.jas.poly.QuatMapPolynomialTest
 
e - Variable in class edu.jas.poly.QuatOrderedMapPolynomialTest
 
e - Variable in class edu.jas.poly.QuatSolvableOrderedMapPolynomialTest
 
e - Variable in class edu.jas.poly.RatMapPolynomialTest
 
e - Variable in class edu.jas.poly.RatOrderedMapPolynomialTest
 
e - Variable in class edu.jas.poly.RatSolvableOrderedMapPolynomialTest
 
e - Variable in class edu.jas.poly.TableRelation
 
e - Variable in class edu.jas.ring.GroebnerBasePSTent
 
e - Variable in class edu.jas.ring.GroebnerBaseTest
 
e - Variable in class edu.jas.ring.ReductionSolvableTest
 
e - Variable in class edu.jas.ring.ReductionTest
 
e - Variable in class edu.jas.ring.SolvableGroebnerBaseTest
 
edu.jas.arith - package edu.jas.arith
 
edu.jas.module - package edu.jas.module
 
edu.jas.poly - package edu.jas.poly
 
edu.jas.ring - package edu.jas.ring
 
edu.jas.util - package edu.jas.util
 
el - Variable in class edu.jas.module.ModGroebnerBaseTest
 
el - Variable in class edu.jas.module.ModSolvableGroebnerBaseTest
 
el - Variable in class edu.jas.module.ModuleListTest
 
el - Variable in class edu.jas.module.SolvableSyzygyTest
 
el - Variable in class edu.jas.module.SyzygyTest
 
el - Variable in class edu.jas.poly.ComplexMapPolynomialTest
 
el - Variable in class edu.jas.poly.ComplexOrderedMapPolynomialTest
 
el - Variable in class edu.jas.poly.ComplexSolvableOrderedMapPolynomialTest
 
el - Variable in class edu.jas.poly.IntOrderedMapPolynomialTest
 
el - Variable in class edu.jas.poly.IntSolvableOrderedMapPolynomialTest
 
el - Variable in class edu.jas.poly.QuatMapPolynomialTest
 
el - Variable in class edu.jas.poly.QuatOrderedMapPolynomialTest
 
el - Variable in class edu.jas.poly.QuatSolvableOrderedMapPolynomialTest
 
el - Variable in class edu.jas.poly.RatMapPolynomialTest
 
el - Variable in class edu.jas.poly.RatOrderedMapPolynomialTest
 
el - Variable in class edu.jas.poly.RatSolvableOrderedMapPolynomialTest
 
el - Variable in class edu.jas.ring.GroebnerBasePSTent
 
el - Variable in class edu.jas.ring.GroebnerBaseTest
 
el - Variable in class edu.jas.ring.ReductionSolvableTest
 
el - Variable in class edu.jas.ring.ReductionTest
 
el - Variable in class edu.jas.ring.SolvableGroebnerBaseTest
 
el - Variable in class edu.jas.util.DistHashTableTest
 
el - Variable in class edu.jas.util.DistributedListTest
 
equals(Object) - Method in class edu.jas.arith.BigComplex
comparison of two BigComplex numbers
equals(Object) - Method in class edu.jas.arith.BigInteger
 
equals(Object) - Method in class edu.jas.arith.BigQuaternion
comparison of two BigQuaternion numbers
equals(Object) - Method in class edu.jas.arith.BigRational
 
equals(Object) - Method in class edu.jas.module.ModuleList
equals from Object.
equals(Object) - Method in class edu.jas.module.OrderedModuleList
equals from Object.
equals(Object) - Method in class edu.jas.poly.ExpVector
 
equals(Object) - Method in class edu.jas.poly.ExpVectorPair
 
equals(ExpVectorPair) - Method in class edu.jas.poly.ExpVectorPair
 
equals(Object) - Method in class edu.jas.poly.MapPolynomial
 
equals(Object) - Method in class edu.jas.poly.OrderedMapPolynomial
 
equals(Object) - Method in interface edu.jas.poly.OrderedPolynomial
 
equals(Object) - Method in class edu.jas.poly.OrderedPolynomialList
equals from Object.
equals(Object) - Method in class edu.jas.poly.PolynomialList
equals from Object.
equals(Object) - Method in class edu.jas.poly.TermOrder
 
equals(Object) - Method in interface edu.jas.poly.UnorderedPolynomial
 
EVCOMP(int, ExpVector, ExpVector) - Static method in class edu.jas.poly.ExpVector
Compare.
EVCOMP(int, ExpVector, ExpVector, int, int) - Static method in class edu.jas.poly.ExpVector
Compare part.
EVDIF(ExpVector, ExpVector) - Static method in class edu.jas.poly.ExpVector
Difference.
EVDOV(ExpVector) - Static method in class edu.jas.poly.ExpVector
Dependency on variables.
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
Least common multiple.
EVMT(ExpVector, ExpVector) - Static method in class edu.jas.poly.ExpVector
Multiple test.
EVRAND(int, int, float) - Static method in class edu.jas.poly.ExpVector
Random.
EVRAND(int, int) - Static method in class edu.jas.poly.ExpVector
 
EVSIGN(ExpVector) - Static method in class edu.jas.poly.ExpVector
Sign.
EVSU(ExpVector, int, long) - Static method in class edu.jas.poly.ExpVector
Substitute.
EVSUM(ExpVector, ExpVector) - Static method in class edu.jas.poly.ExpVector
Sum.
EVTDEG(ExpVector) - Static method in class edu.jas.poly.ExpVector
Total degree.
EVWDEG(long[], ExpVector) - Static method in class edu.jas.poly.ExpVector
Weighted degree.
Executable - Class in edu.jas.util
Unit Test Class which implements interface RemoteExecutable.
Executable(String) - Constructor for class edu.jas.util.Executable
 
ExecutableChannels - Class in edu.jas.util
Class ExecutableChannels used to receive and execute classes
ExecutableChannels() - Constructor for class edu.jas.util.ExecutableChannels
 
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 Test using JUnit
ExecutableChannelsTest(String) - Constructor for class edu.jas.util.ExecutableChannelsTest
Constructs a ExecutableChannelsTest object.
ExecutableServer - Class in edu.jas.util
Class ExecutableServer used to receive and execute classes
ExecutableServer() - Constructor for class edu.jas.util.ExecutableServer
 
ExecutableServer(int) - Constructor for class edu.jas.util.ExecutableServer
 
ExecutableServer(ChannelFactory) - Constructor for class edu.jas.util.ExecutableServer
 
ExecutableServerTest - Class in edu.jas.util
ExecutableServer Test using JUnit
ExecutableServerTest(String) - Constructor for class edu.jas.util.ExecutableServerTest
Constructs a ExecutableServerTest object.
execute(List, int, String, int) - Method in class edu.jas.ring.GBDist
Execute a distributed GB example.
execute(List, int, String, int) - Method in class edu.jas.ring.GBDistPS
Execute a distributed GB example.
Executor - Class in edu.jas.util
class for executing incoming objects
Executor(SocketChannel, List) - Constructor for class edu.jas.util.Executor
 
ExpVector - Class in edu.jas.poly
ExpVector implements exponent vectors for polynomials.
ExpVector(int) - Constructor for class edu.jas.poly.ExpVector
Constructors for ExpVector
ExpVector(int, int, long) - Constructor for class edu.jas.poly.ExpVector
 
ExpVector() - Constructor for class edu.jas.poly.ExpVector
 
ExpVector(long[]) - Constructor for class edu.jas.poly.ExpVector
 
ExpVector(String[]) - Constructor for class edu.jas.poly.ExpVector
 
ExpVector(String) - Constructor for class edu.jas.poly.ExpVector
 
ExpVectorPair - Class in edu.jas.poly
ExpVectorPair implements exponent vectors for polynomials.
ExpVectorPair(ExpVector, ExpVector) - Constructor for class edu.jas.poly.ExpVectorPair
Constructors for ExpVectorPair
ExpVectorTest - Class in edu.jas.poly
ExpVector Test using 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(int, int, long, String[]) - Method in class edu.jas.poly.OrderedMapPolynomial
Extend variables.
extend(int, String[]) - Method in class edu.jas.poly.RelationTable
Extend variables.
extend(int, int, long, String[], RelationTable) - Method in class edu.jas.poly.SolvableOrderedMapPolynomial
Extend variables.

F

F - Variable in class edu.jas.module.ModGroebnerBaseTest
 
F - Variable in class edu.jas.module.ModSolvableGroebnerBaseTest
 
F - Variable in class edu.jas.module.SolvableSyzygyTest
 
F - Variable in class edu.jas.module.SyzygyTest
 
f - Variable in class edu.jas.poly.QuatMapPolynomialTest
 
f - Variable in class edu.jas.poly.TableRelation
 
F - Variable in class edu.jas.ring.GroebnerBasePSTent
 
F - Variable in class edu.jas.ring.GroebnerBaseTest
 
F - Variable in class edu.jas.ring.ReductionSolvableTest
 
F - Variable in class edu.jas.ring.ReductionTest
 
F - Variable in class edu.jas.ring.SolvableGroebnerBaseTest
 
FastWorker - Class in edu.jas.util
Utility class for ThreadPool Test
FastWorker() - Constructor for class edu.jas.util.FastWorker
 
FIFO - Static variable in class edu.jas.util.StrategyEnumeration
 
fromInteger(BigInteger) - Method in class edu.jas.arith.BigComplex
 
fromInteger(long) - Method in class edu.jas.arith.BigComplex
 
fromInteger(BigInteger) - Method in class edu.jas.arith.BigInteger
 
fromInteger(long) - Method in class edu.jas.arith.BigInteger
 
fromInteger(BigInteger) - Method in class edu.jas.arith.BigQuaternion
 
fromInteger(long) - Method in class edu.jas.arith.BigQuaternion
 
fromInteger(BigInteger) - Method in class edu.jas.arith.BigRational
 
fromInteger(long) - Method in class edu.jas.arith.BigRational
 
fromInteger(BigInteger) - Method in interface edu.jas.arith.Coefficient
 
fromInteger(long) - Method in interface edu.jas.arith.Coefficient
 
fromString(String) - Static method in class edu.jas.poly.RatOrderedMapPolynomial
polynomial from string.

G

G - Variable in class edu.jas.module.ModGroebnerBaseTest
 
G - Variable in class edu.jas.module.ModSolvableGroebnerBaseTest
 
G - Variable in class edu.jas.module.SolvableSyzygyTest
 
G - Variable in class edu.jas.module.SyzygyTest
 
G - Variable in class edu.jas.ring.GroebnerBasePSTent
 
G - Variable in class edu.jas.ring.GroebnerBaseTest
 
G - Variable in class edu.jas.ring.ReductionSolvableTest
 
G - Variable in class edu.jas.ring.ReductionTest
 
G - Variable in class edu.jas.ring.SolvableGroebnerBaseTest
 
gaussReduce(List, List) - Static method in class edu.jas.module.ModSolvableGroebnerBase
Reduce a with b.
GB(int, List) - Static method in class edu.jas.module.ModGroebnerBase
Groebner base using pairlist class.
GB(ModuleList) - Static method in class edu.jas.module.ModGroebnerBase
 
GB - Variable in class edu.jas.module.ResPart
 
GB - Variable in class edu.jas.module.ResPolPart
 
GB - Variable in class edu.jas.module.SolvResPart
 
GB - Variable in class edu.jas.module.SolvResPolPart
 
GBClient - Class in edu.jas.ring
Objects of this class are to be send to a ExecutableServer
GBClient(String, int) - Constructor for class edu.jas.ring.GBClient
 
GBClientPS - Class in edu.jas.ring
Objects of this class are to be send to a ExecutableServer
GBClientPS(String, int) - Constructor for class edu.jas.ring.GBClientPS
 
GBCriterion3(int, int, ExpVector) - Method in class edu.jas.ring.OrderedPairlist
GB criterium 3.
GBCriterion3(int, int, ExpVector) - Method in class edu.jas.ring.OrderedPairlistPS
GB criterium 3.
GBCriterion4(OrderedPolynomial, OrderedPolynomial, ExpVector) - Static method in class edu.jas.ring.Reduction
GB criterium 4.
GBCriterion4(OrderedPolynomial, OrderedPolynomial) - Static method in class edu.jas.ring.Reduction
GB criterium 4.
GBDist - Class in edu.jas.ring
Setup to run a distributed GB example.
GBDist() - Constructor for class edu.jas.ring.GBDist
 
GBDistPS - Class in edu.jas.ring
Setup to run a distributed GB example.
GBDistPS() - Constructor for class edu.jas.ring.GBDistPS
 
GBTransportMess - Class in edu.jas.ring
Distributed GB transport message.
GBTransportMess() - Constructor for class edu.jas.ring.GBTransportMess
 
GBTransportMessEnd - Class in edu.jas.ring
Distributed GB transport message for termination.
GBTransportMessEnd() - Constructor for class edu.jas.ring.GBTransportMessEnd
 
GBTransportMessPair - Class in edu.jas.ring
Distributed GB transport message for pairs.
GBTransportMessPair(Pair) - Constructor for class edu.jas.ring.GBTransportMessPair
 
GBTransportMessPairIndex - Class in edu.jas.ring
Distributed GB transport message for index pairs.
GBTransportMessPairIndex(Pair) - Constructor for class edu.jas.ring.GBTransportMessPairIndex
 
GBTransportMessPairIndex(int, int) - Constructor for class edu.jas.ring.GBTransportMessPairIndex
 
GBTransportMessPairIndex(Integer, Integer) - Constructor for class edu.jas.ring.GBTransportMessPairIndex
 
GBTransportMessPoly - Class in edu.jas.ring
Distributed GB transport message for polynomial.
GBTransportMessPoly(OrderedPolynomial) - Constructor for class edu.jas.ring.GBTransportMessPoly
 
GBTransportMessReq - Class in edu.jas.ring
Distributed GB transport message for requests.
GBTransportMessReq() - Constructor for class edu.jas.ring.GBTransportMessReq
 
gcd(Coefficient) - Method in class edu.jas.arith.BigInteger
 
generate(int, SolvablePolynomial) - Method in class edu.jas.poly.WeylRelations
 
generateUnivar(List) - Static method in class edu.jas.ring.SolvableGroebnerBase
Generate solvable polynomials in each variable.
generateUnivar(int, List) - Static method in class edu.jas.ring.SolvableGroebnerBase
 
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
 
getChannel(int) - Method in class edu.jas.util.ExecutableChannels
getChannel
getChannels() - Method in class edu.jas.util.ExecutableChannels
getChannels
getDescendComparator() - Method in class edu.jas.poly.TermOrder
 
getEvord() - Method in class edu.jas.poly.TermOrder
 
getEvord2() - Method in class edu.jas.poly.TermOrder
 
getFirst() - Method in class edu.jas.poly.ExpVectorPair
 
getIm() - Method in class edu.jas.arith.BigComplex
 
getIm() - Method in class edu.jas.arith.BigQuaternion
 
getJm() - Method in class edu.jas.arith.BigQuaternion
 
getJob() - Method in class edu.jas.util.ThreadPool
get a job for processing
getKm() - Method in class edu.jas.arith.BigQuaternion
 
getList() - Method in class edu.jas.ring.OrderedPairlist
Get the list of polynomials
getList() - Method in class edu.jas.ring.OrderedPairlistPS
Get the list of polynomials
getList() - Method in class edu.jas.util.DistributedList
Get the internal list, convert from Collection
getMap() - Method in class edu.jas.poly.MapPolynomial
 
getMap() - Method in class edu.jas.poly.OrderedMapPolynomial
 
getMap() - Method in interface edu.jas.poly.OrderedPolynomial
 
getMap() - Method in interface edu.jas.poly.UnorderedPolynomial
 
getMasterHost() - Method in class edu.jas.util.ExecutableChannels
get master host
getMasterPort() - Method in class edu.jas.util.ExecutableChannels
get master port
getModuleList(int, PolynomialList) - Static method in class edu.jas.module.ModuleList
get ModuleList from PolynomialList.
getNF() - Method in class edu.jas.ring.GroebnerBaseDistributedPS.MiReducerClientPS
 
getNF() - Method in class edu.jas.ring.GroebnerBaseDistributedPS.MiReducerServerPS
 
getNF() - Method in class edu.jas.ring.GroebnerBaseParallel.MiReducer
 
getNF() - Method in class edu.jas.ring.GroebnerBaseParallelPS.MiReducerPS
 
getNF() - Method in class edu.jas.ring.MiReducerClient
 
getNF() - Method in class edu.jas.ring.MiReducerServer
 
getNumber() - Method in class edu.jas.util.ThreadPool
number of worker threads
getNumvar() - Method in class edu.jas.poly.RelationTable
 
getONE() - Method in class edu.jas.poly.ComplexMapPolynomial
 
getONE() - Method in class edu.jas.poly.ComplexOrderedMapPolynomial
 
getONE(TermOrder) - Method in class edu.jas.poly.ComplexOrderedMapPolynomial
 
getONE() - Method in class edu.jas.poly.ComplexSolvableOrderedMapPolynomial
 
getONE(TermOrder) - Method in class edu.jas.poly.ComplexSolvableOrderedMapPolynomial
 
getONE(RelationTable) - Method in class edu.jas.poly.ComplexSolvableOrderedMapPolynomial
 
getONE(RelationTable, TermOrder) - Method in class edu.jas.poly.ComplexSolvableOrderedMapPolynomial
 
getONE() - Method in class edu.jas.poly.IntOrderedMapPolynomial
 
getONE(TermOrder) - Method in class edu.jas.poly.IntOrderedMapPolynomial
 
getONE() - Method in class edu.jas.poly.IntSolvableOrderedMapPolynomial
 
getONE(TermOrder) - Method in class edu.jas.poly.IntSolvableOrderedMapPolynomial
 
getONE(RelationTable) - Method in class edu.jas.poly.IntSolvableOrderedMapPolynomial
 
getONE(RelationTable, TermOrder) - Method in class edu.jas.poly.IntSolvableOrderedMapPolynomial
 
getONE() - Method in class edu.jas.poly.MapPolynomial
 
getONE() - Method in class edu.jas.poly.OrderedMapPolynomial
 
getONE(TermOrder) - Method in class edu.jas.poly.OrderedMapPolynomial
 
getONE() - Method in interface edu.jas.poly.OrderedPolynomial
 
getONE(TermOrder) - Method in interface edu.jas.poly.OrderedPolynomial
 
getONE() - Method in class edu.jas.poly.QuatMapPolynomial
 
getONE() - Method in class edu.jas.poly.QuatOrderedMapPolynomial
 
getONE(TermOrder) - Method in class edu.jas.poly.QuatOrderedMapPolynomial
 
getONE() - Method in class edu.jas.poly.QuatSolvableOrderedMapPolynomial
 
getONE(TermOrder) - Method in class edu.jas.poly.QuatSolvableOrderedMapPolynomial
 
getONE(RelationTable) - Method in class edu.jas.poly.QuatSolvableOrderedMapPolynomial
 
getONE(RelationTable, TermOrder) - Method in class edu.jas.poly.QuatSolvableOrderedMapPolynomial
 
getONE() - Method in class edu.jas.poly.RatMapPolynomial
 
getONE() - Method in class edu.jas.poly.RatOrderedMapPolynomial
 
getONE(TermOrder) - Method in class edu.jas.poly.RatOrderedMapPolynomial
 
getONE() - Method in class edu.jas.poly.RatSolvableOrderedMapPolynomial
 
getONE(TermOrder) - Method in class edu.jas.poly.RatSolvableOrderedMapPolynomial
 
getONE(RelationTable) - Method in class edu.jas.poly.RatSolvableOrderedMapPolynomial
 
getONE(RelationTable, TermOrder) - Method in class edu.jas.poly.RatSolvableOrderedMapPolynomial
 
getONE(RelationTable) - Method in class edu.jas.poly.SolvableOrderedMapPolynomial
 
getONE(RelationTable, TermOrder) - Method in class edu.jas.poly.SolvableOrderedMapPolynomial
 
getONE(RelationTable) - Method in interface edu.jas.poly.SolvablePolynomial
 
getONE(RelationTable, TermOrder) - Method in interface edu.jas.poly.SolvablePolynomial
 
getONE() - Method in interface edu.jas.poly.UnorderedPolynomial
 
getOrderedModuleList(int, PolynomialList) - Static method in class edu.jas.module.OrderedModuleList
get OrderedModuleList from PolynomialList.
getOrderedPolynomialList() - Method in class edu.jas.module.OrderedModuleList
get OrderedPolynomialList.
getPairNumber() - Method in class edu.jas.ring.Pair
get removed pair number
getPolynomialList() - Method in class edu.jas.module.ModuleList
get PolynomialList.
getRe() - Method in class edu.jas.arith.BigComplex
get the real and imaginary part
getRe() - Method in class edu.jas.arith.BigQuaternion
get the real and imaginary part
getRelationTable() - Method in class edu.jas.poly.SolvableOrderedMapPolynomial
Methods of SolvableOrderedMapPolynomial
getRelationTable() - Method in interface edu.jas.poly.SolvablePolynomial
 
getSecond() - Method in class edu.jas.poly.ExpVectorPair
 
getStrategy() - Method in class edu.jas.util.ThreadPool
get used strategy
getSugarComparator() - Method in class edu.jas.poly.TermOrder
 
getTermOrder() - Method in class edu.jas.poly.OrderedMapPolynomial
 
getTermOrder() - Method in interface edu.jas.poly.OrderedPolynomial
 
getval() - Method in class edu.jas.arith.BigInteger
 
getval() - Method in class edu.jas.poly.ExpVector
 
getVal(int) - Method in class edu.jas.poly.ExpVector
 
getVars() - Method in class edu.jas.poly.MapPolynomial
 
getVars() - Method in class edu.jas.poly.OrderedMapPolynomial
 
getVars() - Method in interface edu.jas.poly.OrderedPolynomial
 
getVars() - Method in interface edu.jas.poly.UnorderedPolynomial
 
getWait(Object) - Method in class edu.jas.util.DistHashTable
Get value under key from DHT.
getWeight() - Method in class edu.jas.poly.TermOrder
 
getZERO() - Method in class edu.jas.poly.ComplexMapPolynomial
 
getZERO() - Method in class edu.jas.poly.ComplexOrderedMapPolynomial
 
getZERO(TermOrder) - Method in class edu.jas.poly.ComplexOrderedMapPolynomial
 
getZERO() - Method in class edu.jas.poly.ComplexSolvableOrderedMapPolynomial
 
getZERO(TermOrder) - Method in class edu.jas.poly.ComplexSolvableOrderedMapPolynomial
 
getZERO(RelationTable, TermOrder) - Method in class edu.jas.poly.ComplexSolvableOrderedMapPolynomial
 
getZERO(RelationTable) - Method in class edu.jas.poly.ComplexSolvableOrderedMapPolynomial
 
getZERO() - Method in class edu.jas.poly.IntOrderedMapPolynomial
 
getZERO(TermOrder) - Method in class edu.jas.poly.IntOrderedMapPolynomial
 
getZERO() - Method in class edu.jas.poly.IntSolvableOrderedMapPolynomial
 
getZERO(TermOrder) - Method in class edu.jas.poly.IntSolvableOrderedMapPolynomial
 
getZERO(RelationTable, TermOrder) - Method in class edu.jas.poly.IntSolvableOrderedMapPolynomial
 
getZERO(RelationTable) - Method in class edu.jas.poly.IntSolvableOrderedMapPolynomial
 
getZERO() - Method in class edu.jas.poly.MapPolynomial
 
getZERO() - Method in class edu.jas.poly.OrderedMapPolynomial
 
getZERO(TermOrder) - Method in class edu.jas.poly.OrderedMapPolynomial
 
getZERO() - Method in interface edu.jas.poly.OrderedPolynomial
 
getZERO(TermOrder) - Method in interface edu.jas.poly.OrderedPolynomial
 
getZERO() - Method in class edu.jas.poly.QuatMapPolynomial
 
getZERO() - Method in class edu.jas.poly.QuatOrderedMapPolynomial
 
getZERO(TermOrder) - Method in class edu.jas.poly.QuatOrderedMapPolynomial
 
getZERO() - Method in class edu.jas.poly.QuatSolvableOrderedMapPolynomial
 
getZERO(TermOrder) - Method in class edu.jas.poly.QuatSolvableOrderedMapPolynomial
 
getZERO(RelationTable, TermOrder) - Method in class edu.jas.poly.QuatSolvableOrderedMapPolynomial
 
getZERO(RelationTable) - Method in class edu.jas.poly.QuatSolvableOrderedMapPolynomial
 
getZERO() - Method in class edu.jas.poly.RatMapPolynomial
 
getZERO() - Method in class edu.jas.poly.RatOrderedMapPolynomial
 
getZERO(TermOrder) - Method in class edu.jas.poly.RatOrderedMapPolynomial
 
getZERO() - Method in class edu.jas.poly.RatSolvableOrderedMapPolynomial
 
getZERO(TermOrder) - Method in class edu.jas.poly.RatSolvableOrderedMapPolynomial
 
getZERO(RelationTable, TermOrder) - Method in class edu.jas.poly.RatSolvableOrderedMapPolynomial
 
getZERO(RelationTable) - Method in class edu.jas.poly.RatSolvableOrderedMapPolynomial
 
getZERO(RelationTable) - Method in class edu.jas.poly.SolvableOrderedMapPolynomial
 
getZERO(RelationTable, TermOrder) - Method in class edu.jas.poly.SolvableOrderedMapPolynomial
 
getZERO(RelationTable) - Method in interface edu.jas.poly.SolvablePolynomial
 
getZERO(RelationTable, TermOrder) - Method in interface edu.jas.poly.SolvablePolynomial
 
getZERO() - Method in interface edu.jas.poly.UnorderedPolynomial
 
GRLEX - Static variable in class edu.jas.poly.TermOrder
 
GroebnerBase - Class in edu.jas.ring
Groebner Bases class.
GroebnerBase() - Constructor for class edu.jas.ring.GroebnerBase
 
GroebnerBaseDistributed - Class in edu.jas.ring
Groebner Base Distributed class.
GroebnerBaseDistributed() - Constructor for class edu.jas.ring.GroebnerBaseDistributed
 
GroebnerBaseDistributedPS - Class in edu.jas.ring
Groebner Base Distributed class.
GroebnerBaseDistributedPS() - Constructor for class edu.jas.ring.GroebnerBaseDistributedPS
 
GroebnerBaseDistributedPS.MiReducerClientPS - Class in edu.jas.ring
distributed clients reducing worker threads for minimal GB
GroebnerBaseDistributedPS.MiReducerClientPS(List, List, OrderedPolynomial) - Constructor for class edu.jas.ring.GroebnerBaseDistributedPS.MiReducerClientPS
 
GroebnerBaseDistributedPS.MiReducerServerPS - Class in edu.jas.ring
distributed server reducing worker threads for minimal GB
GroebnerBaseDistributedPS.MiReducerServerPS(List, List, OrderedPolynomial) - Constructor for class edu.jas.ring.GroebnerBaseDistributedPS.MiReducerServerPS
 
GroebnerBaseDistributedPS.ReducerClientPS - Class in edu.jas.ring
distributed clients reducing worker threads
GroebnerBaseDistributedPS.ReducerClientPS(SocketChannel, DistributedList) - Constructor for class edu.jas.ring.GroebnerBaseDistributedPS.ReducerClientPS
 
GroebnerBaseDistributedPS.ReducerServerPS - Class in edu.jas.ring
distributed server reducing worker threads
GroebnerBaseDistributedPS.ReducerServerPS(Terminator, ChannelFactory, DistributedList, List, OrderedPairlistPS) - Constructor for class edu.jas.ring.GroebnerBaseDistributedPS.ReducerServerPS
 
GroebnerBaseParallel - Class in edu.jas.ring
Groebner Base Parallel class.
GroebnerBaseParallel() - Constructor for class edu.jas.ring.GroebnerBaseParallel
 
GroebnerBaseParallel.MiReducer - Class in edu.jas.ring
reducing worker threads for minimal GB
GroebnerBaseParallel.MiReducer(List, List, OrderedPolynomial) - Constructor for class edu.jas.ring.GroebnerBaseParallel.MiReducer
 
GroebnerBaseParallel.Reducer - Class in edu.jas.ring
reducing worker threads
GroebnerBaseParallel.Reducer(Terminator, List, OrderedPairlist) - Constructor for class edu.jas.ring.GroebnerBaseParallel.Reducer
 
GroebnerBaseParallelPS - Class in edu.jas.ring
Groebner Base Parallel class.
GroebnerBaseParallelPS() - Constructor for class edu.jas.ring.GroebnerBaseParallelPS
 
GroebnerBaseParallelPS.MiReducerPS - Class in edu.jas.ring
reducing worker threads for minimal GB
GroebnerBaseParallelPS.MiReducerPS(List, List, OrderedPolynomial) - Constructor for class edu.jas.ring.GroebnerBaseParallelPS.MiReducerPS
 
GroebnerBaseParallelPS.ReducerPS - Class in edu.jas.ring
reducing worker threads
GroebnerBaseParallelPS.ReducerPS(Terminator, List, OrderedPairlistPS) - Constructor for class edu.jas.ring.GroebnerBaseParallelPS.ReducerPS
 
GroebnerBasePS - Class in edu.jas.ring
Groebner Bases class.
GroebnerBasePS() - Constructor for class edu.jas.ring.GroebnerBasePS
 
GroebnerBasePSTent - Class in edu.jas.ring
GroebnerBase Test using JUnit
GroebnerBasePSTent(String) - Constructor for class edu.jas.ring.GroebnerBasePSTent
Constructs a GroebnerBaseTest object.
GroebnerBaseTest - Class in edu.jas.ring
GroebnerBase Test using JUnit
GroebnerBaseTest(String) - Constructor for class edu.jas.ring.GroebnerBaseTest
Constructs a GroebnerBaseTest object.

H

hashCode() - Method in class edu.jas.poly.ExpVector
 
hasJobs() - Method in class edu.jas.util.Terminator
 
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.OrderedPairlist
Test if there is possibly a pair in the list
hasNext() - Method in class edu.jas.ring.OrderedPairlistPS
Test if there is possibly a pair in the list
hasOne(List) - Static method in class edu.jas.module.ModSolvableGroebnerBase
test if vector has a component with a unit.
host - Variable in class edu.jas.module.ModGroebnerBaseTest
 
host - Variable in class edu.jas.module.ModSolvableGroebnerBaseTest
 
host - Variable in class edu.jas.module.SolvableSyzygyTest
 
host - Variable in class edu.jas.module.SyzygyTest
 
host - Variable in class edu.jas.ring.GBClient
 
host - Variable in class edu.jas.ring.GBClientPS
 
host - Variable in class edu.jas.ring.GroebnerBasePSTent
 
host - Variable in class edu.jas.ring.GroebnerBaseTest
 
host - Variable in class edu.jas.ring.SolvableGroebnerBaseTest
 

I

I - Static variable in class edu.jas.arith.BigComplex
 
I - Static variable in class edu.jas.arith.BigQuaternion
 
i - Variable in class edu.jas.ring.GBTransportMessPairIndex
 
i - Variable in class edu.jas.ring.MiniPair
 
i - Variable in class edu.jas.ring.Pair
 
IABS(BigInteger) - Static method in class edu.jas.arith.BigInteger
 
ICOMP(BigInteger, BigInteger) - Static method in class edu.jas.arith.BigInteger
 
ideal - Variable in class edu.jas.module.ResPolPart
 
ideal - Variable in class edu.jas.module.SolvResPolPart
 
IDIF(BigInteger, BigInteger) - Static method in class edu.jas.arith.BigInteger
 
idleworkers - Variable in class edu.jas.util.ThreadPool
 
IGCD(BigInteger, BigInteger) - Static method in class edu.jas.arith.BigInteger
 
IGRLEX - Static variable in class edu.jas.poly.TermOrder
 
INEG(BigInteger) - Static method in class edu.jas.arith.BigInteger
 
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
intersect(int, List) - Static method in class edu.jas.module.ModSolvableGroebnerBase
intersect to n components.
intersection(int, ModuleList) - Static method in class edu.jas.module.ModSolvableGroebnerBase
Intersection to n components.
IntOrderedMapPolynomial - Class in edu.jas.poly
BigInteger Ordered Map Polynomial.
IntOrderedMapPolynomial() - Constructor for class edu.jas.poly.IntOrderedMapPolynomial
Constructors for IntOrderedMapPolynomial
IntOrderedMapPolynomial(int) - Constructor for class edu.jas.poly.IntOrderedMapPolynomial
 
IntOrderedMapPolynomial(Map) - Constructor for class edu.jas.poly.IntOrderedMapPolynomial
 
IntOrderedMapPolynomial(String[]) - Constructor for class edu.jas.poly.IntOrderedMapPolynomial
 
IntOrderedMapPolynomial(Coefficient, ExpVector) - Constructor for class edu.jas.poly.IntOrderedMapPolynomial
 
IntOrderedMapPolynomial(TermOrder) - Constructor for class edu.jas.poly.IntOrderedMapPolynomial
 
IntOrderedMapPolynomial(TermOrder, Map) - Constructor for class edu.jas.poly.IntOrderedMapPolynomial
 
IntOrderedMapPolynomial(OrderedPolynomial) - Constructor for class edu.jas.poly.IntOrderedMapPolynomial
 
IntOrderedMapPolynomial(UnorderedPolynomial) - Constructor for class edu.jas.poly.IntOrderedMapPolynomial
 
IntOrderedMapPolynomial(TermOrder, UnorderedPolynomial) - Constructor for class edu.jas.poly.IntOrderedMapPolynomial
 
IntOrderedMapPolynomial(TermOrder, OrderedPolynomial) - Constructor for class edu.jas.poly.IntOrderedMapPolynomial
 
IntOrderedMapPolynomialTest - Class in edu.jas.poly
IntOrderedMapPolynomial Test using JUnit
IntOrderedMapPolynomialTest(String) - Constructor for class edu.jas.poly.IntOrderedMapPolynomialTest
Constructs a IntOrderedMapPolynomialTest object.
IntSolvableOrderedMapPolynomial - Class in edu.jas.poly
BigInteger Solvable Ordered Map Polynomial.
IntSolvableOrderedMapPolynomial(RelationTable) - Constructor for class edu.jas.poly.IntSolvableOrderedMapPolynomial
Constructors for IntSolvableOrderedMapPolynomial
IntSolvableOrderedMapPolynomial(RelationTable, int) - Constructor for class edu.jas.poly.IntSolvableOrderedMapPolynomial
 
IntSolvableOrderedMapPolynomial(RelationTable, Map) - Constructor for class edu.jas.poly.IntSolvableOrderedMapPolynomial
 
IntSolvableOrderedMapPolynomial(RelationTable, String[]) - Constructor for class edu.jas.poly.IntSolvableOrderedMapPolynomial
 
IntSolvableOrderedMapPolynomial(RelationTable, Coefficient, ExpVector) - Constructor for class edu.jas.poly.IntSolvableOrderedMapPolynomial
 
IntSolvableOrderedMapPolynomial(RelationTable, TermOrder) - Constructor for class edu.jas.poly.IntSolvableOrderedMapPolynomial
 
IntSolvableOrderedMapPolynomial(RelationTable, TermOrder, Map) - Constructor for class edu.jas.poly.IntSolvableOrderedMapPolynomial
 
IntSolvableOrderedMapPolynomial(RelationTable, OrderedPolynomial) - Constructor for class edu.jas.poly.IntSolvableOrderedMapPolynomial
 
IntSolvableOrderedMapPolynomial(RelationTable, UnorderedPolynomial) - Constructor for class edu.jas.poly.IntSolvableOrderedMapPolynomial
 
IntSolvableOrderedMapPolynomial(RelationTable, TermOrder, UnorderedPolynomial) - Constructor for class edu.jas.poly.IntSolvableOrderedMapPolynomial
 
IntSolvableOrderedMapPolynomial(RelationTable, TermOrder, OrderedPolynomial) - Constructor for class edu.jas.poly.IntSolvableOrderedMapPolynomial
 
IntSolvableOrderedMapPolynomialTest - Class in edu.jas.poly
IntSolvableOrderedMapPolynomial Test using JUnit
IntSolvableOrderedMapPolynomialTest(String) - Constructor for class edu.jas.poly.IntSolvableOrderedMapPolynomialTest
Constructs a IntSolvableOrderedMapPolynomialTest object.
intValue() - Method in class edu.jas.util.Counter
 
intValue() - Method in class edu.jas.util.DHTCounter
 
inverse() - Method in class edu.jas.arith.BigComplex
 
inverse() - Method in class edu.jas.arith.BigInteger
Integer inverse.
inverse() - Method in class edu.jas.arith.BigQuaternion
 
inverse() - Method in class edu.jas.arith.BigRational
Rational number inverse.
inverse() - Method in interface edu.jas.arith.Coefficient
 
INVLEX - Static variable in class edu.jas.poly.TermOrder
 
IONE - Static variable in class edu.jas.arith.BigRational
 
IPROD(BigInteger, BigInteger) - Static method in class edu.jas.arith.BigInteger
 
IQ(BigInteger, BigInteger) - Static method in class edu.jas.arith.BigInteger
 
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
 
IREM(BigInteger, BigInteger) - Static method in class edu.jas.arith.BigInteger
 
irreducibleSet(List) - Static method in class edu.jas.ring.Reduction
Irreducible set.
isCONE(BigComplex) - Static method in class edu.jas.arith.BigComplex
Complex number one.
isCONE(BigQuaternion) - Static method in class edu.jas.arith.BigQuaternion
Quaternion number one.
isCZERO(BigComplex) - Static method in class edu.jas.arith.BigComplex
Complex number zero.
isCZERO(BigQuaternion) - Static method in class edu.jas.arith.BigQuaternion
Quaternion number zero.
isDIRPGB(List) - Static method in class edu.jas.ring.GroebnerBase
Groebner base test
isDIRPGB(int, List) - Static method in class edu.jas.ring.GroebnerBase
 
isDIRPGB(List) - Static method in class edu.jas.ring.GroebnerBasePS
Groebner base test
isEmpty() - Method in class edu.jas.util.DistHashTable
Is the List empty?
isEmpty() - Method in class edu.jas.util.DistributedList
Is the List empty?
isGB(int, List) - Static method in class edu.jas.module.ModGroebnerBase
Module Groebner base test
isGB(ModuleList) - Static method in class edu.jas.module.ModGroebnerBase
 
ISIGN(BigInteger) - Static method in class edu.jas.arith.BigInteger
 
isIMAG() - Method in class edu.jas.arith.BigComplex
 
isIMAG() - Method in class edu.jas.arith.BigQuaternion
 
isLeftGB(int, List) - Static method in class edu.jas.module.ModSolvableGroebnerBase
Module left Groebner base test
isLeftGB(ModuleList) - Static method in class edu.jas.module.ModSolvableGroebnerBase
Module left Groebner base test
isLeftGB(List) - Static method in class edu.jas.ring.SolvableGroebnerBase
Left Groebner base test
isLeftGB(int, List) - Static method in class edu.jas.ring.SolvableGroebnerBase
 
isLeftZeroRelation(List, List) - Static method in class edu.jas.module.SolvableSyzygy
Test if sysygy
isLeftZeroRelation(ModuleList, ModuleList) - Static method in class edu.jas.module.SolvableSyzygy
Test if sysygy of modules
isMultiple(ExpVectorPair) - Method in class edu.jas.poly.ExpVectorPair
 
isONE() - Method in class edu.jas.arith.BigComplex
 
isONE() - Method in class edu.jas.arith.BigInteger
 
isONE() - Method in class edu.jas.arith.BigQuaternion
 
isONE() - Method in class edu.jas.arith.BigRational
 
isONE() - Method in interface edu.jas.arith.Coefficient
 
isONE() - Method in class edu.jas.poly.MapPolynomial
One ?.
isONE() - Method in class edu.jas.poly.OrderedMapPolynomial
One ?.
isONE() - Method in interface edu.jas.poly.OrderedPolynomial
 
isONE() - Method in interface edu.jas.poly.UnorderedPolynomial
 
isTwosidedGB(int, List) - Static method in class edu.jas.module.ModSolvableGroebnerBase
Module twosided Groebner base test
isTwosidedGB(ModuleList) - Static method in class edu.jas.module.ModSolvableGroebnerBase
Module twosided Groebner base test
isTwosidedGB(List) - Static method in class edu.jas.ring.SolvableGroebnerBase
Twosided Groebner base test
isTwosidedGB(int, List) - Static method in class edu.jas.ring.SolvableGroebnerBase
 
ISUM(BigInteger, BigInteger) - Static method in class edu.jas.arith.BigInteger
 
isZERO() - Method in class edu.jas.arith.BigComplex
 
isZERO() - Method in class edu.jas.arith.BigInteger
 
isZERO() - Method in class edu.jas.arith.BigQuaternion
 
isZERO() - Method in class edu.jas.arith.BigRational
 
isZERO() - Method in interface edu.jas.arith.Coefficient
 
isZero(List) - Static method in class edu.jas.module.SolvableSyzygy
test vector of zero polynomials.
isZero(List) - Static method in class edu.jas.module.Syzygy
test vector of zero polynomials.
isZERO() - Method in class edu.jas.poly.ExpVector
 
isZERO() - Method in class edu.jas.poly.MapPolynomial
Zero ?.
isZERO() - Method in class edu.jas.poly.OrderedMapPolynomial
Zero ?.
isZERO() - Method in interface edu.jas.poly.OrderedPolynomial
 
isZERO() - Method in interface edu.jas.poly.UnorderedPolynomial
 
isZero() - Method in class edu.jas.ring.Pair
is reduced to zero
isZeroRelation(List, List) - Static method in class edu.jas.module.Syzygy
Test if sysygy
isZeroRelation(ModuleList, ModuleList) - Static method in class edu.jas.module.Syzygy
Test if sysygy of modules
iterator() - Method in class edu.jas.util.DistHashTable
List key iterator
iterator() - Method in class edu.jas.util.DistributedList
List iterator
IZERO - Static variable in class edu.jas.arith.BigRational
 

J

J - Static variable in class edu.jas.arith.BigQuaternion
 
j - Variable in class edu.jas.ring.GBTransportMessPairIndex
 
j - Variable in class edu.jas.ring.MiniPair
 
j - Variable in class edu.jas.ring.Pair
 
JOBS - Static variable in class edu.jas.util.ThreadPoolTest
 
jobstack - Variable in class edu.jas.util.ThreadPool
 

K

K - Static variable in class edu.jas.arith.BigQuaternion
 
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(String, int) - Constructor for class edu.jas.ring.Katsura
 
Katsura(String, int, String) - Constructor for class edu.jas.ring.Katsura
 
key - Variable in class edu.jas.util.DHTTransport
 
kl - Variable in class edu.jas.module.ModGroebnerBaseTest
 
kl - Variable in class edu.jas.module.ModSolvableGroebnerBaseTest
 
kl - Variable in class edu.jas.module.ModuleListTest
 
kl - Variable in class edu.jas.module.SolvableSyzygyTest
 
kl - Variable in class edu.jas.module.SyzygyTest
 
kl - Variable in class edu.jas.poly.ComplexMapPolynomialTest
 
kl - Variable in class edu.jas.poly.ComplexOrderedMapPolynomialTest
 
kl - Variable in class edu.jas.poly.ComplexSolvableOrderedMapPolynomialTest
 
kl - Variable in class edu.jas.poly.IntOrderedMapPolynomialTest
 
kl - Variable in class edu.jas.poly.IntSolvableOrderedMapPolynomialTest
 
kl - Variable in class edu.jas.poly.QuatMapPolynomialTest
 
kl - Variable in class edu.jas.poly.QuatOrderedMapPolynomialTest
 
kl - Variable in class edu.jas.poly.QuatSolvableOrderedMapPolynomialTest
 
kl - Variable in class edu.jas.poly.RatMapPolynomialTest
 
kl - Variable in class edu.jas.poly.RatOrderedMapPolynomialTest
 
kl - Variable in class edu.jas.poly.RatSolvableOrderedMapPolynomialTest
 
kl - Variable in class edu.jas.ring.GroebnerBasePSTent
 
kl - Variable in class edu.jas.ring.GroebnerBaseTest
 
kl - Variable in class edu.jas.ring.ReductionSolvableTest
 
kl - Variable in class edu.jas.ring.ReductionTest
 
kl - Variable in class edu.jas.ring.SolvableGroebnerBaseTest
 
kl - Variable in class edu.jas.util.DistHashTableTest
 
kl - Variable in class edu.jas.util.DistributedListTest
 

L

L - Variable in class edu.jas.module.ModGroebnerBaseTest
 
L - Variable in class edu.jas.module.ModSolvableGroebnerBaseTest
 
L - Variable in class edu.jas.module.SolvableSyzygyTest
 
L - Variable in class edu.jas.module.SyzygyTest
 
L - Variable in class edu.jas.ring.GroebnerBasePSTent
 
L - Variable in class edu.jas.ring.GroebnerBaseTest
 
L - Variable in class edu.jas.ring.ReductionSolvableTest
 
L - Variable in class edu.jas.ring.ReductionTest
 
L - Variable in class edu.jas.ring.SolvableGroebnerBaseTest
 
leadingBaseCoefficient() - Method in class edu.jas.poly.OrderedMapPolynomial
Leading base coefficient.
leadingBaseCoefficient() - Method in interface edu.jas.poly.OrderedPolynomial
 
leadingExpVector() - Method in class edu.jas.poly.OrderedMapPolynomial
Leading exponent vector.
leadingExpVector() - Method in interface edu.jas.poly.OrderedPolynomial
 
leadingMonomial() - Method in class edu.jas.poly.OrderedMapPolynomial
Leading monomial.
leadingMonomial() - Method in interface edu.jas.poly.OrderedPolynomial
 
leftGB(int, List) - Static method in class edu.jas.module.ModSolvableGroebnerBase
Left Groebner base using pairlist class.
leftGB(ModuleList) - Static method in class edu.jas.module.ModSolvableGroebnerBase
Left Groebner base using pairlist class.
leftGB(List) - Static method in class edu.jas.ring.SolvableGroebnerBase
Left Groebner base using pairlist class.
leftGB(int, List) - Static method in class edu.jas.ring.SolvableGroebnerBase
 
leftGBMI(List) - Static method in class edu.jas.ring.SolvableGroebnerBase
Left minimal ordered groebner basis.
leftIrreducibleBase(int, List) - Static method in class edu.jas.module.ModSolvableGroebnerBase
Left irreducible base.
leftIrreducibleBase(ModuleList) - Static method in class edu.jas.module.ModSolvableGroebnerBase
Left irreducible base.
leftIrreducibleSet(int, List) - Static method in class edu.jas.module.ModSolvableGroebnerBase
Left irreducible set.
leftIrreducibleSet(List) - Static method in class edu.jas.ring.Reduction
Left irreducible set.
leftNormalform(ArrayList, List, SolvablePolynomial) - Static method in class edu.jas.module.SolvableSyzygy
LeftNormalform.
leftNormalform(List, SolvablePolynomial) - Static method in class edu.jas.ring.Reduction
Left Normalform.
leftNormalform(List, List) - Static method in class edu.jas.ring.Reduction
Left Normalform Set.
leftReductionBase(ModuleList) - Static method in class edu.jas.module.ModSolvableGroebnerBase
Left reduction base.
leftScalarProduct(List, List) - Static method in class edu.jas.module.SolvableSyzygy
Scalar product of vectors of polynomials.
leftScalarProduct(List, ModuleList) - Static method in class edu.jas.module.SolvableSyzygy
product of vector and matrix of polynomials.
leftScalarProduct(OrderedPolynomial, List) - Static method in class edu.jas.module.SolvableSyzygy
Scalar product of polynomial with vector of polynomials.
leftSPolynomial(ArrayList, int, SolvablePolynomial, int, SolvablePolynomial) - Static method in class edu.jas.module.SolvableSyzygy
S-Polynomial
leftSPolynomial(SolvablePolynomial, SolvablePolynomial) - Static method in class edu.jas.ring.Reduction
Left S-Polynomial
leftZeroRelations(List) - Static method in class edu.jas.module.SolvableSyzygy
Solvable Syzygy module from Groebner base F must be a Groebner base.
leftZeroRelations(int, List) - Static method in class edu.jas.module.SolvableSyzygy
 
leftZeroRelations(ModuleList) - Static method in class edu.jas.module.SolvableSyzygy
 
length() - Method in class edu.jas.poly.ExpVector
 
length() - Method in class edu.jas.poly.MapPolynomial
Methods of MapPolynomial
length() - Method in class edu.jas.poly.OrderedMapPolynomial
Methods of OrderedMapPolynomial
length() - Method in interface edu.jas.poly.OrderedPolynomial
 
length() - Method in interface edu.jas.poly.UnorderedPolynomial
 
LEX - Static variable in class edu.jas.poly.TermOrder
 
LIFO - Static variable in class edu.jas.util.StrategyEnumeration
 
linearCombination(List, SolvablePolynomial, List) - Static method in class edu.jas.module.ModSolvableGroebnerBase
Linear combination.
list - Variable in class edu.jas.module.ModuleList
 
list - Variable in class edu.jas.poly.PolynomialList
 
listener - Variable in class edu.jas.util.DistHashTable
 
listener - Variable in class edu.jas.util.DistributedList
 
Listener - Class in edu.jas.util
Thread to comunicate with the list server.
Listener(SocketChannel, SortedMap) - Constructor for class edu.jas.util.Listener
 
ll - Variable in class edu.jas.module.ModGroebnerBaseTest
 
ll - Variable in class edu.jas.module.ModSolvableGroebnerBaseTest
 
ll - Variable in class edu.jas.module.ModuleListTest
 
ll - Variable in class edu.jas.module.SolvableSyzygyTest
 
ll - Variable in class edu.jas.module.SyzygyTest
 
ll - Variable in class edu.jas.poly.ComplexMapPolynomialTest
 
ll - Variable in class edu.jas.poly.ComplexOrderedMapPolynomialTest
 
ll - Variable in class edu.jas.poly.ComplexSolvableOrderedMapPolynomialTest
 
ll - Variable in class edu.jas.poly.IntOrderedMapPolynomialTest
 
ll - Variable in class edu.jas.poly.IntSolvableOrderedMapPolynomialTest
 
ll - Variable in class edu.jas.poly.QuatMapPolynomialTest
 
ll - Variable in class edu.jas.poly.QuatOrderedMapPolynomialTest
 
ll - Variable in class edu.jas.poly.QuatSolvableOrderedMapPolynomialTest
 
ll - Variable in class edu.jas.poly.RatMapPolynomialTest
 
ll - Variable in class edu.jas.poly.RatOrderedMapPolynomialTest
 
ll - Variable in class edu.jas.poly.RatSolvableOrderedMapPolynomialTest
 
ll - Variable in class edu.jas.ring.GroebnerBasePSTent
 
ll - Variable in class edu.jas.ring.GroebnerBaseTest
 
ll - Variable in class edu.jas.ring.ReductionSolvableTest
 
ll - Variable in class edu.jas.ring.ReductionTest
 
ll - Variable in class edu.jas.ring.SolvableGroebnerBaseTest
 
ll - Variable in class edu.jas.util.DistHashTableTest
 
ll - Variable in class edu.jas.util.DistributedListTest
 
lookup(ExpVector, ExpVector, OrderedPolynomial) - Method in class edu.jas.poly.RelationTable
 

M

M - Variable in class edu.jas.module.ModGroebnerBaseTest
 
M - Variable in class edu.jas.module.ModSolvableGroebnerBaseTest
 
m - Variable in class edu.jas.module.ModuleListTest
 
M - Variable in class edu.jas.module.SolvableSyzygyTest
 
M - Variable in class edu.jas.module.SyzygyTest
 
main(String[]) - Static method in class edu.jas.arith.BigComplexTest
main
main(String[]) - Static method in class edu.jas.arith.BigIntegerTest
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.CoefficientTest
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.ModuleListTest
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.ComplexMapPolynomialTest
main
main(String[]) - Static method in class edu.jas.poly.ComplexOrderedMapPolynomialTest
main
main(String[]) - Static method in class edu.jas.poly.ComplexSolvableOrderedMapPolynomialTest
main
main(String[]) - Static method in class edu.jas.poly.ExpVectorTest
main
main(String[]) - Static method in class edu.jas.poly.IntOrderedMapPolynomialTest
main
main(String[]) - Static method in class edu.jas.poly.IntSolvableOrderedMapPolynomialTest
main
main(String[]) - Static method in class edu.jas.poly.QuatMapPolynomialTest
main
main(String[]) - Static method in class edu.jas.poly.QuatOrderedMapPolynomialTest
main
main(String[]) - Static method in class edu.jas.poly.QuatSolvableOrderedMapPolynomialTest
main
main(String[]) - Static method in class edu.jas.poly.RatMapPolynomialTest
main
main(String[]) - Static method in class edu.jas.poly.RatOrderedMapPolynomialTest
main
main(String[]) - Static method in class edu.jas.poly.RatSolvableOrderedMapPolynomialTest
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.GroebnerBasePSTent
main
main(String[]) - Static method in class edu.jas.ring.GroebnerBaseTest
main
main(String[]) - Static method in class edu.jas.ring.Katsura
 
main(String[]) - Static method in class edu.jas.ring.ReductionSolvableTest
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.RunRose
 
main(String[]) - Static method in class edu.jas.ring.RunRoseClient
 
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.SolvableGroebnerBaseTest
main
main(String[]) - Static method in class edu.jas.util.DistHashTableServer
 
main(String[]) - Static method in class edu.jas.util.DistHashTableTest
main
main(String[]) - Static method in class edu.jas.util.DistributedListServer
 
main(String[]) - Static method in class edu.jas.util.DistributedListTest
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.ThreadPoolTest
main
MapPolynomial - Class in edu.jas.poly
Map Polynomial.
MapPolynomial() - Constructor for class edu.jas.poly.MapPolynomial
Constructors for MapPolynomial
MapPolynomial(int) - Constructor for class edu.jas.poly.MapPolynomial
 
MapPolynomial(Map) - Constructor for class edu.jas.poly.MapPolynomial
 
MapPolynomial(String[]) - Constructor for class edu.jas.poly.MapPolynomial
 
MapPolynomial(Coefficient, ExpVector) - Constructor for class edu.jas.poly.MapPolynomial
 
MIHOM(BigInteger, BigInteger) - Static method in class edu.jas.arith.BigInteger
 
MIINV(BigInteger, BigInteger) - Static method in class edu.jas.arith.BigInteger
 
MiniPair - Class in edu.jas.ring
Subclass to hold pairs of polynomial indices What is this class good for?
MiniPair(int, int) - Constructor for class edu.jas.ring.MiniPair
 
MiReducerClient - Class in edu.jas.ring
distributed clients reducing worker threads for minimal GB not jet used
MiReducerClient(List, List, OrderedPolynomial) - Constructor for class edu.jas.ring.MiReducerClient
 
MiReducerServer - Class in edu.jas.ring
distributed server reducing worker threads for minimal GB not jet distributed but threaded
MiReducerServer(List, List, OrderedPolynomial) - Constructor for class edu.jas.ring.MiReducerServer
 
mod(Coefficient) - Method in class edu.jas.arith.BigInteger
 
ModGroebnerBase - Class in edu.jas.module
Module Groebner Bases class.
ModGroebnerBase() - Constructor for class edu.jas.module.ModGroebnerBase
 
ModGroebnerBaseTest - Class in edu.jas.module
ModGroebnerBase Test using JUnit
ModGroebnerBaseTest(String) - Constructor for class edu.jas.module.ModGroebnerBaseTest
Constructs a ModGroebnerBaseTest object.
modInverse(Coefficient) - Method in class edu.jas.arith.BigInteger
 
ModSolvableGroebnerBase - Class in edu.jas.module
Module Groebner Bases class.
ModSolvableGroebnerBase() - Constructor for class edu.jas.module.ModSolvableGroebnerBase
 
ModSolvableGroebnerBaseTest - Class in edu.jas.module
ModSolvableGroebnerBase Test using JUnit
ModSolvableGroebnerBaseTest(String) - Constructor for class edu.jas.module.ModSolvableGroebnerBaseTest
Constructs a ModSolvableGroebnerBaseTest object.
module - Variable in class edu.jas.module.ResPart
 
module - Variable in class edu.jas.module.SolvResPart
 
ModuleCriterion(int, OrderedPolynomial, OrderedPolynomial) - Static method in class edu.jas.ring.Reduction
Module criterium.
ModuleList - Class in edu.jas.module
list of vectors of polynomials mainly for storage and printing/toString and conversion
ModuleList(String[], int, List) - Constructor for class edu.jas.module.ModuleList
 
ModuleList(String[], TermOrder, List) - Constructor for class edu.jas.module.ModuleList
 
ModuleList(String[], TermOrder, List, RelationTable) - Constructor for class edu.jas.module.ModuleList
 
ModuleList(Coefficient, String[], int, List) - Constructor for class edu.jas.module.ModuleList
 
ModuleList(Coefficient, String[], TermOrder, List) - Constructor for class edu.jas.module.ModuleList
 
ModuleList(Coefficient, String[], TermOrder, List, RelationTable) - Constructor for class edu.jas.module.ModuleList
 
ModuleListTest - Class in edu.jas.module
ModuleList Test using JUnit
ModuleListTest(String) - Constructor for class edu.jas.module.ModuleListTest
Constructs a ModuleListTest object.
monic() - Method in class edu.jas.poly.OrderedMapPolynomial
 
monic() - Method in interface edu.jas.poly.OrderedPolynomial
 
multiply(Coefficient) - Method in class edu.jas.arith.BigComplex
arithmetic operations: *, inverse, /
multiply(Coefficient) - Method in class edu.jas.arith.BigInteger
 
multiply(Coefficient) - Method in class edu.jas.arith.BigQuaternion
arithmetic operations: *, inverse, /
multiply(Coefficient) - Method in class edu.jas.arith.BigRational
Rational number product.
multiply(BigRational) - Method in class edu.jas.arith.BigRational
 
multiply(Coefficient) - Method in interface edu.jas.arith.Coefficient
 
multiply(UnorderedPolynomial) - Method in class edu.jas.poly.MapPolynomial
multiply.
multiply(int, UnorderedPolynomial) - Method in class edu.jas.poly.MapPolynomial
 
multiply(Coefficient) - Method in class edu.jas.poly.MapPolynomial
Product with number.
multiply(Coefficient, ExpVector) - Method in class edu.jas.poly.MapPolynomial
Product with number and exponent vector.
multiply(Map.Entry) - Method in class edu.jas.poly.MapPolynomial
Product with 'monomial'.
multiply(OrderedPolynomial) - Method in class edu.jas.poly.OrderedMapPolynomial
Multiply.
multiply(Coefficient) - Method in class edu.jas.poly.OrderedMapPolynomial
Product with number.
multiply(Coefficient, ExpVector) - Method in class edu.jas.poly.OrderedMapPolynomial
Product with number and exponent vector.
multiply(ExpVector) - Method in class edu.jas.poly.OrderedMapPolynomial
Product with exponent vector.
multiply(Map.Entry) - Method in class edu.jas.poly.OrderedMapPolynomial
Product with 'monomial'.
multiply(OrderedPolynomial) - Method in interface edu.jas.poly.OrderedPolynomial
 
multiply(Coefficient) - Method in interface edu.jas.poly.OrderedPolynomial
 
multiply(Coefficient, ExpVector) - Method in interface edu.jas.poly.OrderedPolynomial
 
multiply(ExpVector) - Method in interface edu.jas.poly.OrderedPolynomial
 
multiply(Map.Entry) - Method in interface edu.jas.poly.OrderedPolynomial
 
multiply(OrderedPolynomial) - Method in class edu.jas.poly.SolvableOrderedMapPolynomial
Multiply.
multiply(Coefficient) - Method in class edu.jas.poly.SolvableOrderedMapPolynomial
Product with number.
multiply(Coefficient, ExpVector) - Method in class edu.jas.poly.SolvableOrderedMapPolynomial
Product with number and exponent vector.
multiply(UnorderedPolynomial) - Method in interface edu.jas.poly.UnorderedPolynomial
 
multiply(Coefficient) - Method in interface edu.jas.poly.UnorderedPolynomial
 
multiply(Coefficient, ExpVector) - Method in interface edu.jas.poly.UnorderedPolynomial
 
multiply(Map.Entry) - Method in interface edu.jas.poly.UnorderedPolynomial
 
multiplyA(OrderedPolynomial) - Method in class edu.jas.poly.OrderedMapPolynomial
Multiply.
multiplyLeft(Coefficient, ExpVector) - Method in class edu.jas.poly.SolvableOrderedMapPolynomial
Left product with number and exponent vector.
multiplyLeft(ExpVector) - Method in class edu.jas.poly.SolvableOrderedMapPolynomial
Left product with exponent vector.
multiplyLeft(Map.Entry) - Method in class edu.jas.poly.SolvableOrderedMapPolynomial
Product with 'monomial'.
multiplyLeft(Coefficient, ExpVector) - Method in interface edu.jas.poly.SolvablePolynomial
 
multiplyLeft(ExpVector) - Method in interface edu.jas.poly.SolvablePolynomial
 
multiplyLeft(Map.Entry) - Method in interface edu.jas.poly.SolvablePolynomial
 

N

N - Variable in class edu.jas.module.ModGroebnerBaseTest
 
N - Variable in class edu.jas.module.ModSolvableGroebnerBaseTest
 
N - Variable in class edu.jas.module.SolvableSyzygyTest
 
N - Variable in class edu.jas.module.SyzygyTest
 
N - Variable in class edu.jas.ring.Katsura
 
negate() - Method in class edu.jas.arith.BigComplex
 
negate() - Method in class edu.jas.arith.BigInteger
 
negate() - Method in class edu.jas.arith.BigQuaternion
 
negate() - Method in class edu.jas.arith.BigRational
Rational number negative.
negate() - Method in interface edu.jas.arith.Coefficient
 
negate() - Method in class edu.jas.poly.MapPolynomial
Negation.
negate() - Method in class edu.jas.poly.OrderedMapPolynomial
Negation.
negate() - Method in interface edu.jas.poly.OrderedPolynomial
 
negate() - Method in interface edu.jas.poly.UnorderedPolynomial
 
nextCoefficientRing() - Method in class edu.jas.poly.OrderedPolynomialTokenizer
parsing method for coefficient ring syntax: Rat | Q | Int | Z | Complex | C | Quat
nextComma() - Method in class edu.jas.poly.OrderedPolynomialTokenizer
 
nextCommand() - Method in class edu.jas.poly.OrderedPolynomialTokenizer
parsing method for command, @unused syntax: ClassToLoad.compute(a1,a2,...)
nextComment() - Method in class edu.jas.poly.OrderedPolynomialTokenizer
parsing method for comments syntax: (* comment *) | /_* comment *_/ without _
nextExponent() - Method in class edu.jas.poly.OrderedPolynomialTokenizer
parsing method for variable exponent syntax: ^long | **long
nextPolynomialList() - Method in class edu.jas.poly.OrderedPolynomialTokenizer
parsing method for polynomial list syntax: ( p1, p2, p3, ..., pn )
nextPolynomialSet() - Method in class edu.jas.poly.OrderedPolynomialTokenizer
parsing method for polynomial set syntax: varList termOrderName polyList
nextRatPolynomial() - Method in class edu.jas.poly.OrderedPolynomialTokenizer
parsing method for RatOrderedMapPolynomial syntax
nextRelationTable() - Method in class edu.jas.poly.OrderedPolynomialTokenizer
parsing method for solvable polynomial relation table syntax: ( p_1, p_2, p_3, ..., p_n+3 ) semantics: p_n+1 * p_n+2 = p_n+3
nextSolvablePolynomialList() - Method in class edu.jas.poly.OrderedPolynomialTokenizer
parsing method for solvable polynomial list syntax: ( p1, p2, p3, ..., pn )
nextSolvablePolynomialSet() - Method in class edu.jas.poly.OrderedPolynomialTokenizer
parsing method for solvable polynomial set syntax: varList termOrderName relationTable polyList
nextSolvableSubModuleList() - Method in class edu.jas.poly.OrderedPolynomialTokenizer
parsing method for solvable submodule list syntax: ( ( p11, p12, p13, ..., p1n ), ..., ( pm1, pm2, pm3, ..., pmn ) )
nextSolvableSubModuleSet() - Method in class edu.jas.poly.OrderedPolynomialTokenizer
parsing method for solvable module set syntax: varList termOrderName relationTable moduleList
nextSplitIndex() - Method in class edu.jas.poly.OrderedPolynomialTokenizer
parsing method for split index syntax: |i|
nextSubModuleList() - Method in class edu.jas.poly.OrderedPolynomialTokenizer
parsing method for submodule list syntax: ( ( p11, p12, p13, ..., p1n ), ..., ( pm1, pm2, pm3, ..., pmn ) )
nextSubModuleSet() - Method in class edu.jas.poly.OrderedPolynomialTokenizer
parsing method for module set syntax: varList termOrderName moduleList
nextTermOrder() - Method in class edu.jas.poly.OrderedPolynomialTokenizer
parsing method for term order name syntax: termOrderName = L, IL, LEX, G, IG, GRLEX W(weights)
nextVariableList() - Method in class edu.jas.poly.OrderedPolynomialTokenizer
parsing method for variable list syntax: (a, b c, de)
nextWeightList() - Method in class edu.jas.poly.OrderedPolynomialTokenizer
parsing method for weight list syntax: (w1, w2, w3, ..., wn)
nogenerate(int) - Method in class edu.jas.poly.WeylRelations
 
normalform(ArrayList, List, OrderedPolynomial) - Static method in class edu.jas.module.Syzygy
Normalform.
normalform(List, OrderedPolynomial) - Static method in class edu.jas.ring.Reduction
Normalform.
normalform(List, List) - Static method in class edu.jas.ring.Reduction
Normalform Set.
normalformMod(List, OrderedPolynomial) - Static method in class edu.jas.ring.Reduction
Normalform.
normalformMod(DistHashTable, OrderedPolynomial) - Static method in class edu.jas.ring.Reduction
Normalform.
notIdle() - Method in class edu.jas.util.Terminator
 
numberOfVariables() - Method in class edu.jas.poly.MapPolynomial
Number of variables.
numberOfVariables() - Method in class edu.jas.poly.OrderedMapPolynomial
Number of variables.
numberOfVariables() - Method in interface edu.jas.poly.OrderedPolynomial
 
numberOfVariables() - Method in interface edu.jas.poly.UnorderedPolynomial
 
numChannels() - Method in class edu.jas.util.ExecutableChannels
number of channels
numerator() - Method in class edu.jas.arith.BigRational
 
numServers() - Method in class edu.jas.util.ExecutableChannels
number of servers

O

ONE - Static variable in class edu.jas.arith.BigComplex
 
ONE - Static variable in class edu.jas.arith.BigInteger
 
ONE - Static variable in class edu.jas.arith.BigQuaternion
 
ONE - Static variable in class edu.jas.arith.BigRational
 
ONE - Static variable in interface edu.jas.arith.Coefficient
 
one - Variable in class edu.jas.module.ModGroebnerBaseTest
 
one - Variable in class edu.jas.module.ModSolvableGroebnerBaseTest
 
one - Variable in class edu.jas.module.SolvableSyzygyTest
 
one - Variable in class edu.jas.module.SyzygyTest
 
ONE - Static variable in class edu.jas.poly.ComplexMapPolynomial
 
ONE - Static variable in class edu.jas.poly.ComplexOrderedMapPolynomial
 
ONE - Static variable in class edu.jas.poly.ComplexSolvableOrderedMapPolynomial
 
ONE - Static variable in class edu.jas.poly.IntOrderedMapPolynomial
 
ONE - Static variable in class edu.jas.poly.IntSolvableOrderedMapPolynomial
 
ONE - Static variable in class edu.jas.poly.QuatMapPolynomial
 
ONE - Static variable in class edu.jas.poly.QuatOrderedMapPolynomial
 
ONE - Static variable in class edu.jas.poly.QuatSolvableOrderedMapPolynomial
 
ONE - Static variable in class edu.jas.poly.RatMapPolynomial
 
ONE - Static variable in class edu.jas.poly.RatOrderedMapPolynomial
 
ONE - Static variable in class edu.jas.poly.RatSolvableOrderedMapPolynomial
 
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
order - Variable in class edu.jas.poly.OrderedMapPolynomial
 
order - Variable in class edu.jas.ring.Katsura
 
OrderedMapPolynomial - Class in edu.jas.poly
Ordered Map Polynomial.
OrderedMapPolynomial() - Constructor for class edu.jas.poly.OrderedMapPolynomial
Constructors for OrderedMapPolynomial
OrderedMapPolynomial(int) - Constructor for class edu.jas.poly.OrderedMapPolynomial
 
OrderedMapPolynomial(Map) - Constructor for class edu.jas.poly.OrderedMapPolynomial
 
OrderedMapPolynomial(String[]) - Constructor for class edu.jas.poly.OrderedMapPolynomial
 
OrderedMapPolynomial(Coefficient, ExpVector) - Constructor for class edu.jas.poly.OrderedMapPolynomial
 
OrderedMapPolynomial(TermOrder, Coefficient, ExpVector) - Constructor for class edu.jas.poly.OrderedMapPolynomial
 
OrderedMapPolynomial(TermOrder) - Constructor for class edu.jas.poly.OrderedMapPolynomial
 
OrderedMapPolynomial(TermOrder, Map) - Constructor for class edu.jas.poly.OrderedMapPolynomial
 
OrderedMapPolynomial(OrderedPolynomial) - Constructor for class edu.jas.poly.OrderedMapPolynomial
 
OrderedMapPolynomial(UnorderedPolynomial) - Constructor for class edu.jas.poly.OrderedMapPolynomial
 
OrderedMapPolynomial(TermOrder, UnorderedPolynomial) - Constructor for class edu.jas.poly.OrderedMapPolynomial
 
OrderedMapPolynomial(TermOrder, OrderedPolynomial) - Constructor for class edu.jas.poly.OrderedMapPolynomial
 
OrderedModuleList - Class in edu.jas.module
list of vectors of polynomials mainly for storage and printing/toString and conversion
OrderedModuleList(String[], int, List) - Constructor for class edu.jas.module.OrderedModuleList
 
OrderedModuleList(String[], TermOrder, List) - Constructor for class edu.jas.module.OrderedModuleList
 
OrderedModuleList(String[], TermOrder, List, RelationTable) - Constructor for class edu.jas.module.OrderedModuleList
 
OrderedModuleList(Coefficient, String[], int, List) - Constructor for class edu.jas.module.OrderedModuleList
 
OrderedModuleList(Coefficient, String[], TermOrder, List) - Constructor for class edu.jas.module.OrderedModuleList
 
OrderedModuleList(Coefficient, String[], TermOrder, List, RelationTable) - Constructor for class edu.jas.module.OrderedModuleList
 
OrderedPairlist - Class in edu.jas.ring
Pair list management.
OrderedPairlist(TermOrder) - Constructor for class edu.jas.ring.OrderedPairlist
Constructor for OrderedPairlist
OrderedPairlist(int, TermOrder) - Constructor for class edu.jas.ring.OrderedPairlist
 
OrderedPairlistPS - Class in edu.jas.ring
Pair list management.
OrderedPairlistPS(TermOrder) - Constructor for class edu.jas.ring.OrderedPairlistPS
Constructor for OrderedPairlist
OrderedPolynomial - Interface in edu.jas.poly
Ordered Polynomial Interface.
OrderedPolynomialList - Class in edu.jas.poly
list of polynomials mainly for storage and printing/toString and sorting
OrderedPolynomialList(String[], int, List) - Constructor for class edu.jas.poly.OrderedPolynomialList
 
OrderedPolynomialList(String[], TermOrder, List) - Constructor for class edu.jas.poly.OrderedPolynomialList
 
OrderedPolynomialList(String[], TermOrder, List, RelationTable) - Constructor for class edu.jas.poly.OrderedPolynomialList
 
OrderedPolynomialList(Coefficient, String[], int, List) - Constructor for class edu.jas.poly.OrderedPolynomialList
 
OrderedPolynomialList(Coefficient, String[], TermOrder, List) - Constructor for class edu.jas.poly.OrderedPolynomialList
 
OrderedPolynomialList(Coefficient, String[], TermOrder, List, RelationTable) - Constructor for class edu.jas.poly.OrderedPolynomialList
 
OrderedPolynomialTokenizer - Class in edu.jas.poly
OrderedMapPolynomial Tokenizer.
OrderedPolynomialTokenizer(Reader) - Constructor for class edu.jas.poly.OrderedPolynomialTokenizer
constructors
OrderedPolynomialTokenizer(String[], TermOrder) - Constructor for class edu.jas.poly.OrderedPolynomialTokenizer
 
OrderedPolynomialTokenizer(String[], TermOrder, Reader) - Constructor for class edu.jas.poly.OrderedPolynomialTokenizer
 
OrderedPolynomialTokenizer(String[], TermOrder, Reader, RelationTable) - Constructor for class edu.jas.poly.OrderedPolynomialTokenizer
 

P

p - Variable in class edu.jas.module.ModuleListTest
 
p - Variable in class edu.jas.poly.TableRelation
 
padCols(List) - Static method in class edu.jas.module.ModuleList
pad Columns and remove zero rows.
pair - Variable in class edu.jas.ring.GBTransportMessPair
 
Pair - Class in edu.jas.ring
Serializable subclass to hold pairs of polynomials
Pair(Object, OrderedPolynomial, int, int) - Constructor for class edu.jas.ring.Pair
 
Pair(OrderedPolynomial, OrderedPolynomial, int, int) - Constructor for class edu.jas.ring.Pair
 
pairCount() - Method in class edu.jas.ring.OrderedPairlistPS
Get the total number of pairs generated
pairNumber(int) - Method in class edu.jas.ring.Pair
set removed pair number
pi - Variable in class edu.jas.ring.Pair
 
pj - Variable in class edu.jas.ring.Pair
 
pol - Variable in class edu.jas.ring.GBTransportMessPoly
 
PolynomialList - Class in edu.jas.poly
list of polynomials mainly for storage and printing/toString and sorting
PolynomialList(String[], int, List) - Constructor for class edu.jas.poly.PolynomialList
 
PolynomialList(String[], TermOrder, List) - Constructor for class edu.jas.poly.PolynomialList
 
PolynomialList(String[], TermOrder, List, RelationTable) - Constructor for class edu.jas.poly.PolynomialList
 
PolynomialList(Coefficient, String[], int, List) - Constructor for class edu.jas.poly.PolynomialList
 
PolynomialList(Coefficient, String[], TermOrder, List) - Constructor for class edu.jas.poly.PolynomialList
 
PolynomialList(Coefficient, String[], TermOrder, List, RelationTable) - Constructor for class edu.jas.poly.PolynomialList
 
pool - Variable in class edu.jas.util.PoolThread
 
PoolThread - Class in edu.jas.util
Implements one Thread of the pool.
PoolThread(ThreadPool) - Constructor for class edu.jas.util.PoolThread
 
port - Variable in class edu.jas.module.ModGroebnerBaseTest
 
port - Variable in class edu.jas.module.ModSolvableGroebnerBaseTest
 
port - Variable in class edu.jas.module.SolvableSyzygyTest
 
port - Variable in class edu.jas.module.SyzygyTest
 
port - Variable in class edu.jas.ring.GBClient
 
port - Variable in class edu.jas.ring.GBClientPS
 
port - Variable in class edu.jas.ring.GroebnerBasePSTent
 
port - Variable in class edu.jas.ring.GroebnerBaseTest
 
port - Variable in class edu.jas.ring.SolvableGroebnerBaseTest
 
ports - Variable in class edu.jas.util.ExecutableChannels
 
put(OrderedPolynomial) - Method in class edu.jas.ring.OrderedPairlist
Put one Polynomial to the pairlist and reduction matrix returns the index of the added polynomial.
put(OrderedPolynomial, Pair) - Method in class edu.jas.ring.OrderedPairlistPS
Put one Polynomial to the pairlist and reduction matrix record the orginating Pair / null
put(Object, Object) - Method in class edu.jas.util.DistHashTable
Put object to the distributed hash table.
putCount() - Method in class edu.jas.ring.OrderedPairlist
Get the number of polynomials put to the pairlist
putCount() - Method in class edu.jas.ring.OrderedPairlistPS
Get the number of polynomials put to the pairlist
putOne(OrderedPolynomial) - Method in class edu.jas.ring.OrderedPairlist
Put to ONE-Polynomial to the pairlist returns the index of the last polynomial.
putOne(OrderedPolynomial, Pair) - Method in class edu.jas.ring.OrderedPairlistPS
Put to ONE-Polynomial to the pairlist
putParallel(OrderedPolynomial, Pair) - Method in class edu.jas.ring.OrderedPairlistPS
Put parallel one Polynomial to the pairlist and reduction matrix, record the orginating Pair / null
putWait(Object, Object) - Method in class edu.jas.util.DistHashTable
Put object to the distributed hash table.

Q

q - Variable in class edu.jas.module.ModGroebnerBaseTest
 
q - Variable in class edu.jas.module.ModSolvableGroebnerBaseTest
 
q - Variable in class edu.jas.module.ModuleListTest
 
q - Variable in class edu.jas.module.SolvableSyzygyTest
 
q - Variable in class edu.jas.module.SyzygyTest
 
q - Variable in class edu.jas.poly.ComplexMapPolynomialTest
 
q - Variable in class edu.jas.poly.ComplexOrderedMapPolynomialTest
 
q - Variable in class edu.jas.poly.ComplexSolvableOrderedMapPolynomialTest
 
q - Variable in class edu.jas.poly.IntOrderedMapPolynomialTest
 
q - Variable in class edu.jas.poly.IntSolvableOrderedMapPolynomialTest
 
q - Variable in class edu.jas.poly.QuatMapPolynomialTest
 
q - Variable in class edu.jas.poly.QuatOrderedMapPolynomialTest
 
q - Variable in class edu.jas.poly.QuatSolvableOrderedMapPolynomialTest
 
q - Variable in class edu.jas.poly.RatMapPolynomialTest
 
q - Variable in class edu.jas.poly.RatOrderedMapPolynomialTest
 
q - Variable in class edu.jas.poly.RatSolvableOrderedMapPolynomialTest
 
q - Variable in class edu.jas.ring.GroebnerBasePSTent
 
q - Variable in class edu.jas.ring.GroebnerBaseTest
 
q - Variable in class edu.jas.ring.ReductionSolvableTest
 
q - Variable in class edu.jas.ring.ReductionTest
 
q - Variable in class edu.jas.ring.SolvableGroebnerBaseTest
 
q - Variable in class edu.jas.util.DistHashTableTest
 
q - Variable in class edu.jas.util.DistributedListTest
 
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.
QuatMapPolynomial - Class in edu.jas.poly
BigQuaternion Map Polynomial.
QuatMapPolynomial() - Constructor for class edu.jas.poly.QuatMapPolynomial
Constructors for QuatMapPolynomial
QuatMapPolynomial(int) - Constructor for class edu.jas.poly.QuatMapPolynomial
 
QuatMapPolynomial(Map) - Constructor for class edu.jas.poly.QuatMapPolynomial
 
QuatMapPolynomial(String[]) - Constructor for class edu.jas.poly.QuatMapPolynomial
 
QuatMapPolynomial(Coefficient, ExpVector) - Constructor for class edu.jas.poly.QuatMapPolynomial
 
QuatMapPolynomialTest - Class in edu.jas.poly
QuatMapPolynomial Test using JUnit
QuatMapPolynomialTest(String) - Constructor for class edu.jas.poly.QuatMapPolynomialTest
Constructs a QuatMapPolynomialTest object.
QuatOrderedMapPolynomial - Class in edu.jas.poly
BigQuaternion Ordered Map Polynomial.
QuatOrderedMapPolynomial() - Constructor for class edu.jas.poly.QuatOrderedMapPolynomial
Constructors for QuatOrderedMapPolynomial
QuatOrderedMapPolynomial(int) - Constructor for class edu.jas.poly.QuatOrderedMapPolynomial
 
QuatOrderedMapPolynomial(Map) - Constructor for class edu.jas.poly.QuatOrderedMapPolynomial
 
QuatOrderedMapPolynomial(String[]) - Constructor for class edu.jas.poly.QuatOrderedMapPolynomial
 
QuatOrderedMapPolynomial(Coefficient, ExpVector) - Constructor for class edu.jas.poly.QuatOrderedMapPolynomial
 
QuatOrderedMapPolynomial(TermOrder) - Constructor for class edu.jas.poly.QuatOrderedMapPolynomial
 
QuatOrderedMapPolynomial(TermOrder, Map) - Constructor for class edu.jas.poly.QuatOrderedMapPolynomial
 
QuatOrderedMapPolynomial(OrderedPolynomial) - Constructor for class edu.jas.poly.QuatOrderedMapPolynomial
 
QuatOrderedMapPolynomial(UnorderedPolynomial) - Constructor for class edu.jas.poly.QuatOrderedMapPolynomial
 
QuatOrderedMapPolynomial(TermOrder, UnorderedPolynomial) - Constructor for class edu.jas.poly.QuatOrderedMapPolynomial
 
QuatOrderedMapPolynomial(TermOrder, OrderedPolynomial) - Constructor for class edu.jas.poly.QuatOrderedMapPolynomial
 
QuatOrderedMapPolynomialTest - Class in edu.jas.poly
QuatOrderedMapPolynomial Test using JUnit
QuatOrderedMapPolynomialTest(String) - Constructor for class edu.jas.poly.QuatOrderedMapPolynomialTest
Constructs a QuatOrderedMapPolynomialTest object.
QuatSolvableOrderedMapPolynomial - Class in edu.jas.poly
BigQuaternion Solvable Ordered Map Polynomial.
QuatSolvableOrderedMapPolynomial(RelationTable) - Constructor for class edu.jas.poly.QuatSolvableOrderedMapPolynomial
Constructors for QuatSolvableOrderedMapPolynomial
QuatSolvableOrderedMapPolynomial(RelationTable, int) - Constructor for class edu.jas.poly.QuatSolvableOrderedMapPolynomial
 
QuatSolvableOrderedMapPolynomial(RelationTable, Map) - Constructor for class edu.jas.poly.QuatSolvableOrderedMapPolynomial
 
QuatSolvableOrderedMapPolynomial(RelationTable, String[]) - Constructor for class edu.jas.poly.QuatSolvableOrderedMapPolynomial
 
QuatSolvableOrderedMapPolynomial(RelationTable, Coefficient, ExpVector) - Constructor for class edu.jas.poly.QuatSolvableOrderedMapPolynomial
 
QuatSolvableOrderedMapPolynomial(RelationTable, TermOrder) - Constructor for class edu.jas.poly.QuatSolvableOrderedMapPolynomial
 
QuatSolvableOrderedMapPolynomial(RelationTable, TermOrder, Map) - Constructor for class edu.jas.poly.QuatSolvableOrderedMapPolynomial
 
QuatSolvableOrderedMapPolynomial(RelationTable, OrderedPolynomial) - Constructor for class edu.jas.poly.QuatSolvableOrderedMapPolynomial
 
QuatSolvableOrderedMapPolynomial(RelationTable, UnorderedPolynomial) - Constructor for class edu.jas.poly.QuatSolvableOrderedMapPolynomial
 
QuatSolvableOrderedMapPolynomial(RelationTable, TermOrder, UnorderedPolynomial) - Constructor for class edu.jas.poly.QuatSolvableOrderedMapPolynomial
 
QuatSolvableOrderedMapPolynomial(RelationTable, TermOrder, OrderedPolynomial) - Constructor for class edu.jas.poly.QuatSolvableOrderedMapPolynomial
 
QuatSolvableOrderedMapPolynomialTest - Class in edu.jas.poly
QuatSolvableOrderedMapPolynomial Test using JUnit
QuatSolvableOrderedMapPolynomialTest(String) - Constructor for class edu.jas.poly.QuatSolvableOrderedMapPolynomialTest
Constructs a QuatSolvableOrderedMapPolynomialTest object.

R

random(int) - Method in class edu.jas.arith.BigComplex
random complex number
random(int) - Method in class edu.jas.arith.BigInteger
 
random(int) - Method in class edu.jas.arith.BigQuaternion
random quaternion number
random(int) - Method in class edu.jas.arith.BigRational
Rational number, random.
random(int) - Method in interface edu.jas.arith.Coefficient
 
RatMapPolynomial - Class in edu.jas.poly
BigRational Map Polynomial.
RatMapPolynomial() - Constructor for class edu.jas.poly.RatMapPolynomial
Constructors for RatMapPolynomial
RatMapPolynomial(int) - Constructor for class edu.jas.poly.RatMapPolynomial
 
RatMapPolynomial(Map) - Constructor for class edu.jas.poly.RatMapPolynomial
 
RatMapPolynomial(String[]) - Constructor for class edu.jas.poly.RatMapPolynomial
 
RatMapPolynomial(Coefficient, ExpVector) - Constructor for class edu.jas.poly.RatMapPolynomial
 
RatMapPolynomialTest - Class in edu.jas.poly
RatMapPolynomial Test using JUnit
RatMapPolynomialTest(String) - Constructor for class edu.jas.poly.RatMapPolynomialTest
Constructs a RatMapPolynomialTest object.
RatOrderedMapPolynomial - Class in edu.jas.poly
BigRational Ordered Map Polynomial.
RatOrderedMapPolynomial() - Constructor for class edu.jas.poly.RatOrderedMapPolynomial
Constructors for RatOrderedMapPolynomial
RatOrderedMapPolynomial(int) - Constructor for class edu.jas.poly.RatOrderedMapPolynomial
 
RatOrderedMapPolynomial(Map) - Constructor for class edu.jas.poly.RatOrderedMapPolynomial
 
RatOrderedMapPolynomial(String[]) - Constructor for class edu.jas.poly.RatOrderedMapPolynomial
 
RatOrderedMapPolynomial(Coefficient, ExpVector) - Constructor for class edu.jas.poly.RatOrderedMapPolynomial
 
RatOrderedMapPolynomial(TermOrder) - Constructor for class edu.jas.poly.RatOrderedMapPolynomial
 
RatOrderedMapPolynomial(TermOrder, Map) - Constructor for class edu.jas.poly.RatOrderedMapPolynomial
 
RatOrderedMapPolynomial(OrderedPolynomial) - Constructor for class edu.jas.poly.RatOrderedMapPolynomial
 
RatOrderedMapPolynomial(UnorderedPolynomial) - Constructor for class edu.jas.poly.RatOrderedMapPolynomial
 
RatOrderedMapPolynomial(TermOrder, UnorderedPolynomial) - Constructor for class edu.jas.poly.RatOrderedMapPolynomial
 
RatOrderedMapPolynomial(TermOrder, OrderedPolynomial) - Constructor for class edu.jas.poly.RatOrderedMapPolynomial
 
RatOrderedMapPolynomialTest - Class in edu.jas.poly
RatOrderedMapPolynomial Test using JUnit
RatOrderedMapPolynomialTest(String) - Constructor for class edu.jas.poly.RatOrderedMapPolynomialTest
Constructs a RatOrderedMapPolynomialTest object.
RatSolvableOrderedMapPolynomial - Class in edu.jas.poly
BigRational Solvable Ordered Map Polynomial.
RatSolvableOrderedMapPolynomial(RelationTable) - Constructor for class edu.jas.poly.RatSolvableOrderedMapPolynomial
Constructors for RatSolvableOrderedMapPolynomial
RatSolvableOrderedMapPolynomial(RelationTable, int) - Constructor for class edu.jas.poly.RatSolvableOrderedMapPolynomial
 
RatSolvableOrderedMapPolynomial(RelationTable, Map) - Constructor for class edu.jas.poly.RatSolvableOrderedMapPolynomial
 
RatSolvableOrderedMapPolynomial(RelationTable, String[]) - Constructor for class edu.jas.poly.RatSolvableOrderedMapPolynomial
 
RatSolvableOrderedMapPolynomial(RelationTable, Coefficient, ExpVector) - Constructor for class edu.jas.poly.RatSolvableOrderedMapPolynomial
 
RatSolvableOrderedMapPolynomial(RelationTable, TermOrder, Coefficient, ExpVector) - Constructor for class edu.jas.poly.RatSolvableOrderedMapPolynomial
 
RatSolvableOrderedMapPolynomial(RelationTable, TermOrder) - Constructor for class edu.jas.poly.RatSolvableOrderedMapPolynomial
 
RatSolvableOrderedMapPolynomial(RelationTable, TermOrder, Map) - Constructor for class edu.jas.poly.RatSolvableOrderedMapPolynomial
 
RatSolvableOrderedMapPolynomial(RelationTable, OrderedPolynomial) - Constructor for class edu.jas.poly.RatSolvableOrderedMapPolynomial
 
RatSolvableOrderedMapPolynomial(RelationTable, UnorderedPolynomial) - Constructor for class edu.jas.poly.RatSolvableOrderedMapPolynomial
 
RatSolvableOrderedMapPolynomial(RelationTable, TermOrder, UnorderedPolynomial) - Constructor for class edu.jas.poly.RatSolvableOrderedMapPolynomial
 
RatSolvableOrderedMapPolynomial(RelationTable, TermOrder, OrderedPolynomial) - Constructor for class edu.jas.poly.RatSolvableOrderedMapPolynomial
 
RatSolvableOrderedMapPolynomialTest - Class in edu.jas.poly
RatSolvableOrderedMapPolynomial Test using JUnit
RatSolvableOrderedMapPolynomialTest(String) - Constructor for class edu.jas.poly.RatSolvableOrderedMapPolynomialTest
Constructs a RatSolvableOrderedMapPolynomialTest object.
receive(int) - Method in class edu.jas.util.ExecutableChannels
recieve on channel i
ReducerClient - Class in edu.jas.ring
distributed clients reducing worker threads
ReducerClient(SocketChannel, DistHashTable) - Constructor for class edu.jas.ring.ReducerClient
 
ReducerServer - Class in edu.jas.ring
distributed server reducing worker threads
ReducerServer(Terminator, ChannelFactory, DistHashTable, List, OrderedPairlist) - Constructor for class edu.jas.ring.ReducerServer
 
Reduction - Class in edu.jas.ring
Polynomial Reduction class.
Reduction() - Constructor for class edu.jas.ring.Reduction
 
ReductionSolvableTest - Class in edu.jas.ring
Reduction Test using JUnit
ReductionSolvableTest(String) - Constructor for class edu.jas.ring.ReductionSolvableTest
Constructs a ReductionSolvableTest object.
ReductionTest - Class in edu.jas.ring
Reduction Test using JUnit
ReductionTest(String) - Constructor for class edu.jas.ring.ReductionTest
Constructs a ReductionTest object.
RelationTable - Class in edu.jas.poly
RelationTable for solvable polynomials.
RelationTable() - Constructor for class edu.jas.poly.RelationTable
Constructors for RelationTable
RelationTableTest - Class in edu.jas.poly
RelationTable Test using JUnit
RelationTableTest(String) - Constructor for class edu.jas.poly.RelationTableTest
Constructs a RelationTableTest object.
remainder(Coefficient) - Method in class edu.jas.arith.BigInteger
 
remCount() - Method in class edu.jas.ring.OrderedPairlist
Get the number of required pairs removed from the pairlist
remCount() - Method in class edu.jas.ring.OrderedPairlistPS
Get the number of required pairs removed from the pairlist
RemoteExecutable - Interface in edu.jas.util
Interface RemoteExecutable used to mark a Serializable and Runnable class
removeAndPut() - Method in class edu.jas.ring.OrderedPairlistPS
 
removeNext() - Method in class edu.jas.ring.OrderedPairlist
remove the next required pair from the pairlist and reduction matrix appy the criterions 3 and 4 to see if the S-polynomial is required
removeNext() - Method in class edu.jas.ring.OrderedPairlistPS
remove the next required pair from the pairlist and reduction matrix appy the criterions 3 and 4 to see if the S-polynomial is required
removeNextParallel() - Method in class edu.jas.ring.OrderedPairlistPS
remove the next required pair from the pairlist and reduction matrix appy the criterions 3 and 4 to see if the S-polynomial is required
removeZeros() - Method in class edu.jas.ring.OrderedPairlistPS
 
resolution(ModuleList) - Static method in class edu.jas.module.SolvableSyzygy
Resolution of a module.
resolution(PolynomialList) - Static method in class edu.jas.module.SolvableSyzygy
Resolution of a polynomial list.
resolution(ModuleList) - Static method in class edu.jas.module.Syzygy
Resolution of a module.
resolution(PolynomialList) - Static method in class edu.jas.module.Syzygy
Resolution of a polynomial list.
ResPart - Class in edu.jas.module
 
ResPart(ModuleList, ModuleList, ModuleList) - Constructor for class edu.jas.module.ResPart
 
ResPolPart - Class in edu.jas.module
 
ResPolPart(PolynomialList, PolynomialList, ModuleList) - Constructor for class edu.jas.module.ResPolPart
 
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
 
rl - Variable in class edu.jas.module.ModGroebnerBaseTest
 
rl - Variable in class edu.jas.module.ModSolvableGroebnerBaseTest
 
rl - Variable in class edu.jas.module.ModuleListTest
 
rl - Variable in class edu.jas.module.SolvableSyzygyTest
 
rl - Variable in class edu.jas.module.SyzygyTest
 
rl - Variable in class edu.jas.poly.ComplexMapPolynomialTest
 
rl - Variable in class edu.jas.poly.ComplexOrderedMapPolynomialTest
 
rl - Variable in class edu.jas.poly.ComplexSolvableOrderedMapPolynomialTest
 
rl - Variable in class edu.jas.poly.IntOrderedMapPolynomialTest
 
rl - Variable in class edu.jas.poly.IntSolvableOrderedMapPolynomialTest
 
rl - Variable in class edu.jas.poly.QuatMapPolynomialTest
 
rl - Variable in class edu.jas.poly.QuatOrderedMapPolynomialTest
 
rl - Variable in class edu.jas.poly.QuatSolvableOrderedMapPolynomialTest
 
rl - Variable in class edu.jas.poly.RatMapPolynomialTest
 
rl - Variable in class edu.jas.poly.RatOrderedMapPolynomialTest
 
rl - Variable in class edu.jas.poly.RatSolvableOrderedMapPolynomialTest
 
rl - Variable in class edu.jas.ring.GroebnerBasePSTent
 
rl - Variable in class edu.jas.ring.GroebnerBaseTest
 
rl - Variable in class edu.jas.ring.ReductionSolvableTest
 
rl - Variable in class edu.jas.ring.ReductionTest
 
rl - Variable in class edu.jas.ring.SolvableGroebnerBaseTest
 
rl - Variable in class edu.jas.util.DistHashTableTest
 
rl - Variable in class edu.jas.util.DistributedListTest
 
RNABS(BigRational) - Static method in class edu.jas.arith.BigRational
 
RNCOMP(BigRational, BigRational) - Static method in class edu.jas.arith.BigRational
 
RNDEN(BigRational) - Static method in class edu.jas.arith.BigRational
Rational number denominator.
RNDIF(BigRational, BigRational) - Static method in class edu.jas.arith.BigRational
 
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
 
RNNEG(BigRational) - Static method in class edu.jas.arith.BigRational
 
RNNUM(BigRational) - Static method in class edu.jas.arith.BigRational
Rational number numerator.
RNONE - Static variable in class edu.jas.arith.BigRational
 
RNPROD(BigRational, BigRational) - Static method in class edu.jas.arith.BigRational
 
RNQ(BigRational, BigRational) - Static method in class edu.jas.arith.BigRational
 
RNRAND(int) - Static method in class edu.jas.arith.BigRational
 
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
 
RNSUM(BigRational, BigRational) - Static method in class edu.jas.arith.BigRational
 
RNZERO - Static variable in class edu.jas.arith.BigRational
 
run() - Method in class edu.jas.ring.Clients
 
run() - Method in class edu.jas.ring.ClientsPS
 
run() - Method in class edu.jas.ring.GBClient
 
run() - Method in class edu.jas.ring.GBClientPS
 
run() - Method in class edu.jas.ring.GroebnerBaseDistributedPS.MiReducerClientPS
 
run() - Method in class edu.jas.ring.GroebnerBaseDistributedPS.MiReducerServerPS
 
run() - Method in class edu.jas.ring.GroebnerBaseDistributedPS.ReducerClientPS
 
run() - Method in class edu.jas.ring.GroebnerBaseDistributedPS.ReducerServerPS
 
run() - Method in class edu.jas.ring.GroebnerBaseParallel.MiReducer
 
run() - Method in class edu.jas.ring.GroebnerBaseParallel.Reducer
 
run() - Method in class edu.jas.ring.GroebnerBaseParallelPS.MiReducerPS
 
run() - Method in class edu.jas.ring.GroebnerBaseParallelPS.ReducerPS
 
run() - Method in class edu.jas.ring.MiReducerClient
 
run() - Method in class edu.jas.ring.MiReducerServer
 
run() - Method in class edu.jas.ring.ReducerClient
 
run() - Method in class edu.jas.ring.ReducerServer
 
run() - Method in class edu.jas.util.Broadcaster
 
run() - Method in class edu.jas.util.DHTBroadcaster
 
run() - Method in class edu.jas.util.DHTListener
 
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.Executable
 
run() - Method in class edu.jas.util.ExecutableServer
run is main server method
run() - Method in class edu.jas.util.Executor
 
run() - Method in class edu.jas.util.FastWorker
 
run() - Method in class edu.jas.util.Listener
 
run() - Method in class edu.jas.util.PoolThread
Run the thread.
run() - Method in class edu.jas.util.SlowWorker
 
runClient(int) - Static method in class edu.jas.ring.RunGB
 
runClient(String, int) - Static method in class edu.jas.ring.RunRoseClient
 
RunGB - Class in edu.jas.ring
Simple setup to run a GB example.
RunGB() - Constructor for class edu.jas.ring.RunGB
 
runMaster(PolynomialList, int, String, int) - Static method in class edu.jas.ring.RunGB
 
runParallel(PolynomialList, int) - Static method in class edu.jas.ring.RunGB
 
runParallel(PolynomialList, int) - Static method in class edu.jas.ring.RunRose
 
RunRose - Class in edu.jas.ring
Simple setup to run the Rose example.
RunRose() - Constructor for class edu.jas.ring.RunRose
 
RunRoseClient - Class in edu.jas.ring
Simple setup to run the client in the distributed Rose example.
RunRoseClient() - Constructor for class edu.jas.ring.RunRoseClient
 
runSequential(PolynomialList) - Static method in class edu.jas.ring.RunGB
 
runSequential(PolynomialList) - Static method in class edu.jas.ring.RunRose
 
runSequential(PolynomialList, String) - Static method in class edu.jas.ring.RunSGB
 
runServer(PolynomialList, int, int) - Static method in class edu.jas.ring.RunRose
 
RunSGB - Class in edu.jas.ring
Simple setup to run a solvable GB example.
RunSGB() - Constructor for class edu.jas.ring.RunSGB
 

S

s - Variable in class edu.jas.poly.TermOrderTest
 
scalarProduct(List, List) - Static method in class edu.jas.module.Syzygy
Scalar product of vectors of polynomials.
scalarProduct(List, ModuleList) - Static method in class edu.jas.module.Syzygy
product of vector and matrix of polynomials.
scalarProduct(OrderedPolynomial, List) - Static method in class edu.jas.module.Syzygy
Scalar product of polynomial with vector of polynomials.
send(int, Object) - Method in class edu.jas.util.ExecutableChannels
send on channel i
sendChannel(Object, Object) - Method in class edu.jas.util.Broadcaster
 
sendChannel(Object, Object) - Method in class edu.jas.util.DHTBroadcaster
 
sendChannel(DHTTransport) - Method in class edu.jas.util.DHTBroadcaster
 
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
 
setDone() - Method in class edu.jas.util.DHTListener
 
setDone() - Method in class edu.jas.util.Listener
 
setServerPort(int, String) - Method in class edu.jas.util.ExecutableChannels
 
setUp() - Method in class edu.jas.arith.BigComplexTest
 
setUp() - Method in class edu.jas.arith.BigIntegerTest
 
setUp() - Method in class edu.jas.arith.BigQuaternionTest
 
setUp() - Method in class edu.jas.arith.BigRationalTest
 
setUp() - Method in class edu.jas.arith.CoefficientTest
 
setUp() - Method in class edu.jas.module.ModGroebnerBaseTest
 
setUp() - Method in class edu.jas.module.ModSolvableGroebnerBaseTest
 
setUp() - Method in class edu.jas.module.ModuleListTest
 
setUp() - Method in class edu.jas.module.SolvableSyzygyTest
 
setUp() - Method in class edu.jas.module.SyzygyTest
 
setUp() - Method in class edu.jas.poly.ComplexMapPolynomialTest
 
setUp() - Method in class edu.jas.poly.ComplexOrderedMapPolynomialTest
 
setUp() - Method in class edu.jas.poly.ComplexSolvableOrderedMapPolynomialTest
 
setUp() - Method in class edu.jas.poly.ExpVectorTest
 
setUp() - Method in class edu.jas.poly.IntOrderedMapPolynomialTest
 
setUp() - Method in class edu.jas.poly.IntSolvableOrderedMapPolynomialTest
 
setUp() - Method in class edu.jas.poly.QuatMapPolynomialTest
 
setUp() - Method in class edu.jas.poly.QuatOrderedMapPolynomialTest
 
setUp() - Method in class edu.jas.poly.QuatSolvableOrderedMapPolynomialTest
 
setUp() - Method in class edu.jas.poly.RatMapPolynomialTest
 
setUp() - Method in class edu.jas.poly.RatOrderedMapPolynomialTest
 
setUp() - Method in class edu.jas.poly.RatSolvableOrderedMapPolynomialTest
 
setUp() - Method in class edu.jas.poly.RelationTableTest
 
setUp() - Method in class edu.jas.poly.TermOrderTest
 
setUp() - Method in class edu.jas.ring.GroebnerBasePSTent
 
setUp() - Method in class edu.jas.ring.GroebnerBaseTest
 
setUp() - Method in class edu.jas.ring.ReductionSolvableTest
 
setUp() - Method in class edu.jas.ring.ReductionTest
 
setUp() - Method in class edu.jas.ring.SolvableGroebnerBaseTest
 
setUp() - Method in class edu.jas.util.DistHashTableTest
 
setUp() - Method in class edu.jas.util.DistributedListTest
 
setUp() - Method in class edu.jas.util.ExecutableChannelsTest
 
setUp() - Method in class edu.jas.util.ExecutableServerTest
 
setUp() - Method in class edu.jas.util.ThreadPoolTest
 
setVal(int, long) - Method in class edu.jas.poly.ExpVector
 
setVars(String[]) - Method in class edu.jas.poly.MapPolynomial
 
setVars(String[]) - Method in class edu.jas.poly.OrderedMapPolynomial
 
setVars(String[]) - Method in interface edu.jas.poly.OrderedPolynomial
 
setVars(String[]) - Method in interface edu.jas.poly.UnorderedPolynomial
 
setZero() - Method in class edu.jas.ring.Pair
set zero reduction
signum() - Method in class edu.jas.arith.BigComplex
 
signum() - Method in class edu.jas.arith.BigInteger
 
signum() - Method in class edu.jas.arith.BigQuaternion
 
signum() - Method in class edu.jas.arith.BigRational
Rational number sign.
signum() - Method in interface edu.jas.arith.Coefficient
 
size() - Method in class edu.jas.poly.RelationTable
 
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
SlowWorker - Class in edu.jas.util
Utility class for ThreadPool Test
SlowWorker() - Constructor for class edu.jas.util.SlowWorker
 
SolvableGroebnerBase - Class in edu.jas.ring
Solvable Groebner Bases class.
SolvableGroebnerBase() - Constructor for class edu.jas.ring.SolvableGroebnerBase
 
SolvableGroebnerBaseTest - Class in edu.jas.ring
SolvableGroebnerBase Test using JUnit
SolvableGroebnerBaseTest(String) - Constructor for class edu.jas.ring.SolvableGroebnerBaseTest
Constructs a SolvableGroebnerBaseTest object.
SolvableOrderedMapPolynomial - Class in edu.jas.poly
Solvable Ordered Map Polynomial.
SolvableOrderedMapPolynomial(RelationTable) - Constructor for class edu.jas.poly.SolvableOrderedMapPolynomial
Constructors for SolvableOrderedMapPolynomial
SolvableOrderedMapPolynomial(RelationTable, int) - Constructor for class edu.jas.poly.SolvableOrderedMapPolynomial
 
SolvableOrderedMapPolynomial(RelationTable, Map) - Constructor for class edu.jas.poly.SolvableOrderedMapPolynomial
 
SolvableOrderedMapPolynomial(RelationTable, String[]) - Constructor for class edu.jas.poly.SolvableOrderedMapPolynomial
 
SolvableOrderedMapPolynomial(RelationTable, Coefficient, ExpVector) - Constructor for class edu.jas.poly.SolvableOrderedMapPolynomial
 
SolvableOrderedMapPolynomial(RelationTable, TermOrder, Coefficient, ExpVector) - Constructor for class edu.jas.poly.SolvableOrderedMapPolynomial
 
SolvableOrderedMapPolynomial(RelationTable, TermOrder) - Constructor for class edu.jas.poly.SolvableOrderedMapPolynomial
 
SolvableOrderedMapPolynomial(RelationTable, TermOrder, Map) - Constructor for class edu.jas.poly.SolvableOrderedMapPolynomial
 
SolvableOrderedMapPolynomial(RelationTable, OrderedPolynomial) - Constructor for class edu.jas.poly.SolvableOrderedMapPolynomial
 
SolvableOrderedMapPolynomial(RelationTable, UnorderedPolynomial) - Constructor for class edu.jas.poly.SolvableOrderedMapPolynomial
 
SolvableOrderedMapPolynomial(RelationTable, TermOrder, UnorderedPolynomial) - Constructor for class edu.jas.poly.SolvableOrderedMapPolynomial
 
SolvableOrderedMapPolynomial(RelationTable, TermOrder, OrderedPolynomial) - Constructor for class edu.jas.poly.SolvableOrderedMapPolynomial
 
SolvablePolynomial - Interface in edu.jas.poly
Solvable Polynomial Interface.
SolvableSyzygy - Class in edu.jas.module
Syzygy class for solvable polynomials.
SolvableSyzygy() - Constructor for class edu.jas.module.SolvableSyzygy
 
SolvableSyzygyTest - Class in edu.jas.module
SolvableSyzygy Test using JUnit
SolvableSyzygyTest(String) - Constructor for class edu.jas.module.SolvableSyzygyTest
Constructs a SolvableSyzygyTest object.
SolvResPart - Class in edu.jas.module
 
SolvResPart(ModuleList, ModuleList, ModuleList) - Constructor for class edu.jas.module.SolvResPart
 
SolvResPolPart - Class in edu.jas.module
 
SolvResPolPart(PolynomialList, PolynomialList, ModuleList) - Constructor for class edu.jas.module.SolvResPolPart
 
sort(List) - Static method in class edu.jas.module.OrderedModuleList
Sort a list of vectors of polynomials with respect to the ascending order of the leading Exponent vectors of the first column.
sort(List) - Static method in class edu.jas.poly.OrderedPolynomialList
Sort a list of polynomials with respect to the ascending order of the leading Exponent vectors.
SPolynomial(ArrayList, int, OrderedPolynomial, int, OrderedPolynomial) - Static method in class edu.jas.module.Syzygy
S-Polynomial
SPolynomial(OrderedPolynomial, OrderedPolynomial) - Static method in class edu.jas.ring.Reduction
S-Polynomial
stdVars() - Method in class edu.jas.poly.ExpVector
Standard vars.
STDVARS(int) - Static method in class edu.jas.poly.ExpVector
 
strategy - Variable in class edu.jas.util.ThreadPool
 
StrategyEnumeration - Class in edu.jas.util
StrategyEnumeration This class names possible / implemented strategies.
subst(int, long) - Method in class edu.jas.poly.ExpVector
 
subtract(Coefficient) - Method in class edu.jas.arith.BigComplex
 
subtract(Coefficient) - Method in class edu.jas.arith.BigInteger
 
subtract(Coefficient) - Method in class edu.jas.arith.BigQuaternion
 
subtract(Coefficient) - Method in class edu.jas.arith.BigRational
Rational number difference.
subtract(BigRational) - Method in class edu.jas.arith.BigRational
 
subtract(Coefficient) - Method in interface edu.jas.arith.Coefficient
 
subtract(UnorderedPolynomial) - Method in class edu.jas.poly.MapPolynomial
Difference.
subtract(int, UnorderedPolynomial) - Method in class edu.jas.poly.MapPolynomial
Difference.
subtract(OrderedPolynomial) - Method in class edu.jas.poly.OrderedMapPolynomial
Difference.
subtract(Coefficient, ExpVector) - Method in class edu.jas.poly.OrderedMapPolynomial
 
subtract(OrderedPolynomial) - Method in interface edu.jas.poly.OrderedPolynomial
 
subtract(Coefficient, ExpVector) - Method in interface edu.jas.poly.OrderedPolynomial
 
subtract(UnorderedPolynomial) - Method in interface edu.jas.poly.UnorderedPolynomial
 
suite() - Static method in class edu.jas.arith.BigComplexTest
 
suite() - Static method in class edu.jas.arith.BigIntegerTest
 
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.CoefficientTest
 
suite() - Static method in class edu.jas.module.ModGroebnerBaseTest
 
suite() - Static method in class edu.jas.module.ModSolvableGroebnerBaseTest
 
suite() - Static method in class edu.jas.module.ModuleListTest
 
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.ComplexMapPolynomialTest
 
suite() - Static method in class edu.jas.poly.ComplexOrderedMapPolynomialTest
 
suite() - Static method in class edu.jas.poly.ComplexSolvableOrderedMapPolynomialTest
 
suite() - Static method in class edu.jas.poly.ExpVectorTest
 
suite() - Static method in class edu.jas.poly.IntOrderedMapPolynomialTest
 
suite() - Static method in class edu.jas.poly.IntSolvableOrderedMapPolynomialTest
 
suite() - Static method in class edu.jas.poly.QuatMapPolynomialTest
 
suite() - Static method in class edu.jas.poly.QuatOrderedMapPolynomialTest
 
suite() - Static method in class edu.jas.poly.QuatSolvableOrderedMapPolynomialTest
 
suite() - Static method in class edu.jas.poly.RatMapPolynomialTest
 
suite() - Static method in class edu.jas.poly.RatOrderedMapPolynomialTest
 
suite() - Static method in class edu.jas.poly.RatSolvableOrderedMapPolynomialTest
 
suite() - Static method in class edu.jas.poly.RelationTableTest
 
suite() - Static method in class edu.jas.poly.TermOrderTest
 
suite() - Static method in class edu.jas.ring.GroebnerBasePSTent
 
suite() - Static method in class edu.jas.ring.GroebnerBaseTest
 
suite() - Static method in class edu.jas.ring.ReductionSolvableTest
 
suite() - Static method in class edu.jas.ring.ReductionTest
 
suite() - Static method in class edu.jas.ring.SolvableGroebnerBaseTest
 
suite() - Static method in class edu.jas.util.DistHashTableTest
 
suite() - Static method in class edu.jas.util.DistributedListTest
 
suite() - Static method in class edu.jas.util.ExecutableChannelsTest
 
suite() - Static method in class edu.jas.util.ExecutableServerTest
 
suite() - Static method in class edu.jas.util.ThreadPoolTest
 
sum(ExpVector) - Method in class edu.jas.poly.ExpVector
 
sum1() - Method in class edu.jas.ring.Katsura
 
sumUm(int) - Method in class edu.jas.ring.Katsura
 
syzygy - Variable in class edu.jas.module.ResPart
 
syzygy - Variable in class edu.jas.module.ResPolPart
 
syzygy - Variable in class edu.jas.module.SolvResPart
 
syzygy - Variable in class edu.jas.module.SolvResPolPart
 
Syzygy - Class in edu.jas.module
Syzygy class.
Syzygy() - Constructor for class edu.jas.module.Syzygy
 
SyzygyTest - Class in edu.jas.module
Syzygy Test using JUnit
SyzygyTest(String) - Constructor for class edu.jas.module.SyzygyTest
Constructs a SyzygyTest object.

T

t - Variable in class edu.jas.poly.TermOrderTest
 
table - Variable in class edu.jas.module.ModSolvableGroebnerBaseTest
 
table - Variable in class edu.jas.module.ModuleList
 
table - Variable in class edu.jas.module.SolvableSyzygyTest
 
table - Variable in class edu.jas.poly.ComplexSolvableOrderedMapPolynomialTest
 
table - Variable in class edu.jas.poly.IntSolvableOrderedMapPolynomialTest
 
table - Variable in class edu.jas.poly.PolynomialList
 
table - Variable in class edu.jas.poly.QuatSolvableOrderedMapPolynomialTest
 
table - Variable in class edu.jas.poly.RatSolvableOrderedMapPolynomialTest
 
table - Variable in class edu.jas.poly.RelationTableTest
 
table - Variable in class edu.jas.poly.SolvableOrderedMapPolynomial
 
table - Variable in class edu.jas.ring.ReductionSolvableTest
 
table - Variable in class edu.jas.ring.SolvableGroebnerBaseTest
 
TableRelation - Class in edu.jas.poly
TableRelation container for storage and printing in RelationTable.
TableRelation(ExpVector, ExpVector, OrderedPolynomial) - Constructor for class edu.jas.poly.TableRelation
 
tearDown() - Method in class edu.jas.arith.BigComplexTest
 
tearDown() - Method in class edu.jas.arith.BigIntegerTest
 
tearDown() - Method in class edu.jas.arith.BigQuaternionTest
 
tearDown() - Method in class edu.jas.arith.BigRationalTest
 
tearDown() - Method in class edu.jas.arith.CoefficientTest
 
tearDown() - Method in class edu.jas.module.ModGroebnerBaseTest
 
tearDown() - Method in class edu.jas.module.ModSolvableGroebnerBaseTest
 
tearDown() - Method in class edu.jas.module.ModuleListTest
 
tearDown() - Method in class edu.jas.module.SolvableSyzygyTest
 
tearDown() - Method in class edu.jas.module.SyzygyTest
 
tearDown() - Method in class edu.jas.poly.ComplexMapPolynomialTest
 
tearDown() - Method in class edu.jas.poly.ComplexOrderedMapPolynomialTest
 
tearDown() - Method in class edu.jas.poly.ComplexSolvableOrderedMapPolynomialTest
 
tearDown() - Method in class edu.jas.poly.ExpVectorTest
 
tearDown() - Method in class edu.jas.poly.IntOrderedMapPolynomialTest
 
tearDown() - Method in class edu.jas.poly.IntSolvableOrderedMapPolynomialTest
 
tearDown() - Method in class edu.jas.poly.QuatMapPolynomialTest
 
tearDown() - Method in class edu.jas.poly.QuatOrderedMapPolynomialTest
 
tearDown() - Method in class edu.jas.poly.QuatSolvableOrderedMapPolynomialTest
 
tearDown() - Method in class edu.jas.poly.RatMapPolynomialTest
 
tearDown() - Method in class edu.jas.poly.RatOrderedMapPolynomialTest
 
tearDown() - Method in class edu.jas.poly.RatSolvableOrderedMapPolynomialTest
 
tearDown() - Method in class edu.jas.poly.RelationTableTest
 
tearDown() - Method in class edu.jas.poly.TermOrderTest
 
tearDown() - Method in class edu.jas.ring.GroebnerBasePSTent
 
tearDown() - Method in class edu.jas.ring.GroebnerBaseTest
 
tearDown() - Method in class edu.jas.ring.ReductionSolvableTest
 
tearDown() - Method in class edu.jas.ring.ReductionTest
 
tearDown() - Method in class edu.jas.ring.SolvableGroebnerBaseTest
 
tearDown() - Method in class edu.jas.util.DistHashTableTest
 
tearDown() - Method in class edu.jas.util.DistributedListTest
 
tearDown() - Method in class edu.jas.util.ExecutableChannelsTest
 
tearDown() - Method in class edu.jas.util.ExecutableServerTest
 
tearDown() - Method in class edu.jas.util.ThreadPoolTest
 
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.ExecutableServer
terminate all servers
terminate() - Method in class edu.jas.util.ThreadPool
Terminates the threads
Terminator - Class in edu.jas.util
terminating helper class like a barrier with coming and going
Terminator(int) - Constructor for class edu.jas.util.Terminator
 
TermOrder - Class in edu.jas.poly
Term order class for ordered polynomials.
TermOrder() - Constructor for class edu.jas.poly.TermOrder
Default constructor
TermOrder(int) - Constructor for class edu.jas.poly.TermOrder
Constructor for given order
TermOrder(long[]) - Constructor for class edu.jas.poly.TermOrder
Constructor for given weight order
TermOrder(long[], int) - Constructor for class edu.jas.poly.TermOrder
Constructor for weighted split orders
TermOrder(int, int) - Constructor for class edu.jas.poly.TermOrder
Default constructor for split orders
TermOrder(int, int, int, int) - Constructor for class edu.jas.poly.TermOrder
Constructor for given split orders
TermOrderTest - Class in edu.jas.poly
TermOrder Test using JUnit
TermOrderTest(String) - Constructor for class edu.jas.poly.TermOrderTest
Constructs a TermOrderTest object.
testAddition() - Method in class edu.jas.arith.BigComplexTest
Test addition
testAddition() - Method in class edu.jas.arith.BigIntegerTest
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.poly.ComplexMapPolynomialTest
Test addition
testAddition() - Method in class edu.jas.poly.ComplexOrderedMapPolynomialTest
Test addition
testAddition() - Method in class edu.jas.poly.ComplexSolvableOrderedMapPolynomialTest
Test addition
testAddition() - Method in class edu.jas.poly.ExpVectorTest
Test addition
testAddition() - Method in class edu.jas.poly.IntOrderedMapPolynomialTest
Test addition
testAddition() - Method in class edu.jas.poly.IntSolvableOrderedMapPolynomialTest
Test addition
testAddition() - Method in class edu.jas.poly.QuatMapPolynomialTest
Test addition
testAddition() - Method in class edu.jas.poly.QuatOrderedMapPolynomialTest
Test addition
testAddition() - Method in class edu.jas.poly.QuatSolvableOrderedMapPolynomialTest
Test addition
testAddition() - Method in class edu.jas.poly.RatMapPolynomialTest
Test addition
testAddition() - Method in class edu.jas.poly.RatOrderedMapPolynomialTest
Test addition
testAddition() - Method in class edu.jas.poly.RatSolvableOrderedMapPolynomialTest
Test addition
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
testCompare() - Method in class edu.jas.poly.TermOrderTest
Test compare
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
testCompareSplit() - Method in class edu.jas.poly.TermOrderTest
Test compare split TO
testCompareWeight() - Method in class edu.jas.poly.TermOrderTest
Test compare weight
testCompareWeightSplit() - Method in class edu.jas.poly.TermOrderTest
Test compare weight split
testComplexAddition() - Method in class edu.jas.arith.CoefficientTest
Test addition for Complex
testComplexConstants() - Method in class edu.jas.arith.CoefficientTest
Test static initialization and constants for BigComplex
testComplexConstructor() - Method in class edu.jas.arith.CoefficientTest
Test string constructor and toString for BigComplex
testComplexMultiplication() - Method in class edu.jas.arith.CoefficientTest
Test multiplication for Complex
testComplexRandom() - Method in class edu.jas.arith.CoefficientTest
Test random and compares Complex
testComplexReduction() - Method in class edu.jas.ring.ReductionSolvableTest
Test Complex reduction
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.BigIntegerTest
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
testConstructor() - Method in class edu.jas.arith.BigComplexTest
Test constructor and toString
testConstructor() - Method in class edu.jas.arith.BigIntegerTest
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.module.ModuleListTest
Test constructor and toString
testConstructor() - Method in class edu.jas.poly.ComplexMapPolynomialTest
Test constructor and toString
testConstructor() - Method in class edu.jas.poly.ComplexOrderedMapPolynomialTest
Test constructor and toString
testConstructor() - Method in class edu.jas.poly.ComplexSolvableOrderedMapPolynomialTest
Test constructor and toString
testConstructor() - Method in class edu.jas.poly.ExpVectorTest
Test constructor and toString
testConstructor() - Method in class edu.jas.poly.IntOrderedMapPolynomialTest
Test constructor and toString
testConstructor() - Method in class edu.jas.poly.IntSolvableOrderedMapPolynomialTest
Test constructor and toString
testConstructor() - Method in class edu.jas.poly.QuatMapPolynomialTest
Test constructor and toString
testConstructor() - Method in class edu.jas.poly.QuatOrderedMapPolynomialTest
Test constructor and toString
testConstructor() - Method in class edu.jas.poly.QuatSolvableOrderedMapPolynomialTest
Test constructor and toString
testConstructor() - Method in class edu.jas.poly.RatMapPolynomialTest
Test constructor and toString
testConstructor() - Method in class edu.jas.poly.RatOrderedMapPolynomialTest
Test constructor and toString
testConstructor() - Method in class edu.jas.poly.RatSolvableOrderedMapPolynomialTest
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
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
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.
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.
testDistributedList4() - Method in class edu.jas.util.DistributedListTest
Tests DistributedLists with BigInteger, BigRational etc.
testDistributedList5() - Method in class edu.jas.util.DistributedListTest
Tests DistributedLists with Polynomials.
testDistributedList6() - Method in class edu.jas.util.DistributedListTest
Tests if the two created DistributedLists have #n objects as content when one is created later.
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
testGBase() - Method in class edu.jas.ring.GroebnerBasePSTent
Test GBase
testGcd() - Method in class edu.jas.arith.BigIntegerTest
Test gcd
testIntegerAddition() - Method in class edu.jas.arith.CoefficientTest
Test addition for Integer
testIntegerConstants() - Method in class edu.jas.arith.CoefficientTest
Test static initialization and constants for BigInteger
testIntegerConstructor() - Method in class edu.jas.arith.CoefficientTest
Test string constructor and toString for BigInteger
testIntegerMultiplication() - Method in class edu.jas.arith.CoefficientTest
Test multiplication for Integer
testIntegerRandom() - Method in class edu.jas.arith.CoefficientTest
Test random and compares Integer
testLcm() - Method in class edu.jas.poly.ExpVectorTest
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
testMod() - Method in class edu.jas.arith.BigIntegerTest
Test mod
testModuleList() - Method in class edu.jas.module.ModuleListTest
Test module list
testModulePolynomialList() - Method in class edu.jas.module.ModuleListTest
Test module and polynomial list
testModulePolynomialModuleList() - Method in class edu.jas.module.ModuleListTest
Test module and polynomial and module list
testModulePolynomialModuleListPolynomial() - Method in class edu.jas.module.ModuleListTest
Test module and polynomial and module and polynomial list
testMultiplication() - Method in class edu.jas.arith.BigComplexTest
Test multiplication
testMultiplication() - Method in class edu.jas.arith.BigIntegerTest
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.poly.ComplexMapPolynomialTest
Test multiplication
testMultiplication() - Method in class edu.jas.poly.ComplexOrderedMapPolynomialTest
Test multiplication
testMultiplication() - Method in class edu.jas.poly.ComplexSolvableOrderedMapPolynomialTest
Test multiplication
testMultiplication() - Method in class edu.jas.poly.IntOrderedMapPolynomialTest
Test multiplication
testMultiplication() - Method in class edu.jas.poly.IntSolvableOrderedMapPolynomialTest
Test multiplication
testMultiplication() - Method in class edu.jas.poly.QuatMapPolynomialTest
Test multiplication
testMultiplication() - Method in class edu.jas.poly.QuatOrderedMapPolynomialTest
Test multiplication
testMultiplication() - Method in class edu.jas.poly.QuatSolvableOrderedMapPolynomialTest
Test multiplication
testMultiplication() - Method in class edu.jas.poly.RatMapPolynomialTest
Test multiplication
testMultiplication() - Method in class edu.jas.poly.RatOrderedMapPolynomialTest
Test multiplication
testMultiplication() - Method in class edu.jas.poly.RatSolvableOrderedMapPolynomialTest
Test multiplication
testMultiplication1() - Method in class edu.jas.poly.ComplexOrderedMapPolynomialTest
Test object multiplication
testMultiplication1() - Method in class edu.jas.poly.ComplexSolvableOrderedMapPolynomialTest
Test object multiplication
testMultiplication1() - Method in class edu.jas.poly.IntOrderedMapPolynomialTest
Test object multiplication
testMultiplication1() - Method in class edu.jas.poly.IntSolvableOrderedMapPolynomialTest
Test object multiplication
testMultiplication1() - Method in class edu.jas.poly.QuatOrderedMapPolynomialTest
Test object multiplication
testMultiplication1() - Method in class edu.jas.poly.QuatSolvableOrderedMapPolynomialTest
Test object multiplication
testMultiplication1() - Method in class edu.jas.poly.RatOrderedMapPolynomialTest
Test object multiplication
testMultiplication1() - Method in class edu.jas.poly.RatSolvableOrderedMapPolynomialTest
Test object multiplication
testMultiplication2() - Method in class edu.jas.poly.ComplexOrderedMapPolynomialTest
Test object multiplication with add
testMultiplication2() - Method in class edu.jas.poly.IntOrderedMapPolynomialTest
Test object multiplication with add
testMultiplication2() - Method in class edu.jas.poly.QuatOrderedMapPolynomialTest
Test object multiplication with add
testMultiplication2() - Method in class edu.jas.poly.RatOrderedMapPolynomialTest
Test object multiplication with add
testMultiplicationAxioms() - Method in class edu.jas.arith.BigQuaternionTest
Test multiplication axioms
testParallelGBase() - Method in class edu.jas.ring.GroebnerBasePSTent
Test parallel GBase
testParallelGBase() - Method in class edu.jas.ring.GroebnerBaseTest
Test parallel GBase
testPolynomialList() - Method in class edu.jas.module.ModuleListTest
Test polynomial list
testQuaternionAddition() - Method in class edu.jas.arith.CoefficientTest
Test addition for Quaternion
testQuaternionConstants() - Method in class edu.jas.arith.CoefficientTest
Test static initialization and constants for BigQuaternion
testQuaternionConstructor() - Method in class edu.jas.arith.CoefficientTest
Test string constructor and toString for BigQuaternion
testQuaternionMultiplication() - Method in class edu.jas.arith.CoefficientTest
Test multiplication for Quaternion
testQuaternionRandom() - Method in class edu.jas.arith.CoefficientTest
Test random and compares Quaternion
testRandom() - Method in class edu.jas.arith.BigComplexTest
Test random rationals
testRandom() - Method in class edu.jas.arith.BigIntegerTest
Test random integer
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.poly.ComplexMapPolynomialTest
Test random polynomial
testRandom() - Method in class edu.jas.poly.ComplexOrderedMapPolynomialTest
Test random polynomial
testRandom() - Method in class edu.jas.poly.ComplexSolvableOrderedMapPolynomialTest
Test random polynomial
testRandom() - Method in class edu.jas.poly.ExpVectorTest
Test random integer
testRandom() - Method in class edu.jas.poly.IntOrderedMapPolynomialTest
Test random polynomial
testRandom() - Method in class edu.jas.poly.IntSolvableOrderedMapPolynomialTest
Test random polynomial
testRandom() - Method in class edu.jas.poly.QuatMapPolynomialTest
Test random polynomial
testRandom() - Method in class edu.jas.poly.QuatOrderedMapPolynomialTest
Test random polynomial
testRandom() - Method in class edu.jas.poly.QuatSolvableOrderedMapPolynomialTest
Test random polynomial
testRandom() - Method in class edu.jas.poly.RatMapPolynomialTest
Test random polynomial
testRandom() - Method in class edu.jas.poly.RatOrderedMapPolynomialTest
Test random polynomial
testRandom() - Method in class edu.jas.poly.RatSolvableOrderedMapPolynomialTest
Test random polynomial
testRationalAddition() - Method in class edu.jas.arith.CoefficientTest
Test addition for Rational
testRationalConstants() - Method in class edu.jas.arith.CoefficientTest
Test static initialization and constants for BigRational
testRationalConstructor() - Method in class edu.jas.arith.CoefficientTest
Test string constructor and toString for BigRational
testRationalMultiplication() - Method in class edu.jas.arith.CoefficientTest
Test multiplication for Rational
testRationalRandom() - Method in class edu.jas.arith.CoefficientTest
Test random and compares Rational
testRatReduction() - Method in class edu.jas.ring.ReductionSolvableTest
Test Rat reduction
testRatReduction() - Method in class edu.jas.ring.ReductionTest
Test Rat reduction
testRatReduction0() - Method in class edu.jas.ring.ReductionSolvableTest
Test constants and empty list reduction
testRatReduction0() - Method in class edu.jas.ring.ReductionTest
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
testSequentialDistributedGBase() - Method in class edu.jas.ring.GroebnerBasePSTent
Test compare sequential with distributed GBase
testSequentialDistributedGBase() - Method in class edu.jas.ring.GroebnerBaseTest
Test compare sequential with distributed GBase
testSequentialGBase() - Method in class edu.jas.ring.GroebnerBaseTest
Test sequential GBase
testSequentialGBase() - Method in class edu.jas.ring.SolvableGroebnerBaseTest
Test sequential GBase
testSequentialModGB() - Method in class edu.jas.module.ModGroebnerBaseTest
Test sequential GBase
testSequentialModSolvableGB() - Method in class edu.jas.module.ModSolvableGroebnerBaseTest
Test sequential left GBase
testSequentialModSolvableSyzygy() - Method in class edu.jas.module.SolvableSyzygyTest
Test sequential module SolvableSyzygy
testSequentialModSolvableWeylGB() - Method in class edu.jas.module.ModSolvableGroebnerBaseTest
Test sequential Weyl GBase
testSequentialModSyzygy() - Method in class edu.jas.module.SyzygyTest
Test sequential module Syzygy
testSequentialModTSSolvableGB() - Method in class edu.jas.module.ModSolvableGroebnerBaseTest
Test sequential twosided 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.SolvableGroebnerBaseTest
Test sequential twosided GBase
testSequentialWeylSolvableSyzygy() - Method in class edu.jas.module.SolvableSyzygyTest
Test sequential Weyl SolvableSyzygy
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.
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.ComplexSolvableOrderedMapPolynomialTest
Test Weyl polynomials
testWeyl() - Method in class edu.jas.poly.IntSolvableOrderedMapPolynomialTest
Test Weyl polynomials
testWeyl() - Method in class edu.jas.poly.QuatSolvableOrderedMapPolynomialTest
Test Weyl polynomials
testWeyl() - Method in class edu.jas.poly.RatSolvableOrderedMapPolynomialTest
Test Weyl polynomials
testWeylComplexReduction() - Method in class edu.jas.ring.ReductionSolvableTest
Test Weyl Complex reduction
testWeylRatReduction() - Method in class edu.jas.ring.ReductionSolvableTest
Test Weyl Rat reduction
testWeylRatReduction0() - Method in class edu.jas.ring.ReductionSolvableTest
Test constants and empty list reduction
testWeylSequentialGBase() - Method in class edu.jas.ring.SolvableGroebnerBaseTest
Test Weyl sequential GBase
testWeylSequentialTSGBase() - Method in class edu.jas.ring.SolvableGroebnerBaseTest
Test Weyl sequential twosided GBase
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 Test using JUnit
ThreadPoolTest(String) - Constructor for class edu.jas.util.ThreadPoolTest
Constructs a ThreadPoolTest object.
toMiniPair() - Method in class edu.jas.ring.Pair
what is this for?
tord - Variable in class edu.jas.module.ModuleList
 
tord - Variable in class edu.jas.poly.PolynomialList
 
toSting() - Method in class edu.jas.util.Broadcaster
 
toSting() - Method in class edu.jas.util.DHTBroadcaster
 
toString() - Method in class edu.jas.arith.BigComplex
string representation
toString() - Method in class edu.jas.arith.BigInteger
 
toString() - Method in class edu.jas.arith.BigQuaternion
string representation compatible with string constructor
toString() - Method in class edu.jas.arith.BigRational
 
toString() - Method in class edu.jas.module.ModuleList
 
toString() - Method in class edu.jas.module.ResPart
 
toString() - Method in class edu.jas.module.ResPolPart
 
toString() - Method in class edu.jas.module.SolvResPart
 
toString() - Method in class edu.jas.module.SolvResPolPart
 
toString() - Method in class edu.jas.poly.ExpVector
 
toString(String[]) - Method in class edu.jas.poly.ExpVector
 
toString() - Method in class edu.jas.poly.ExpVectorPair
 
toString() - Method in class edu.jas.poly.MapPolynomial
 
toString(String[]) - Method in class edu.jas.poly.MapPolynomial
 
toString() - Method in class edu.jas.poly.OrderedMapPolynomial
 
toString(String[]) - Method in class edu.jas.poly.OrderedMapPolynomial
 
toString() - Method in interface edu.jas.poly.OrderedPolynomial
 
toString(String[]) - Method in interface edu.jas.poly.OrderedPolynomial
 
toString() - Method in class edu.jas.poly.PolynomialList
 
toString() - Method in class edu.jas.poly.RelationTable
 
toString(String[]) - Method in class edu.jas.poly.RelationTable
 
toString() - Method in class edu.jas.poly.SolvableOrderedMapPolynomial
 
toString() - Method in class edu.jas.poly.TableRelation
 
toString() - Method in class edu.jas.poly.TermOrder
 
toString() - Method in interface edu.jas.poly.UnorderedPolynomial
 
toString(String[]) - Method in interface edu.jas.poly.UnorderedPolynomial
 
toString() - Method in class edu.jas.ring.GBTransportMess
 
toString() - Method in class edu.jas.ring.GBTransportMessPair
 
toString() - Method in class edu.jas.ring.GBTransportMessPairIndex
 
toString() - Method in class edu.jas.ring.GBTransportMessPoly
 
toString() - Method in class edu.jas.ring.Katsura
 
toString() - Method in class edu.jas.ring.MiniPair
 
toString() - Method in class edu.jas.ring.Pair
toString
toString() - Method in class edu.jas.util.Counter
 
toString() - Method in class edu.jas.util.DHTCounter
 
toString() - Method in class edu.jas.util.DHTTransport
 
toString() - Method in class edu.jas.util.ExecutableChannels
String representation
toString() - Method in class edu.jas.util.StrategyEnumeration
 
trailingZeros(List) - Static method in class edu.jas.module.ModSolvableGroebnerBase
number of trailing zero components.
twosidedGB(int, List) - Static method in class edu.jas.module.ModSolvableGroebnerBase
Twosided Groebner base using pairlist class.
twosidedGB(ModuleList) - Static method in class edu.jas.module.ModSolvableGroebnerBase
Twosided Groebner base using pairlist class.
twosidedGB(List) - Static method in class edu.jas.ring.SolvableGroebnerBase
Twosided Groebner base using pairlist class.
twosidedGB(int, List) - Static method in class edu.jas.ring.SolvableGroebnerBase
 

U

UnorderedPolynomial - Interface in edu.jas.poly
Unordered Polynomial Interface.
update(ExpVector, ExpVector, OrderedPolynomial) - Method in class edu.jas.poly.RelationTable
 

V

V - Variable in class edu.jas.module.ModGroebnerBaseTest
 
V - Variable in class edu.jas.module.ModSolvableGroebnerBaseTest
 
V - Variable in class edu.jas.module.SolvableSyzygyTest
 
V - Variable in class edu.jas.module.SyzygyTest
 
val - Variable in class edu.jas.poly.MapPolynomial
 
val - Variable in class edu.jas.poly.OrderedMapPolynomial
 
value - Variable in class edu.jas.util.DHTTransport
 
valueIterator() - Method in class edu.jas.util.DistHashTable
List value iterator
valueOf(BigInteger) - Static method in class edu.jas.arith.BigInteger
 
valueOf(long) - Static method in class edu.jas.arith.BigInteger
 
valueOf(BigInteger) - Static method in class edu.jas.arith.BigRational
 
valueOf(long) - Static method in class edu.jas.arith.BigRational
 
values() - Method in class edu.jas.util.DistHashTable
Get the internal list, do not convert from Collection
var - Variable in class edu.jas.ring.Katsura
 
variable(int) - Method in class edu.jas.ring.Katsura
 
varList(String) - Method in class edu.jas.ring.Katsura
 
vars - Variable in class edu.jas.module.ModGroebnerBaseTest
 
vars - Variable in class edu.jas.module.ModSolvableGroebnerBaseTest
 
vars - Variable in class edu.jas.module.ModuleList
 
vars - Variable in class edu.jas.module.SolvableSyzygyTest
 
vars - Variable in class edu.jas.module.SyzygyTest
 
vars - Variable in class edu.jas.poly.MapPolynomial
 
vars - Variable in class edu.jas.poly.OrderedMapPolynomial
 
vars - Variable in class edu.jas.poly.PolynomialList
 
vectorAdd(List, List) - Static method in class edu.jas.module.SolvableSyzygy
Addition of vectors of polynomials.
vectorAdd(List, List) - Static method in class edu.jas.module.Syzygy
Addition of vectors of polynomials.

W

weightToString() - Method in class edu.jas.poly.TermOrder
 
WeylRelations - Class in edu.jas.poly
Generate Relation Table for Weyl Algebras
WeylRelations() - Constructor for class edu.jas.poly.WeylRelations
 
workers - Variable in class edu.jas.util.ThreadPool
 
working - Variable in class edu.jas.util.PoolThread
 

X

xtestSequentialParallelGBase() - Method in class edu.jas.ring.GroebnerBasePSTent
Test compare sequential with parallel GBase
xtestSequentialParallelGBase() - Method in class edu.jas.ring.GroebnerBaseTest
Test compare sequential with parallel GBase

Z

Z - Variable in class edu.jas.module.SolvableSyzygyTest
 
Z - Variable in class edu.jas.module.SyzygyTest
 
ZERO - Static variable in class edu.jas.arith.BigComplex
constants: 1, 0 und i
ZERO - Static variable in class edu.jas.arith.BigInteger
 
ZERO - Static variable in class edu.jas.arith.BigQuaternion
constants: 1, 0 und i
ZERO - Static variable in class edu.jas.arith.BigRational
 
ZERO - Static variable in interface edu.jas.arith.Coefficient
 
zero - Variable in class edu.jas.module.ModGroebnerBaseTest
 
zero - Variable in class edu.jas.module.ModSolvableGroebnerBaseTest
 
zero - Variable in class edu.jas.module.SolvableSyzygyTest
 
zero - Variable in class edu.jas.module.SyzygyTest
 
ZERO - Static variable in class edu.jas.poly.ComplexMapPolynomial
 
ZERO - Static variable in class edu.jas.poly.ComplexOrderedMapPolynomial
 
ZERO - Static variable in class edu.jas.poly.ComplexSolvableOrderedMapPolynomial
 
ZERO - Static variable in class edu.jas.poly.IntOrderedMapPolynomial
 
ZERO - Static variable in class edu.jas.poly.IntSolvableOrderedMapPolynomial
 
ZERO - Static variable in class edu.jas.poly.QuatMapPolynomial
 
ZERO - Static variable in class edu.jas.poly.QuatOrderedMapPolynomial
 
ZERO - Static variable in class edu.jas.poly.QuatSolvableOrderedMapPolynomial
 
ZERO - Static variable in class edu.jas.poly.RatMapPolynomial
 
ZERO - Static variable in class edu.jas.poly.RatOrderedMapPolynomial
 
ZERO - Static variable in class edu.jas.poly.RatSolvableOrderedMapPolynomial
 
zeroRelations(List) - Static method in class edu.jas.module.Syzygy
Syzygy module from Groebner base F must be a Groebner base.
zeroRelations(int, List) - Static method in class edu.jas.module.Syzygy
 
zeroRelations(ModuleList) - Static method in class edu.jas.module.Syzygy
 

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