Crate ruut_functions

Source
Expand description

Crate for creating math functions from string and perform symbolic derivation

Macros§

f1d
Generate F1D from string and unwrap the result
f2d
Generate F2D from string and unwrap the result
f3d
Generated F3D from string and unwrap the resul
fnd
Generate F3D from string and unwrap the resul

Structs§

F1D
Representation of a 1D function
F2D
Representation of a 2D function
F3D
Representation of a 3D function
FND
Representation of an n-dimensional function

Functions§

eval_vec_f1d
Evaluates an array of F1D at x
eval_vec_f2d
Evaluates an array of F2D at (x,y)
eval_vec_f3d
Evaluates an array of F3D at (x,y,z)