bandhic.matrix_equal#
- bandhic.matrix_equal(a, b)[source]#
Check if two band_hic_matrix objects are equal.
- Parameters:
a (band_hic_matrix) – First band_hic_matrix object.
b (band_hic_matrix) – Second band_hic_matrix object.
- Returns:
True if the matrices are equal, False otherwise.
- Return type:
bool