Definitions of LAPACK



Detlef Schmicker wrote:
> Hello,
>
> I read the threads about LAPACK and found it very usefull. I managed to
> get dgeev working.
>   
Was it not already working?
> Is there a place where I can find the definition of the functions
> withing maxima?
>
> I miss some functions: e.g. :
>
>
>   
If you have a list of other functions you would like to see, please list
them.  These should be functions that you would use now, not what you
might want to use.  Can't implement them all instantaneously, you know. :-)
> Is there a staight forward way to create the interface to maxima?
>
>   
The easiest way would be to look at how dgeev and dgesvd are done and
copy them appropriately.

I can help you get started, but you need to know some Lisp.

Ray