![]() |
NumCpp
2.14.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
|
#include <gauss_legendre.hpp>
Public Member Functions | |
LegendrePolynomial (const uint32 numIterations) noexcept | |
const std::vector< double > & | getRoot () const noexcept |
const std::vector< double > & | getWeight () const noexcept |
Legendre Polynomial class
|
inlineexplicitnoexcept |
Constructor
numIterations | the number of iterations to perform |
Returns the roots vector
Returns the weights vector