Source Files
Modules
Procedures
Derived Types
mean
Interface
11 statements
Source File
diffstruc_types.f90
diffstruc__types
mean
Contents
Functions
mean_all_array
mean_array
public interface mean
Functions
private module function mean_all_array(a) result(c)
Implementation →
Arguments
Type
Intent
Optional
Attributes
Name
class(
array_type
),
intent(in),
target
::
a
Return Value
type(
array_type
), pointer
private module function mean_array(a, dim) result(c)
Implementation →
Arguments
Type
Intent
Optional
Attributes
Name
class(
array_type
),
intent(in),
target
::
a
integer,
intent(in)
::
dim
Return Value
type(
array_type
), pointer