Eigen  3.4.1 (git rev 28ded8800c26864e537852658428ab44c8399e87)
 
Loading...
Searching...
No Matches
Eigen::symbolic::BaseExpr< Derived > Class Template Reference

#include <Eigen/src/Core/util/SymbolicIndex.h>

Detailed Description

template<typename Derived>
class Eigen::symbolic::BaseExpr< Derived >

Common base class of any symbolic expressions

+ Inheritance diagram for Eigen::symbolic::BaseExpr< Derived >:

Public Member Functions

template<typename T>
Index eval (const T &values) const
 

Member Function Documentation

◆ eval()

template<typename Derived>
template<typename T>
Index Eigen::symbolic::BaseExpr< Derived >::eval ( const T & values) const
inline

Evaluate the expression given the values of the symbols.

Parameters
valuesdefines the values of the symbols, it can either be a SymbolValue or a std::tuple of SymbolValue as constructed by SymbolExpr::operator= operator.

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