rad  1.5.2
Radial Attention Model
Data Fields
grid_t Struct Reference

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.
 

Detailed Description

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.


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