CGAL 6.1 - 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 >
bool CGAL::OSM::Sparse_matrix< CoefficientType, ChainTypeFlag >::operator== (const Sparse_matrix< _CT, OSM::COLUMN > &matrix, const Sparse_matrix< _CT, OSM::COLUMN > &other)
 Comparison of two COLUMN matrices.
 
template<typename _CT >
bool CGAL::OSM::Sparse_matrix< CoefficientType, ChainTypeFlag >::operator== (const Sparse_matrix< _CT, OSM::COLUMN > &matrix, const Sparse_matrix< _CT, OSM::ROW > &other)
 Comparison of a COLUMN and a ROW matrix.
 
template<typename _CT >
bool CGAL::OSM::Sparse_matrix< CoefficientType, ChainTypeFlag >::operator== (const Sparse_matrix< _CT, OSM::ROW > &matrix, const Sparse_matrix< _CT, OSM::COLUMN > &other)
 Comparison of a ROW and a COLUMN matrix.
 
template<typename _CT >
bool CGAL::OSM::Sparse_matrix< CoefficientType, ChainTypeFlag >::operator== (const Sparse_matrix< _CT, OSM::ROW > &matrix, const Sparse_matrix< _CT, OSM::ROW > &other)
 Comparison of two ROW matrices.