Piecewise Function Generator (piecewise)¶
- class pypint.plugins.function_generators.piecewise.PiecewiseFG(functions, points)[source]¶
Bases: builtins.object
Takes a numpy.ndarray and function list to generate a piecewise function
Only for \(R \rightarrow R\) functions, #function = #points + 1.
Examples
Todo
add examples for piecewise function generator
- __weakref__¶
list of weak references to the object (if defined)