SABER
tools_func::histogram Interface Reference

Public Member Functions

subroutine func_histogram (mpl, nlist, list, nbins, histmin, histmax, bins, hist)
 Compute bins and histogram from a list of values. More...
 

Detailed Description

Definition at line 154 of file tools_func.F90.

Member Function/Subroutine Documentation

◆ func_histogram()

subroutine tools_func::histogram::func_histogram ( type(mpl_type), intent(inout)  mpl,
integer, intent(in)  nlist,
real(kind_real), dimension(nlist), intent(in)  list,
integer, intent(in)  nbins,
real(kind_real), intent(in)  histmin,
real(kind_real), intent(in)  histmax,
real(kind_real), dimension(nbins+1), intent(out)  bins,
real(kind_real), dimension(nbins), intent(out)  hist 
)

Compute bins and histogram from a list of values.

Parameters
[in,out]mplMPI data
[in]nlistList size
[in]nbinsNumber of bins
[in]histminHistogram minimum
[in]histmaxHistogram maximum
[out]histHistogram

Definition at line 1764 of file tools_func.F90.


The documentation for this interface was generated from the following file: