|
Definitions of a n-point Gaussian quadrature rule (a.k.a. More...
#include <array>#include <utility>Go to the source code of this file.
Classes | |
| struct | SurgSim::Math::gaussQuadraturePoint |
| 1D Gauss-Legendre quadrature More... | |
| struct | SurgSim::Math::gaussQuadratureTrianglePoint |
| 2D Gauss-Legendre quadrature on a triangle More... | |
Namespaces | |
| SurgSim | |
| SurgSim::Math | |
Definitions of a n-point Gaussian quadrature rule (a.k.a.
Gauss-Legendre quadrature rule) http://en.wikipedia.org/wiki/Gaussian_quadrature
1.8.13