On 2/10/08, Barton Willis <willisb at unk.edu> wrote:
> Each call to vandermonde_matrix causes Maxima to reload *all* of
> linearalgbra. Other functions in lineralgebra autoload (say rowop),
> but they don't reload all of linearalgebra every time.
Oh -- $vandermonde_matrix is on the list of Maxima functions to
autoload, but it should be on the list of Lisp functions.
I'll move it to the other list.
There seems to be different ways to arrange for autoloading ...
I wonder if some or all of them can be merged.
Robert