[Gambas-devel] About gb.gsl components
Benoît Minisini
gambas at ...1...
Mon Jul 9 04:49:23 CEST 2012
Le 09/07/2012 04:05, Randall Morgan a écrit :
> Yes, the GSL is huge! Lots of functions and you can find some extensions
> to it on the net for specialty uses. I need to spend some time really
> getting in to the Gambas code. I am not familure with it at all. The gsl
> project was larger than I expected it to be but at the time I had time.
> Then I got side track by work. But that is widing down now. So give me a
> month and I should be back working on it. In the meantime any help, or
> additions you want to make will only aid me in completing the project
> and understanding how you would like it to integrate with Gambas.
>
> I will look at your code a little later this evening.
>
> Thanks
>
As for the polynomial, I think it would be simpler to make 'Polynomial'
a child of 'Float[]', and ComplexPolynomial a child of 'Complex[]'.
Writing a _convert interface will allow to transparently convert between
them.
NewtonPolynomial are a special case.
Another point: at the moment, as Complex is an object, a NULL Complex is
NULL. Maybe I will be able to find a way to make NULL act like zero for
Complex. It will be easier to use then!
--
Benoît Minisini
More information about the Devel
mailing list