|
subroutine | t_discrete_derivative_vector_init (self, l, n) |
| Initialize a DD vector of size L and (optional) derivative N.
|
|
subroutine | t_discrete_derivative_vector_derivate (self, n) |
| Derivate the DD vector N (optional) times.
|
|
subroutine | t_discrete_derivative_vector_integrate (self, n) |
| Integrate the DD vector N (optional) times.
|
|
double precision function, dimension(self%length) | t_discrete_derivative_vector_eval (self, x) |
| Evaluate the associated array.
|
|
The Discrete Derivatives vector definition