|
| | Concepts.h |
| | This file contains the concepts used in the math module.
|
| |
| | GaussQuadrature.h |
| | Gauss-Legendre quadrature schemes over the unit box in dimensions 1, 2, 3.
|
| |
| | IntegerArithmeticChecks.h |
| | This file provides functions to check for integer arithmetic overflow.
|
| |
| | LinearOperator.h |
| | Linear operator concept and composite type.
|
| |
| | Math.h |
| | This file includes all the Math related headers.
|
| |
| | MomentFitting.h |
| | Moment fitting for polynomial quadrature rules.
|
| |
| | Rational.h |
| | Fixed size rational number representation using std::int64_t as numerator and denominator.
|
| |
| | SymmetricQuadratureRules.h |
| | Symmetric quadrature rules for reference simplices in dimensions \( d=1,2,3 \).
|
| |