Module parametrizer::term[][src]

Modules

constantterm
fractionterm
functionterm
piecewiseterm
randomterm
scalarterm
sequenceterm
variableterm

Traits

Term

A trait used to represent a particular component of a parametrized function

Functions

create_parametrization

Entry function for parametrizing, which does some QoL formatting on the param string

parametrize_string

The main function which enables us to convert a string into a recursive stack of functions

quick_parametrization

Checks the piecewise case, which can only occur at the top level, then recurses normally using parametrize_string. Can be called directly with a properly formatted param string to avoid the potentially expensive formatting operations of create_parametrization