The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:Math::Symbolic"

Math::Symbolic - Symbolic calculations River stage two • 32 direct dependents • 34 total dependents

Math::Symbolic is intended to offer symbolic calculation capabilities to the Perl programmer without using external (and commercial) libraries and/or applications. Unless, however, some interested and knowledgable developers turn up to participate in...

SMUELLER/Math-Symbolic-0.612 - 17 Jun 2013 07:19:34 UTC

Task::Math::Symbolic - Math::Symbolic with lots of plugins River stage zero No dependents

This installs Math::Symbolic and a load of easily installable (i.e. pure Perl) plugins that make the module so much more powerful. Math::Symbolic - The base module Math::Symbolic::Custom::Contains - Extension for finding subtrees Math::Symbolic::Cust...

SMUELLER/Task-Math-Symbolic-1.01 - 09 Jun 2006 18:19:57 UTC

Math::Symbolic::Base - Base class for symbols in symbolic calculations River stage two • 32 direct dependents • 34 total dependents

This is a base class for all Math::Symbolic::* terms such as Math::Symbolic::Operator, Math::Symbolic::Variable and Math::Symbolic::Constant objects. EXPORT None by default....

SMUELLER/Math-Symbolic-0.612 - 17 Jun 2013 07:19:34 UTC

Bundle::Math::Symbolic - Bundle of modules related to symbolic math River stage zero No dependents

This is a bundle of modules related to symbolic math. 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-Symbolic-1.02 - 23 Oct 2005 16:25:19 UTC

Math::Approx::Symbolic - Symbolic representation of interpolated polynomials River stage zero No dependents

This module is a thin wrapper around the Math::Approx module. It subclasses Math::Approx and adds the "symbolic" subroutine that returns a Math::Symbolic object representing the calculated approximation. EXPORT None. Ever....

SMUELLER/Math-Approx-Symbolic-0.100 - 28 Sep 2003 11:38:23 UTC

Math::Symbolic::Custom - Aggregate class for tree tests and transformations River stage two • 32 direct dependents • 34 total dependents

This is an aggregate class for all custom modification, transformation, testing and output extensions for Math::Symbolic trees. Some default transformations and tests are implemented in the Math::Symbolic::Custom::DefaultMods and Math::Symbolic::Cust...

SMUELLER/Math-Symbolic-0.612 - 17 Jun 2013 07:19:34 UTC

Math::Symbolic::Parser - Parse strings into Math::Symbolic trees River stage two • 32 direct dependents • 34 total dependents

This module contains the parsing routines used by Math::Symbolic to parse strings into Math::Symbolic trees. Usually, you will want to simply use the Math::Symbolic->parse_from_string() class method instead of this module directly. If you do use this...

SMUELLER/Math-Symbolic-0.612 - 17 Jun 2013 07:19:34 UTC

Math::Symbolic::Compiler - Compile Math::Symbolic trees to Perl code River stage two • 32 direct dependents • 34 total dependents

This module allows one to compile Math::Symbolic trees to Perl code and/or anonymous subroutines whose arguments will be positionally mapped to the variables of the compiled Math::Symbolic tree. The reason you'd want to do this is that evaluating a M...

SMUELLER/Math-Symbolic-0.612 - 17 Jun 2013 07:19:34 UTC

Math::Symbolic::Variable - Variable in symbolic calculations River stage two • 32 direct dependents • 34 total dependents

This class implements variables for Math::Symbolic trees. The objects are overloaded in stringification context to return their names. EXPORT None by default....

SMUELLER/Math-Symbolic-0.612 - 17 Jun 2013 07:19:34 UTC

Math::Symbolic::Constant - Constants in symbolic calculations River stage two • 32 direct dependents • 34 total dependents

This module implements numeric constants for Math::Symbolic trees. EXPORT None by default....

SMUELLER/Math-Symbolic-0.612 - 17 Jun 2013 07:19:34 UTC

Math::Symbolic::Operator - Operators in symbolic calculations River stage two • 32 direct dependents • 34 total dependents

This module implements all Math::Symbolic::Operator objects. These objects are overloaded in stringification-context to call the to_string() method on the object. In numeric and boolean context, they evaluate to their numerical representation. For a ...

SMUELLER/Math-Symbolic-0.612 - 17 Jun 2013 07:19:34 UTC

Math::Symbolic::Derivative - Derive Math::Symbolic trees River stage two • 32 direct dependents • 34 total dependents

This module implements derivatives for Math::Symbolic trees. Derivatives are Math::Symbolic::Operators, but their implementation is drawn from this module because it is significantly more complex than the implementation of most operators. Derivatives...

SMUELLER/Math-Symbolic-0.612 - 17 Jun 2013 07:19:34 UTC

Math::Symbolic::MiscAlgebra - Miscellaneous algebra routines like det() River stage two • 32 direct dependents • 34 total dependents

This module provides several subroutines related to algebra such as computing the determinant of quadratic matrices, solving linear equation systems and computation of Bell Polynomials. Please note that the code herein may or may not be refactored in...

SMUELLER/Math-Symbolic-0.612 - 17 Jun 2013 07:19:34 UTC

Math::Symbolic::AuxFunctions - Auxiliary functions for Math::Symbolic hierarchy River stage two • 32 direct dependents • 34 total dependents

This module contains implementations of some auxiliary functions that are used within the Math::Symbolic hierarchy of modules. In particular, this module holds all trigonometric functions used for numeric evaluation of trees by Math::Symbolic::Operat...

SMUELLER/Math-Symbolic-0.612 - 17 Jun 2013 07:19:34 UTC

Math::Symbolic::MaximaSimple - open2 interface with maxima math system River stage zero No dependents

SMASH/Math-Symbolic-MaximaSimple-0.02 - 03 Oct 2012 10:34:22 UTC

Math::Symbolic::MiscCalculus - Miscellaneous calculus routines (eg Taylor poly) River stage two • 32 direct dependents • 34 total dependents

This module provides several subroutines related to calculus such as computing Taylor polynomials and errors the associated errors from Math::Symbolic trees. Please note that the code herein may or may not be refactored into the OO-interface of the M...

SMUELLER/Math-Symbolic-0.612 - 17 Jun 2013 07:19:34 UTC

Math::Symbolic::Custom::Base - Base class for tree tests and transformations River stage two • 32 direct dependents • 34 total dependents

This is a base class for your extensions to the Math::Symbolic::Custom class. To extend the class, just use the following template for your custom class: package Math::Symbolic::Custom::MyTransformations; use Math::Symbolic::Custom::Base; BEGIN {*imp...

SMUELLER/Math-Symbolic-0.612 - 17 Jun 2013 07:19:34 UTC

Math::Symbolic::VectorCalculus - Symbolically comp. grad, Jacobi matrices etc. River stage two • 32 direct dependents • 34 total dependents

This module provides several subroutines related to vector calculus such as computing gradients, divergence, rotation, and Jacobi/Hesse Matrices of Math::Symbolic trees. Furthermore it provides means of computing directional derivatives and the total...

SMUELLER/Math-Symbolic-0.612 - 17 Jun 2013 07:19:34 UTC

Math::Symbolic::ExportConstants - Export constants used for Math::Symbolic River stage two • 32 direct dependents • 34 total dependents

This just exports a number of constants on demand. Usually, you'd want to rather use Math::Symbolic instead. Math::Symbolic allows you to optionally export the same constants as this module, but using the ':constants' tag instead of the ':all' tag th...

SMUELLER/Math-Symbolic-0.612 - 17 Jun 2013 07:19:34 UTC

Math::Symbolic::Custom::Pattern - Pattern matching on Math::Symbolic trees River stage one • 2 direct dependents • 5 total dependents

This module is an extension to the Math::Symbolic module. A basic familiarity with that module is required. The Math::Symbolic::Custom::Pattern module implements pattern matching routines on Math::Symbolic trees. The patterns itself are constructed f...

SMUELLER/Math-Symbolic-Custom-Pattern-2.01 - 26 May 2013 09:30:19 UTC
76 results (0.043 seconds)