rectangular_integration Interface

public interface rectangular_integration

Contents


Module Procedures

private function real_rectangular_integration(x, y) result(integral)

Apply the (left) rectangular rule to integrate y over the domain of x.

Arguments

Type IntentOptional Attributes Name
real, intent(in), dimension(:) :: x
real, intent(in), dimension(:) :: y

Return Value real

private function complex_rectangular_integration(x, y) result(integral)

Apply the (left) rectangular rule to integrate y over the domain of x.

Arguments

Type IntentOptional Attributes Name
real, intent(in), dimension(:) :: x
complex, intent(in), dimension(:) :: y

Return Value complex