An additive atom of a Polynomial: The product of any number of Terms and a coefficient.
More...
#include <drake/util/Polynomial.h>
template<typename _CoefficientType = double>
class Polynomial< _CoefficientType >::Monomial
An additive atom of a Polynomial: The product of any number of Terms and a coefficient.
Factors this by other; returns 0 iff other does not divide this.
int getDegreeOf |
( |
VarType |
var | ) |
const |
bool hasSameExponents |
( |
const Monomial & |
other | ) |
const |
bool operator< |
( |
const Monomial & |
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 Monomial & |
other | ) |
const |
|
inline |
The documentation for this class was generated from the following file: