rluce / tlcomp

Computing with Toeplitz and Toeplitz-like matrices in Matlab
MIT License
1 stars 0 forks source link

Align mrdivide and mldivide behaviour for singular operands with Matlab's #6

Open rluce opened 6 years ago

rluce commented 6 years ago

For a square, singular matrix A matlab issues warnings if A\b (or b/A) is tried. The behaviour of such singular cases is currently not consistently implemented in \ or / in |TLMat| or |ToepMat|.