yaeos
User documentation
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
auxiliar_functions
Module
MPL
21 statements
Source File
auxiliar_functions.f90
auxiliar_functions
Contents
Functions
allclose
rel_error
Uses
yaeos__constants
Functions
public function
allclose
(x, y, rtol)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=pr),
intent(in)
::
x
(:)
real(kind=pr),
intent(in)
::
y
(:)
real(kind=pr),
intent(in)
::
rtol
Return Value
logical
public elemental function
rel_error
(x, y)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=pr),
intent(in)
::
x
real(kind=pr),
intent(in)
::
y
Return Value
real(kind=pr)