version 0.6.0
type_discrete_derivative_dictionnary Module Reference

Discrete derivatives dictionnary. More...

Data Types

type  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...
 

Functions/Subroutines

subroutine t_dd_dict_steps_init (self, N, order)
 Init a t_dd_dict_steps element.
 
logical function t_dd_dict_steps_exists (self, steps)
 Query the dictionnary if there is such an entry.
 
subroutine 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 t_dd_dict_steps_add (self, ddp)
 Add a DD to the list.
 
subroutine t_dd_dict_steps_create_and_add (self, steps, res)
 Add a DD to the list.
 

Detailed Description

The Discrete Derivatives dictionnary