Go to the documentation of this file.
16 #ifndef SURGSIM_MATH_POLYNOMIALVALUES_H
17 #define SURGSIM_MATH_POLYNOMIALVALUES_H
159 template <
class T,
int N>
167 #endif // SURGSIM_MATH_POLYNOMIALVALUES_H
Polynomial< T, 0 > m_polynomial
The polynomial under consideration.
Definition: PolynomialValues.h:55
Interval< T > valuesOverInterval(const Polynomial< T, N > &p, const Interval< T > &interval)
Calculate the minimum and maximum values of the dependent variable over a specified range of the inde...
Definition: PolynomialValues-inl.h:148
Polynomial<T, 0> specializes the Polynomial class for degree 0 (constant polynomials)
Definition: Polynomial.h:57
Polynomial< T, 3 > m_polynomial
The polynomial under consideration.
Definition: PolynomialValues.h:142
PolynomialRoots<T, 1> specializes the PolynomialRoots class for degree 1 (linear polynomials)
Definition: PolynomialRoots.h:85
PolynomialRoots<T, 2> specializes the PolynomialRoots class for degree 2 (quadratic polynomials)
Definition: PolynomialRoots.h:97
Definition: CompoundShapeToGraphics.cpp:30
PolynomialRoots< T, 1 > m_locationOfExtremum
Cached version of the locations of the extrema.
Definition: PolynomialValues.h:113
Class to manage polynomial based calculations of interval boundaries.
Definition: PolynomialValues.h:33
Polynomial<T, N> defines the concept of an N degree polynomial with type T coefficients and provides ...
Definition: Polynomial.h:48
Interval defines the concept of a mathematical interval and provides operations on it including arith...
Definition: IntervalArithmetic.h:35
Polynomial< T, 1 > m_derivative
Cached version of the derivative of the polynomial.
Definition: PolynomialValues.h:110
Polynomial<T, 1> specializes the Polynomial class for degree 1 (linear polynomials)
Definition: Polynomial.h:118
Polynomial<T, 3> specializes the Polynomial class for degree 3 (cubic polynomials)
Definition: Polynomial.h:256
Polynomial< T, 1 > m_polynomial
The polynomial under consideration.
Definition: PolynomialValues.h:78
Polynomial< T, 2 > m_polynomial
The polynomial under consideration.
Definition: PolynomialValues.h:107
Polynomial< T, 2 > m_derivative
Cached version of the derivative of the polynomial.
Definition: PolynomialValues.h:145
PolynomialRoots< T, 2 > m_locationOfExtremum
Cached version of the locations of the extrema.
Definition: PolynomialValues.h:148
Polynomial<T, 2> specializes the Polynomial class for degree 2 (quadratic polynomials)
Definition: Polynomial.h:184