|
rad
1.5.2
Radial Attention Model
|
Grid structure. More...
#include <grid_t.h>
Data Fields | |
| short | n |
| Number of grid points. | |
| double | m |
| Minimum grid point. | |
| double | M |
| Maximum grid point. | |
| double | w |
| Weighting exponent. | |
| double * | d |
| Data. | |
Grid structure.
Grid type.
Contains data for grid allocation, creation and storage. The weighting of the grid controls the distribution of grid points over the grid's domain. The weighting is performed using a power function. The weighting parameter is expected to be positive.
1.8.13