|
CGAL 6.2 - Homological Discrete Vector Fields
|
Build and return a new matrix by copying a matrix and removing all chains with indices in the indices vector (or at a given index).
The result is thus a block of the initial matrix. When possible, for efficiency, prefer \=.
| matrix | The initial matrix. |
| indices/index | The indice(s) of the chain(s) to remove. |
Functions | |
| Sparse_matrix | CGAL::OSM::Sparse_matrix< CoefficientRing, StorageFormat >::operator/ (const std::vector< size_t > &_indices) |
| Removes a set of chains from a copy of the matrix. | |
| Sparse_matrix | CGAL::OSM::Sparse_matrix< CoefficientRing, StorageFormat >::operator/ (size_t index) |
Removes the chain at a given index from a copy of the matrix. | |