An individual variable raised to an integer power; e.g. x**2.
More...
#include <drake/util/Polynomial.h>
|
bool | operator== (const Term &other) const |
|
bool | operator< (const Term &other) const |
| A comparison to allow std::lexicographical_compare on this class; does not reflect any sort of mathematical total order. More...
|
|
template<typename _CoefficientType = double>
class Polynomial< _CoefficientType >::Term
An individual variable raised to an integer power; e.g. x**2.
bool operator< |
( |
const Term & |
other | ) |
const |
|
inline |
A comparison to allow std::lexicographical_compare on this class; does not reflect any sort of mathematical total order.
bool operator== |
( |
const Term & |
other | ) |
const |
|
inline |
The documentation for this class was generated from the following file: