allclose Function

public function allclose(x, y, rtol)

Arguments

Type IntentOptional Attributes Name
real(kind=pr), intent(in) :: x(:)
real(kind=pr), intent(in) :: y(:)
real(kind=pr), intent(in) :: rtol

Return Value logical


Calls

proc~~allclose~~CallsGraph proc~allclose allclose proc~rel_error rel_error proc~allclose->proc~rel_error