![]() |
Nabla
1.0
Nabla - a DSL for Automatic differentiation
|
#include <ast.h>
Classes | |
union | inbuilt_type |
Public Member Functions | |
ConstValue (int value) | |
ConstValue (float value) | |
virtual | ~ConstValue ()=default |
![]() | |
Node () | |
virtual | ~Node ()=default |
Public Attributes | |
inbuilt_type | value |
bool | isInt |
ConstValue::ConstValue | ( | int | value | ) |
ConstValue::ConstValue | ( | float | value | ) |
|
virtualdefault |
bool ConstValue::isInt |
inbuilt_type ConstValue::value |