|
stator
A math, geometry, and utility library
|
Symbolic representation of a variable substitution. More...
#include <symbolic.hpp>
Public Member Functions | |
| Relation (const Var var, const Arg &val) | |
Public Attributes | |
| const Arg & | _val |
| const Var | _var |
Definition at line 76 of file symbolic.hpp.
|
inline |
Definition at line 77 of file symbolic.hpp.
| const Arg& sym::Relation< Var, Arg >::_val |
Definition at line 80 of file symbolic.hpp.
| const Var sym::Relation< Var, Arg >::_var |
Definition at line 79 of file symbolic.hpp.
1.8.13