operator(-) Interface

public interface operator(-)

Functions

private module function scalar_subtract(a, b) result(c)

Arguments

Type IntentOptional Attributes Name
real(kind=real32), intent(in) :: a
class(array_type), intent(in), target :: b

Return Value type(array_type), pointer