📄️ Concepts
In this section, we will cover the main concepts that allow to understand the functionalities of vip-ivp.
📄️ Source Variables
To create Temporal Variables from standard Python values, use the temporal() function.
📄️ Arithmetic and Manipulation
Temporal Variables in vip-ivp are designed to behave like regular numerical variables. This allows users to define systems naturally and expressively. They support a wide range of operations out of the box.
📄️ Integration
To create an integrated variable, use the vip.integrate(value, x0) function:
📄️ Loop Nodes
How to use
📄️ Conditional Statements
How to create a conditional statement
📄️ Applying Functions
One of the best features of vip-ivp is the ability to integrate functions from the Python ecosystem like SciPy, PyTorch, or OpenCV into your system.
📄️ Using Past Values
These features are experimental and may change in future versions. Use with caution, as breaking changes can occur.