#include <gauss_legendre.hpp>
Legendre Polynomial class
◆ LegendrePolynomial()
nc::integrate::LegendrePolynomial::LegendrePolynomial |
( |
const uint32 |
numIterations | ) |
|
|
inlineexplicitnoexcept |
Constructor
- Parameters
-
numIterations | the number of iterations to perform |
◆ getRoot()
const std::vector< double > & nc::integrate::LegendrePolynomial::getRoot |
( |
| ) |
const |
|
inlinenoexcept |
Returns the roots vector
- Returns
- roots vector
◆ getWeight()
const std::vector< double > & nc::integrate::LegendrePolynomial::getWeight |
( |
| ) |
const |
|
inlinenoexcept |
Returns the weights vector
- Returns
- weights vector
The documentation for this class was generated from the following file: