Open ghost opened 9 years ago
Now that we use tricks to construct matrices, let's add some internal tests to see if matrices are well constructed.
I've defined an is_well_constructed() method that can raise an exception or not if a matrix is ill-formed. Only done for CSCSparseMatrix.
is_well_constructed()
CSCSparseMatrix
Now that we use tricks to construct matrices, let's add some internal tests to see if matrices are well constructed.