ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-2.0/src/math/ChebyshevPolynomials.hpp
(Generate patch)

Comparing trunk/OOPSE-2.0/src/math/ChebyshevPolynomials.hpp (file contents):
Revision 2204 by gezelter, Fri Apr 15 22:04:00 2005 UTC vs.
Revision 2448 by tim, Wed Nov 16 23:10:02 2005 UTC

# Line 63 | Line 63 | namespace oopse {
63    class ChebyshevPolynomials {
64    public:
65      ChebyshevPolynomials(int maxPower);
66 <
66 >    virtual ~ChebyshevPolynomials() {}
67      /**
68       * Calculates the value of the nth Chebyshev Polynomial evaluated at the given x value.
69       * @return The value of the nth Chebyshev Polynomial evaluates at the given x value

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines