SABER
|
Public Member Functions | |
subroutine | func_histogram (mpl, nlist, list, nbins, histmin, histmax, bins, hist) |
Compute bins and histogram from a list of values. More... | |
Definition at line 154 of file tools_func.F90.
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.
[in,out] | mpl | MPI data |
[in] | nlist | List size |
[in] | nbins | Number of bins |
[in] | histmin | Histogram minimum |
[in] | histmax | Histogram maximum |
[out] | hist | Histogram |
Definition at line 1764 of file tools_func.F90.