blob: df43dad59f5cb1bb22032b11f5af334f2fe53599 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
This module is an extension to the Math::Symbolic module. A basic
familiarity with that module is required.
Math::SymbolicX::Inline allows easy creation of Perl functions from
symbolic expressions in the context of Math::Symbolic. That means you can
define arbitrary Math::Symbolic trees (including derivatives) and let this
module compile them to package subroutines.
Author: Steffen Mueller <symbolic-module@steffen-mueller.net>
WWW: http://search.cpan.org/dist/Math-SymbolicX-Inline
|