Janus 2.0.0
High-performance C++20 dual-mode numerical framework
Loading...
Searching...
No Matches
janus::UnivariateQuadratureRule Struct Reference

One-dimensional stochastic quadrature rule on a probability measure. More...

#include <Quadrature.hpp>

Public Attributes

NumericVector nodes
NumericVector weights
bool nested = false
int level = 0

Detailed Description

One-dimensional stochastic quadrature rule on a probability measure.

Member Data Documentation

◆ level

int janus::UnivariateQuadratureRule::level = 0

◆ nested

bool janus::UnivariateQuadratureRule::nested = false

◆ nodes

NumericVector janus::UnivariateQuadratureRule::nodes

◆ weights

NumericVector janus::UnivariateQuadratureRule::weights

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