Structure representing the coefficient field \(\mathbb{Z}/p\mathbb{Z}\).
More...
Structure representing the coefficient field \(\mathbb{Z}/p\mathbb{Z}\).
- Examples
- Random_bitmap_cubical_complex.cpp, alpha_rips_persistence_bottleneck_distance.cpp, cech_persistence.cpp, cubical_complex_persistence.cpp, custom_persistence_sort.cpp, distance_matrix_edge_collapse_rips_persistence.cpp, edge_collapse_conserve_persistence.cpp, example_nearest_landmark_table.cpp, periodic_cubical_complex_persistence.cpp, persistence_from_file.cpp, persistence_from_simple_simplex_tree.cpp, plain_homology.cpp, point_cloud_edge_collapse_rips_persistence.cpp, rips_correlation_matrix_persistence.cpp, rips_distance_matrix_persistence.cpp, rips_persistence.cpp, rips_persistence_step_by_step.cpp, rips_persistence_via_boundary_matrix.cpp, sparse_rips_persistence.cpp, strong_witness_persistence.cpp, and weak_witness_persistence.cpp.
◆ inverse()
std::pair<Element, Element> Gudhi::persistent_cohomology::Field_Zp::inverse |
( |
Element |
x, |
|
|
Element |
P |
|
) |
| |
|
inline |
Returns the inverse in the field. Modifies P. ???
◆ plus_times_equal()
Element Gudhi::persistent_cohomology::Field_Zp::plus_times_equal |
( |
const Element & |
x, |
|
|
const Element & |
y, |
|
|
const Element & |
w |
|
) |
| |
|
inline |
◆ times()
Element Gudhi::persistent_cohomology::Field_Zp::times |
( |
const Element & |
y, |
|
|
const Element & |
w |
|
) |
| |
|
inline |
◆ times_minus()
Element Gudhi::persistent_cohomology::Field_Zp::times_minus |
( |
Element |
x, |
|
|
Element |
y |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: