operator(**) Interface

public interface operator(**)

Functions

private module function int_scalar_power(scalar, a) result(c)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: scalar
class(array_type), intent(in), target :: a

Return Value type(array_type), pointer

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