Drake
Drake C++ Documentation
Loading...
Searching...
No Matches
monomial.h File Reference
#include <cstddef>
#include <map>
#include <ostream>
#include <utility>
#include <Eigen/Core>
#include "drake/common/drake_copyable.h"
#include "drake/common/fmt_ostream.h"
#include "drake/common/hash.h"
#include "drake/common/symbolic/expression.h"
Include dependency graph for monomial.h:
This graph shows which files directly or indirectly include this file:

Classes

class  Monomial
 Represents a monomial, a product of powers of variables with non-negative integer exponents. More...
struct  hash< drake::symbolic::Monomial >

Namespaces

namespace  drake
namespace  drake::symbolic
namespace  std
 STL namespace.

Functions

std::ostream & operator<< (std::ostream &out, const Monomial &m)
Monomial operator* (Monomial m1, const Monomial &m2)
 Returns a multiplication of two monomials, m1 and m2.
Monomial pow (Monomial m, int p)
 Returns m raised to p.