CGAL 6.2 - Homological Discrete Vector Fields
Loading...
Searching...
No Matches

Compare two matrices and return true if both matrices equal (and false otherwise).

Parameters
matrixThe first matrix.
otherThe second matrix.
Returns
A boolean.

Friends

template<typename _CT , template< typename, int > typename SCT>
bool operator== (const Sparse_matrix_core< _CT, OSM::COLUMN, SCT > &matrix, const Sparse_matrix_core< _CT, OSM::COLUMN, SCT > &other)
 Comparison of two COLUMN matrices.
 
template<typename _CT , template< typename, int > typename SCT>
bool operator== (const Sparse_matrix_core< _CT, OSM::COLUMN, SCT > &matrix, const Sparse_matrix_core< _CT, OSM::ROW, SCT > &other)
 Comparison of a COLUMN and a ROW matrix.
 
template<typename _CT , template< typename, int > typename SCT>
bool operator== (const Sparse_matrix_core< _CT, OSM::ROW, SCT > &matrix, const Sparse_matrix_core< _CT, OSM::COLUMN, SCT > &other)
 Comparison of a ROW and a COLUMN matrix.
 
template<typename _CT , template< typename, int > typename SCT>
bool operator== (const Sparse_matrix_core< _CT, OSM::ROW, SCT > &matrix, const Sparse_matrix_core< _CT, OSM::ROW, SCT > &other)
 Comparison of two ROW matrices.