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

One stochastic dimension in a polynomial chaos basis. More...

#include <PolynomialChaos.hpp>

Public Attributes

PolynomialChaosFamily family = PolynomialChaosFamily::Legendre
double alpha = 0.0
double beta = 0.0

Detailed Description

One stochastic dimension in a polynomial chaos basis.

alpha and beta are used only by Jacobi and Laguerre families:

  • Jacobi: alpha > -1, beta > -1
  • Laguerre: alpha > -1, beta ignored

Member Data Documentation

◆ alpha

◆ beta

◆ family


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