solveLS and gaussJordan



On 4/28/07, Barton Willis <willisb at unk.edu> wrote:

> To avoid loading linearalgebra every time solveLS gets called,
> try replacing load("linearalgebra") with
>
>    if get(linearalgebra,'version) = 'false then load(linearalgebra)

I wouldn't mind seeing some kind of one-time load function,
maybe named "require" or something like that.
I've put a note to that effect on the wish list.
(http://maxima.sourceforge.net/wiki/index.php/Design%20Notes)

HTH
Robert