Minsky
derivative.cc File Reference
#include "minsky.h"
#include "equations.h"
#include "expr.h"
#include "minsky_epilogue.h"
#include <regex>
Include dependency graph for derivative.cc:

Go to the source code of this file.

Namespaces

 MathDAG
 

Macros

#define VECTOR_DERIVATIVE_NOT_IMPLEMENTED(op)
 

Functions

string MathDAG::differentiateName (const std::string &x)
 creates a new name to represent the derivative of a variable More...
 

Macro Definition Documentation

◆ VECTOR_DERIVATIVE_NOT_IMPLEMENTED

#define VECTOR_DERIVATIVE_NOT_IMPLEMENTED (   op)
Value:
template <> \
NodePtr SystemOfEquations::derivative<> \
(const OperationDAG<OperationType::op>& expr) \
{ \
throw error("Vector derivatives not implemented"); \
}

Definition at line 642 of file derivative.cc.