![]() |
![]() |
![]() |
NumCosmo Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy |
Gaussian window functionGaussian window function — Provides a NcWindow of Gaussian type filter. |
#define NC_WINDOW_VOLUME_GAUSSIAN struct NcWindowGaussian; struct NcWindowGaussianClass; NcWindow * nc_window_gaussian_new ();
This object implements the NcWindow abstract class for a Gaussian window function. See also Gaussian for more details.
#define NC_WINDOW_VOLUME_GAUSSIAN (sqrt(2.0 * M_PI)*sqrt(2.0 * M_PI)*sqrt(2.0 * M_PI)) /* (2.0 \Pi)^(3/2) */
NcWindow * nc_window_gaussian_new ();
This function returns a NcWindow with a NcWindowGaussian implementation.
Returns : |
A new NcWindow. |