autoloading functions from linearalgebra



Am 1 Apr 2007 um 10:46 hat Barton Willis geschrieben:

> I don't know. Try the same experiment, but do trace(load) first.
> If I knew the relevant lines from max_ext.lisp (is it in
> CVS ?), it might help me find a solution.
> 
> Barton

Good idea! 

(%i1) trace(load);
(%o1) 				    [load]
(%i2) load (linearalgebra);

The output now shows, that the complete package is loaded. This helps. Thanks.

Volker