Hello
How could we compare 2 sparse matrixes?? for example I have A and b
sparse matrixes, when I enter if A==b, I have this message:
Error: a specialized function eq_sp_sp is missing
==>(A==b)
thx it is working (we tried before A.equal(B)) but we expected it to do the comparison element by element (like when we use '==' for full matrix)