|
Janus 2.0.0
High-performance C++20 dual-mode numerical framework
|
Multidimensional stochastic quadrature grid with row-major sample layout. More...
#include <Quadrature.hpp>
Public Attributes | |
| NumericMatrix | samples |
| NumericVector | weights |
| bool | nested = false |
| int | level = 0 |
Multidimensional stochastic quadrature grid with row-major sample layout.
The sample matrix uses the same convention as PolynomialChaosBasis:
| bool janus::StochasticQuadratureGrid::nested = false |