besselarray?



Robert Dodier wrote:
> On 4/1/08, Raymond Toy (RT/EUS) <raymond.toy at ericsson.com> wrote:
> 
>>  Should we keep besselarray around?
> 
> My recommendation is to cut out the Maxima variable
> besselarray and also iarray and yarray which appear in the
> same place (src/bessel.lisp).
> 
> If it helps to maintain a cache, then make it a Lisp variable
> instead of a Maxima variable.

I will remove besselarray, along with iarray and yarray.

I don't think the cache is needed for the computation; it's aside affect 
of the computation.

If some user wants the information we can put that back in at that time, 
when we understand exactly what the user wants to do.

Ray