ASCOT5
Loading...
Searching...
No Matches
histogram Struct Reference

Histogram parameters. More...

#include <hist.h>

Data Fields

hist_axis axes [HIST_ALLDIM]
 
size_t strides [HIST_ALLDIM-1]
 
size_t nbin
 
realbins
 

Detailed Description

Histogram parameters.

The bins are stored as a flattened array. The element (i0,i1,...,in) corresponds to bins[i0*strides[0] + i1*strides[1] + ... + in].

Definition at line 52 of file hist.h.

Field Documentation

◆ axes

hist_axis histogram::axes[HIST_ALLDIM]

The coordinate axes.

Definition at line 53 of file hist.h.

◆ strides

size_t histogram::strides[HIST_ALLDIM-1]

Row length for each dimension.

Definition at line 54 of file hist.h.

◆ nbin

size_t histogram::nbin

Number of bins.

Definition at line 55 of file hist.h.

◆ bins

real* histogram::bins

The bin array.

Definition at line 56 of file hist.h.


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