mean Interface

public interface mean

Functions

private module function mean_all_array(a) result(c)

Arguments

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

Return Value type(array_type), pointer

private module function mean_array(a, dim) result(c)

Arguments

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

Return Value type(array_type), pointer