![]() |
NuTo
Numerics Tool
|
#include "nuto/math/Legendre.h"#include <boost/range/algorithm/sort.hpp>#include <boost/range/algorithm/transform.hpp>#include <cmath>#include <vector>Functions | |
| double | FindLegendreRoot (double guess, int n, int derivative) |
| std::vector< double > | FindLegendreRoots (std::vector< double > guess, int n, int derivative) |
| std::vector< double > | FirstGuess (int n) |
| double FindLegendreRoot | ( | double | guess, |
| int | n, | ||
| int | derivative | ||
| ) |
| std::vector<double> FindLegendreRoots | ( | std::vector< double > | guess, |
| int | n, | ||
| int | derivative | ||
| ) |
| std::vector<double> FirstGuess | ( | int | n | ) |
1.8.11