power_int_scalar Interface

interface
private module function power_int_scalar(a, scalar) result(c)

Arguments

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

Return Value type(array_type),pointer