#include <grid.h>
Public Attributes | |
| size_t | n |
| number of gridpoints on axis | |
| ireal | d |
| step between gridpoints | |
| ireal | o |
| coordinate of first gridpoint | |
| int | id |
| axis index | |
Defines a uniformly sampled axis, after the fashion of SEPlib77 or RSF. Struct part of RVLGrid Axis class.
Innovative feature: each axis carries an integer token (axis.id) meant to signify its position in a global ordering of axes (hence its physical meaning)..
Definition at line 25 of file grid.h.
| size_t s_axis::n |
number of gridpoints on axis
Definition at line 27 of file grid.h.
Referenced by TSOpt::ExtOp< Scalar >::apply().
| int s_axis::id |
1.4.7