recent attempt



Valery Pipin wrote:
> Raymond Toy wrote:
>   
>> Valery Pipin wrote:
>>     
>>> howto launch functions from lapack-tests.lisp?
>>>       
>> Oops.  That was from f2cl and not intended to be part of lapack-maxima.
>> But if you want to run it, load it, and ?do\-all\-lapack\-tests();
>>     
> I think it is important as testsite for lapack.
>   
Yes, I plan on having at least a few tests, but not at this low level. 
I want a maxima version.
But the interface is still undecided.  There are quite a few options to
dgeev and dgesvd and I'm not sure how to expose all of them.  Perhaps it
doesn't matter and the interface should be simple.

I'm also not sure about the copying of the Lisp array data to maxima
matrix type. 


>> But if you want to run it, load it, and ?do\-all\-lapack\-tests();
>>     
> Nothing happens ... This is for gcl
>   
I'm not really concerned that these tests don't work at all.  They work
in f2cl.

Ray