subtract Interface

interface
private elemental module function subtract(self, rhs) result(difference)

Arguments

Type IntentOptional Attributes Name
class(inference_engine_t), intent(in) :: self
type(inference_engine_t), intent(in) :: rhs

Return Value type(difference_t)