Module for dynamic evaluation of function expressions
Add ability to take derivative
Constructors for function_t
Constructor for function_t
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | str | Character to parse into function |
New function_t
Type to store and evaluate parsed expressions
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=:), | public, | allocatable | :: | str | |||
class(node_t), | public, | allocatable | :: | root |
Constructors for function_t
private function newFunction(str) | Constructor for function_t |
generic, public :: eval => evalR, evalZ |