sparse_grid_laguerre_test
sparse_grid_laguerre_test,
an Octave code which
calls sparse_grid_laguerre(), which
constructs sparse grids based on 1D Gauss-Laguerre rules.
Licensing:
The computer code and data files described and made available on this web page
are distributed under
the MIT license
Related Data and Programs:
sparse_grid_laguerre,
an Octave code which
creates sparse grids based on Gauss-Laguerre rules.
Source Code:
The test program creates some data files:
-
lg_d2_level3_r.txt,
the "R" file for a sparse grid quadrature rule for spatial dimension 2
and level 3.
-
lg_d2_level3_w.txt,
the "W" file for a sparse grid quadrature rule for spatial dimension 2
and level 3.
-
lg_d2_level3_x.txt,
the "X" file for a sparse grid quadrature rule for spatial dimension 2
and level 3.
Last revised on 20 June 2023.