operator(+) Interface

public interface operator(+)

Functions

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

Arguments

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

Return Value type(array_type), pointer

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

Arguments

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

Return Value type(array_type), pointer

private module function scalar_add(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