[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: function linsolve
From: |
Carnë Draug |
Subject: |
Re: function linsolve |
Date: |
Sun, 25 Nov 2012 19:24:03 +0100 |
On 25 November 2012 18:45, cheerbb <address@hidden> wrote:
> Does it mean the problem is over with new version of Octave, there is no
> solving for this trouble or there is any replacement function ?
There is a solution for your problem. You can:
1) change your code to not use linsolve
2) implement linsolve yourself
3) get someone to implement linsolve for you
In the case you chose #2 or #3, it would be great if you could then
contribute linsolve back to Octave.
Carnë