|
CGAL 6.2 - Homological Discrete Vector Fields
|
#include <CGAL/HDVF/Sub_sparse_matrix.h>
The structure Sub_sparse_matrix provides a more friendly interface for sparse matrices built over a given SparseChainmodel (actually a Curryfication of the Sparse_matrix_core template).
Given the template parameter SparseChainType (a model of the SparseChain concept), corresponding sparse chains and matrices templates are given by:
SparseMatrix | SparseChainType | a model of SparseChain used to store chains of the sparse matrix (default: OSM::Sparse_chain). |
Public Types | |
| template<typename CT , int SF> | |
| using | Sparse_chain_type = SparseChainType< CT, SF > |
| template<typename CT , int SF> | |
| using | Sparse_matrix_type = Sparse_matrix_core< CT, SF, SparseChainType > |