![]() |
Nabla
1.0
Nabla - a DSL for Automatic differentiation
|
Go to the source code of this file.
Functions | |
void | traverse_gradient (Start *root) |
void | traverse_declarations (Start *root) |
void | traverse_operations (Start *root) |
int | semantic_error (std::string, int a=0, int b=0, bool print_line=false) |
std::string | get_line (int) |
Variables | |
char | filename [50] |
std::string get_line | ( | int | ) |
int semantic_error | ( | std::string | , |
int | a = 0 , |
||
int | b = 0 , |
||
bool | print_line = false |
||
) |
void traverse_declarations | ( | Start * | root | ) |
void traverse_gradient | ( | Start * | root | ) |
void traverse_operations | ( | Start * | root | ) |
char filename[50] |