Data Types | |
| type | type_discrete_derivative_dictionnary::t_discrete_derivative_pointer |
| type | type_discrete_derivative_dictionnary::t_dd_dict_steps |
| The discrete derivative dictionnary over steps It is a leaf and is made of an array of t_discrete_derivatives. More... | |
Modules | |
| module | type_discrete_derivative_dictionnary |
| Discrete derivatives dictionnary. | |
Functions/Subroutines | |
| subroutine | type_discrete_derivative_dictionnary::t_dd_dict_steps_init (self, n, order) |
| Init a t_dd_dict_steps element. | |
| logical function | type_discrete_derivative_dictionnary::t_dd_dict_steps_exists (self, steps) |
| Query the dictionnary if there is such an entry. | |
| subroutine | type_discrete_derivative_dictionnary::t_dd_dict_steps_get (self, steps, res) |
| Query the dictionnary for the searched steps and return the result if it exists or add it otherwise. | |
| subroutine | type_discrete_derivative_dictionnary::t_dd_dict_steps_add (self, ddp) |
| Add a DD to the list. | |
| subroutine | type_discrete_derivative_dictionnary::t_dd_dict_steps_create_and_add (self, steps, res) |
| Add a DD to the list. | |