#include <iostream>
#include "expression.hpp"
#include "CouenneTypes.hpp"
Include dependency graph for exprUnary.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | exprUnary |
expression class for unary functions (sin, log, etc. More... | |
Functions | |
CouNumber | zero_fun (CouNumber x) |
zero function (used by default by exprUnary) |
zero function (used by default by exprUnary)
Definition at line 21 of file exprUnary.hpp.
Referenced by exprUnary::F().