within_tolerance Module Procedure

module procedure within_tolerance module function within_tolerance(self, reference, tolerance) result(in_tolerance)

Arguments

Type IntentOptional Attributes Name
class(oracle_t), intent(in) :: self
class(oracle_t), intent(in) :: reference
real, intent(in) :: tolerance

Return Value logical


Calls

proc~~within_tolerance~~CallsGraph proc~within_tolerance within_tolerance norm norm proc~within_tolerance->norm