homology.f2homology
K
- the index typepublic class F2Module<K extends java.lang.Comparable<K>> extends java.lang.Object
Constructor and Description |
---|
F2Module()
Constructs a new empty F2Module.
|
F2Module(java.util.List<F2Vector<K>> generatingSystem)
Constructs a module (in fact a vector space) with given
generating System of F2Vectors;
|
Modifier and Type | Method and Description |
---|---|
java.util.List<F2Vector<K>> |
basis()
Returns a basis of the module.
|
java.util.List<F2Vector<K>> |
getGeneratingSystem()
Returns the generating system of this F2Module.
|
F2Matrix<K,java.lang.Integer> |
getMatrix()
Returns the F2Matrix associated with the generating system
of this F2Module.
|
int |
getRank()
Returns the rank of the module.
|
public java.util.List<F2Vector<K>> getGeneratingSystem()
K
- index typepublic F2Matrix<K,java.lang.Integer> getMatrix()
K
- index typepublic java.util.List<F2Vector<K>> basis()
K
- index typepublic int getRank()