version 0.6.0
Loading...
Searching...
No Matches

Discrete derivatives vector. More...

Data Types

type  t_discrete_derivative_vector
 The discrete derivative vector type. More...
 

Functions/Subroutines

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.
 

Detailed Description

The Discrete Derivatives vector definition