Toggle navigation
Fortran free function collection
Contents
Source Files
Modules
Procedures
Derived Types
Source Files
Modules
Procedures
Derived Types
fffc_stats
Module
13 statements
Source File
fffc_stats.f90
fffc_stats
Contents
Interfaces
mean
Uses
fffc_kinds
Used by
Descendants:
fffc_stats_mean
Contents
Interfaces
mean
Interfaces
public interface
mean
public pure module function mean_real_kind(x)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=fffc_real_kind),
intent(in)
::
x
(:)
Return Value
real(kind=fffc_real_kind)
public pure module function mean_int_kind(x)
Arguments
Type
Intent
Optional
Attributes
Name
integer(kind=fffc_int_kind),
intent(in)
::
x
(:)
Return Value
integer(kind=fffc_int_kind)