On 1/1/07, Raymond Toy <toy.raymond at gmail.com> wrote:
> 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.
Maybe it is appropriate to have simplified interface at the Maxima level,
since one can always drop into Lisp to get all the bells and whistles.
Or make some of the arguments optional or keyword arguments
(by this I just mean recognize foo=bar in the arguments).
> I'm also not sure about the copying of the Lisp array data to maxima
> matrix type.
Not sure what you mean here. I'm pretty sure that the Maxima function
should take a Maxima matrix as an argument, and return a Maxima matrix.
Thanks for working on this --
Robert