[PURRS-devel] Re: CoStLy 0.3

Roberto Bagnara bagnara at cs.unipr.it
Sat Dec 7 20:40:07 CET 2002


Markus Neher wrote:
> Dear colleagues,
> 
> we have finished a beta version of CoStLy 0.3 that should take care of 
> the problems you experienced with CoStLy 0.2.
> 
> Concerning the power function z^p, the library has been redesigned and 
> enhanced. The details of the new implementation can be found in the 
> preliminary draft of a documentation which is also attached.
> 
> We have extensively tested the library and eliminated all errors that we 
> detected. Please report any bugs that occur with your computations.
> 
> Best regards,
> 
> Ingo and Markus

Dear Ingo and Markus,

thanks for the beta.  In order to be able to use it we had to make
the corrections you will find in the attached patch.  They fall into
5 categories:

1) namespace errors whereby some std:: qualifications were missing;
2) namespace errors when compiling (as we have to) with FILIB_NAMESPACES
    defined;
3) incorrect uses of abs() (an int -> int function) instead of fabs()
    (double -> double);
4) undefined type `Complex';
5) unused variables (causing annoying warnings).

We are now using the revised beta version.  However, we could not disable
our wrapper around the pow() function, since CoStLy still throws an exception
for invocations like, e.g., pow(([-0.5, -0.5],[0, 0]), ([-1, -1],[0, 0])).
Do you plan to address also this case?
Thanks a lot

      Roberto

-- 
Prof. Roberto Bagnara
Computer Science Group
Department of Mathematics, University of Parma, Italy
http://www.cs.unipr.it/~bagnara/
mailto:bagnara at cs.unipr.it
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: patch_for_CoStLy-0.3-beta
URL: <http://www.cs.unipr.it/pipermail/purrs-devel/attachments/20021207/d1e4df10/attachment.ksh>


More information about the PURRS-devel mailing list