class FourierEquation : public ExplicitEquation
FourierEquation represents a nth degree Fourier series like
virtual void SetDegree(int num)
Sets num as the number of sin() cos() sets of the Fourier series.
A Fourier series of degree num has 2*num + 2 coefficients.
|