edu.stanford.math.plex4.examples
R
- public class DeSilvaMorozovJohanssonExample<R> extends java.lang.Object
Constructor and Description |
---|
DeSilvaMorozovJohanssonExample(edu.stanford.math.primitivelib.autogen.algebraic.ObjectAbstractField<R> field)
This constructor initializes the class with the specified field.
|
Modifier and Type | Method and Description |
---|---|
AnnotatedBarcodeCollection<java.lang.Integer,edu.stanford.math.primitivelib.autogen.formal_sum.ObjectSparseFormalSum<R,Cell>> |
getAbsoluteCohomologyBarcodes()
This function returns the correct absolute cohomology barcodes along with the generators.
|
AnnotatedBarcodeCollection<java.lang.Integer,edu.stanford.math.primitivelib.autogen.formal_sum.ObjectSparseFormalSum<R,Cell>> |
getAbsoluteHomologyBarcodes()
This function returns the correct absolute homology barcodes along with the generators.
|
ExplicitCellStream |
getCellComplex()
This function returns the cell complex.
|
AnnotatedBarcodeCollection<java.lang.Integer,edu.stanford.math.primitivelib.autogen.formal_sum.ObjectSparseFormalSum<R,Cell>> |
getRelativeCohomologyBarcodes()
This function returns the correct relative cohomology barcodes along with the generators.
|
AnnotatedBarcodeCollection<java.lang.Integer,edu.stanford.math.primitivelib.autogen.formal_sum.ObjectSparseFormalSum<R,Cell>> |
getRelativeHomologyBarcodes()
This function returns the correct relative homology barcodes along with the generators.
|
public DeSilvaMorozovJohanssonExample(edu.stanford.math.primitivelib.autogen.algebraic.ObjectAbstractField<R> field)
field
- the field over which to perform the algebraic operationspublic ExplicitCellStream getCellComplex()
public AnnotatedBarcodeCollection<java.lang.Integer,edu.stanford.math.primitivelib.autogen.formal_sum.ObjectSparseFormalSum<R,Cell>> getAbsoluteHomologyBarcodes()
public AnnotatedBarcodeCollection<java.lang.Integer,edu.stanford.math.primitivelib.autogen.formal_sum.ObjectSparseFormalSum<R,Cell>> getRelativeHomologyBarcodes()
public AnnotatedBarcodeCollection<java.lang.Integer,edu.stanford.math.primitivelib.autogen.formal_sum.ObjectSparseFormalSum<R,Cell>> getAbsoluteCohomologyBarcodes()
public AnnotatedBarcodeCollection<java.lang.Integer,edu.stanford.math.primitivelib.autogen.formal_sum.ObjectSparseFormalSum<R,Cell>> getRelativeCohomologyBarcodes()