#include <PolynomialGenerator.h>
◆ coeffGeneratorPtr
◆ rootsGeneratorPtr
template<typename T >
| typedef std::vector< std::complex< T > >(* Laguerre::Generator< T >::rootsGeneratorPtr) (int, T, T, T) |
|
protected |
◆ basicCoeffsGeneration()
◆ basicRootGeneration()
template<typename T >
| static std::vector< std::complex< T > > Laguerre::Generator< T >::basicRootGeneration |
( |
int | count = 3, |
|
|
T | from = 0, |
|
|
T | to = 1, |
|
|
T | delta = 1 ) |
|
inlinestaticprotected |
◆ createFromRoots() [1/2]
template<typename T >
template<typename... Args>
◆ createFromRoots() [2/2]
◆ currentCoeffGenerator()
◆ currentRootsGenerator()
◆ gen()
◆ generateRoots()
template<typename T >
| static std::vector< T > Laguerre::Generator< T >::generateRoots |
( |
int | count = 3, |
|
|
T | from = 0, |
|
|
T | to = 1, |
|
|
T | delta = 1 ) |
|
inlinestatic |
◆ setCoeffGenerator()
◆ setRootsGenerator()
◆ coeffGenerator
◆ rootsGenerator
The documentation for this class was generated from the following file: