VOLCANOR
0.1.13
Documentation
Source Files
Modules
Procedures
Derived Types
Namelists
Programs
trapz
Function
13 statements
Source File
libMath_noBLAS.f90
libMath
trapz
Contents
public function trapz(y, x)
Trapezoid integration with unequal intervals
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=dp),
intent(in),
dimension(:)
::
y
real(kind=dp),
intent(in),
dimension(:)
::
x
Return Value
real(kind=dp)