Package | Description |
---|---|
JSci.maths | |
JSci.maths.categories |
Modifier and Type | Class and Description |
---|---|
class |
FiniteSet
A set containing a finite number of elements.
|
Modifier and Type | Method and Description |
---|---|
MathSet |
FiniteSet.intersect(MathSet set)
Performs the intersection of this set with another.
|
MathSet |
MathSet.intersect(MathSet set)
Performs the intersection of this set with another.
|
MathSet |
FiniteSet.union(MathSet set)
Performs the union of this set with another.
|
MathSet |
MathSet.union(MathSet set)
Performs the union of this set with another.
|
Modifier and Type | Method and Description |
---|---|
MathSet |
FiniteSet.intersect(MathSet set)
Performs the intersection of this set with another.
|
MathSet |
MathSet.intersect(MathSet set)
Performs the intersection of this set with another.
|
MathSet |
FiniteSet.union(MathSet set)
Performs the union of this set with another.
|
MathSet |
MathSet.union(MathSet set)
Performs the union of this set with another.
|
Modifier and Type | Class and Description |
---|---|
class |
FinSet.FunctionSet |
Modifier and Type | Method and Description |
---|---|
MathSet |
FinSet.FunctionSet.intersect(MathSet set) |
MathSet |
FinSet.FunctionSet.union(MathSet set) |
Modifier and Type | Method and Description |
---|---|
MathSet |
FinSet.FunctionSet.intersect(MathSet set) |
MathSet |
FinSet.FunctionSet.union(MathSet set) |
Constructor and Description |
---|
FinSet.Function(MathSet a,
MathSet b,
java.lang.Object[] inObjs,
java.lang.Object[] outObjs) |
FinSet.FunctionSet(MathSet a,
MathSet b) |