operator(*) Interface

public interface operator(*)

Functions

private module function real2d_multiply(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_multiply(scalar, a) result(c)

Arguments

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

Return Value type(array_type), pointer