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

Discrete derivatives vector.

The Discrete Derivatives vector definition

Function/Subroutine Documentation

◆ t_discrete_derivative_vector_derivate()

subroutine type_dd_vector::t_discrete_derivative_vector_derivate ( class(t_discrete_derivative_vector), intent(inout) self,
integer, intent(in), optional n )

Derivate the DD vector N (optional) times.

◆ t_discrete_derivative_vector_eval()

double precision function, dimension(self%length) type_dd_vector::t_discrete_derivative_vector_eval ( class(t_discrete_derivative_vector), intent(in) self,
double precision, intent(in) x )

Evaluate the associated array.

◆ t_discrete_derivative_vector_init()

subroutine type_dd_vector::t_discrete_derivative_vector_init ( class(t_discrete_derivative_vector), intent(inout) self,
integer, intent(in) l,
integer, intent(in), optional n )

Initialize a DD vector of size L and (optional) derivative N.

◆ t_discrete_derivative_vector_integrate()

subroutine type_dd_vector::t_discrete_derivative_vector_integrate ( class(t_discrete_derivative_vector), intent(inout) self,
integer, intent(in), optional n )

Integrate the DD vector N (optional) times.