WPILibC++ 2023.4.3-108-ge5452e3
|
This namespace defines a set of classes and functions to build and evaluate symbolic expressions of scalar type Index. More...
Classes | |
class | AddExpr |
class | BaseExpr |
Common base class of any symbolic expressions. More... | |
struct | is_symbolic |
class | NegateExpr |
class | ProductExpr |
class | QuotientExpr |
class | Symbol |
class | SymbolExpr |
Expression of a symbol uniquely identified by the template parameter type tag . More... | |
class | SymbolValue |
Represents the actual value of a symbol identified by its tag. More... | |
class | ValueExpr |
class | ValueExpr< internal::FixedInt< N > > |
This namespace defines a set of classes and functions to build and evaluate symbolic expressions of scalar type Index.
Here is a simple example:
It is currently only used internally to define and manipulate the Eigen::last and Eigen::lastp1 symbols in Eigen::seq and Eigen::seqN.