autoload property for functions from contrib packages
Subject: autoload property for functions from contrib packages
From: Barton Willis
Date: Wed, 7 Feb 2007 14:30:25 -0600
I thought that linearalgbra no longer redefined listp and matrixp. True or
False?
(%i4) listp([4,5,56],'evenp);
Maxima encountered a Lisp error:
(%i5) load(linearalgebra)$
(%i6) listp([4,5,56],'evenp);
Maxima encountered a Lisp error:
There is an name conflict with cholesy and rank. I don't know what to do
about that.
Barton
maxima-bounces at math.utexas.edu wrote on 02/07/2007 01:46:37 PM:
> 2. linearalgebra:
> cholesky <-- naming conflict !
> listp <-- naming conflict !
> matrixp <-- naming conflict !
> rank <-- naming conflict !