in_range Interface

interface
private elemental module function in_range(self, tensor) result(is_in_range)

Arguments

Type IntentOptional Attributes Name
class(tensor_range_t), intent(in) :: self
type(tensor_t), intent(in) :: tensor

Return Value logical