This module is a layer on top of the basic routines in the cephes math library for operations on square matrices. In the following, a Math::Cephes::Matrix object is created as my $M = Math::Cephes::Matrix->new($arr_ref); where $arr_ref is a reference...
SHLOMIF/Math-Cephes-0.5305 - 06 May 2016 15:18:54 UTCThis module is a layer on top of the basic routines in the cephes math library to handle complex numbers. A complex number is created via any of the following syntaxes: my $f = Math::Cephes::Complex->new(3, 2); # $f = 3 + 2 i my $g = new Math::Cephes...
SHLOMIF/Math-Cephes-0.5305 - 06 May 2016 15:18:54 UTCThis module is a layer on top of the basic routines in the cephes math library to handle fractions. A fraction object is created via any of the following syntaxes: my $f = Math::Cephes::Fraction->new(3, 2); # $f = 3/2 my $g = new Math::Cephes::Fracti...
SHLOMIF/Math-Cephes-0.5305 - 06 May 2016 15:18:54 UTCThis module is a layer on top of the basic routines in the cephes math library to handle polynomials. In the following, a Math::Cephes::Polynomial object is created as my $p = Math::Cephes::Polynomial->new($arr_ref); where $arr_ref is a reference to ...
SHLOMIF/Math-Cephes-0.5305 - 06 May 2016 15:18:54 UTCThis module extends PDL with more advanced mathematical functions than provided by standard Perl. All the functions have one input pdl, and one output, unless otherwise stated. Many of the functions are linked from the system maths library or the Cep...
ETJ/PDL-2.025 - 19 Nov 2020 13:17:38 UTCThis module extends PDLA with more advanced mathematical functions than provided by standard Perl. All the functions have one input pdl, and one output, unless otherwise stated. Many of the functions are linked from the system maths library or the Ce...
ETJ/PDLA-Core-2.019107 - 28 Apr 2019 20:28:44 UTCBundle of modules interfacing with math libraries. Please have a look at Bundle::Math. If you would like to see a specific module included in a future version of this bundle, please send me an email or use rt.cpan.org....
SMUELLER/Bundle-Math-Interface-1.00 - 04 Apr 2004 15:28:49 UTC