version 0.6.0

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