stator
A math, geometry, and utility library
sym::Dynamic Struct Reference

Template argument for dynamic types, as well as their base class. More...

#include <symbolic.hpp>

Inheritance diagram for sym::Dynamic:
sym::BinaryOp< Expr, Op, Expr > sym::UnaryOp< Expr, Op > sym::Var< Dynamic >

Detailed Description

This class is used to provide specialisations of compile time types, such as UnaryOp, BinaryOp, for the run-time CAS implementation. These types also inherit from this class, to allow their identification.

Definition at line 66 of file symbolic.hpp.


The documentation for this struct was generated from the following file: