[Maxima-commits] CVS: maxima/src mat.lisp,1.5,1.6



Hi Andrej,

I just committed a fix to the 'linsolve([0=0], [x]);' bug.
I think that there is still another bug hiding somewhere else, since i
have the impression the code references otherwise uninitialised array
entries and it just happens to work if they are initially set to 0.
It works for now but we should have a closer look at the code sometime.

'Andreas