|
JUCE
|
This is the complete list of members for dsp::Polynomial< FloatingType >, including all inherited members.
| getOrder() noexcept | dsp::Polynomial< FloatingType > | |
| getProductWith(const Polynomial< FloatingType > &other) const | dsp::Polynomial< FloatingType > | |
| getSumWith(const Polynomial< FloatingType > &other) const | dsp::Polynomial< FloatingType > | |
| operator()(FloatingType x) const noexcept | dsp::Polynomial< FloatingType > | |
| operator=(const Polynomial &)=default | dsp::Polynomial< FloatingType > | |
| operator=(Polynomial &&)=default | dsp::Polynomial< FloatingType > | |
| operator[](int index) const noexcept | dsp::Polynomial< FloatingType > | |
| operator[](int index) noexcept | dsp::Polynomial< FloatingType > | |
| Polynomial() | dsp::Polynomial< FloatingType > | |
| Polynomial(const FloatingType *coefficients, int numCoefficients) | dsp::Polynomial< FloatingType > | |
| Polynomial(const Polynomial &)=default | dsp::Polynomial< FloatingType > | |
| Polynomial(Polynomial &&)=default | dsp::Polynomial< FloatingType > | |
| Polynomial(Values... items) | dsp::Polynomial< FloatingType > | |
| withGain(double gain) const | dsp::Polynomial< FloatingType > |
1.8.13