Math::Symbolic::Custom::CCompiler version 1.01

This module extends the functionality of Math::Symbolic by offering facilities to compile symbolic math trees (formulas) to C code. It also uses Inline::C to compile and link the generated C code at run-time, thus allowing the user to do symbolic calculations in Perl with Math::Symbolic and then use the results in a fast numeric environment.

This software is still experimental. The author appreciates feedback of any kind.

INSTALLATION

To install this module type the following:

perl Makefile.PL
make
make test
make install

DEPENDENCIES

This module requires these other modules and libraries:

Test::More
Math::Symbolic
Inline::C

SEE ALSO

Current versions of this module may be found on http://steffen-mueller.net or CPAN.

Please send feedback, bug reports, and support requests to one of the contributors or the Math::Symbolic mailing list.

List of contributors:

Steffen Müller, symbolic-module at steffen-mueller dot net

COPYRIGHT AND LICENCE

Copyright (C) 2003-2006 Steffen Mueller

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.