NuMFor 9f2ab49 (2024-04-08)
Numerical (Modern) Fortran. Library for Simple Numerical computing
histog Type Reference

type histogram holds the data from an histogram More...

Public Member Functions

procedure clean (h)
 clean-up returns None
 

Public Attributes

integer n = 0
 Total number of values parsed.
 
real(dp), dimension(:), allocatable hist
 Values of the histogram.
 
real(dp), dimension(:), allocatable bin_edges
 Array of size (len(hist)+1)
 

Detailed Description

type histogram holds the data from an histogram

Member Function/Subroutine Documentation

◆ clean()

procedure clean ( class(histog), intent(inout) h)

clean-up returns None

Parameters
[in,out]hhistogram to clean

References histograms::histogram().

Here is the call graph for this function:

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