#include <capd/autodiff/NodeType.h>
|
static std::vector< Node > * | dag = 0 |
|
◆ Node() [1/3]
capd::autodiff::Node::Node |
( |
int |
left, |
|
|
int |
right, |
|
|
int |
result, |
|
|
int |
op |
|
) |
| |
|
inline |
◆ Node() [2/3]
capd::autodiff::Node::Node |
( |
double |
val | ) |
|
|
inlineexplicit |
◆ Node() [3/3]
capd::autodiff::Node::Node |
( |
| ) |
|
|
inline |
◆ isConst
bool capd::autodiff::Node::isConst |
◆ isTimeDependentOnly
bool capd::autodiff::Node::isTimeDependentOnly |
◆ left
int capd::autodiff::Int4::left |
|
inherited |
◆ op
int capd::autodiff::Int4::op |
|
inherited |
◆ result
int capd::autodiff::Int4::result |
|
inherited |
◆ right
int capd::autodiff::Int4::right |
|
inherited |
◆ val
double capd::autodiff::Node::val |
The documentation for this struct was generated from the following files: