GiNaC 1.8.7
|
Implementation of abstract derivatives of functions. More...
#include "fderivative.h"
#include "operators.h"
#include "archive.h"
#include "utils.h"
#include <iostream>
Go to the source code of this file.
Namespaces | |
namespace | GiNaC |
Functions | |
GiNaC::GINAC_IMPLEMENT_REGISTERED_CLASS_OPT (fderivative, function, print_func< print_context >(&fderivative::do_print). print_func< print_latex >(&fderivative::do_print_latex). print_func< print_csrc >(&fderivative::do_print_csrc). print_func< print_tree >(&fderivative::do_print_tree)) fderivative | |
GiNaC::GINAC_BIND_UNARCHIVER (fderivative) | |
Implementation of abstract derivatives of functions.
Definition in file fderivative.cpp.