Class | Description |
---|---|
F2 |
This class represents an element of the field with two elements.
|
F2ChainComplex<K extends Comparable<K>> |
This class represents a chain complex over the finite field with two
elements.
|
F2Matrix<K extends Comparable<K>,L extends Comparable<L>> |
This class represents a matrix over the finite field F2,
viewed as a linear map from F2Vectors
parametrised by index type L to F2Vectors parametrised by index type K.
|
F2Module<K extends Comparable<K>> |
This class represents a module over the finite field with two elements,
i.e.
|
F2OrderComplexQuotient<E extends Comparable<E>> |
This class computes the quotient of the order complex of a
finite space with the order complex of a second space whose
point set coincides with the point set of the first space,
and whose Hasse diagram is contained in the Hasse diagram
of the first space.
|
F2Vector<K> |
This class represents a vector over the field F2 of two elements.
|
Exception | Description |
---|---|
InvalidOperationException |
This class provides a run-time exception that gets thrown whenever an invalid
operation is attempted.
|