![]() |
ROOT
6.06/08
Reference Guide
|
#include "PyROOT.h"#include "TPyFitFunction.h"#include "ObjectProxy.h"#include "MethodProxy.h"#include "TPyBufferFactory.h"#include <stdexcept>
Include dependency graph for TPyFitFunction.cxx:Go to the source code of this file.
Functions | |
| static PyObject * | GetOverriddenPyMethod (PyObject *pyself, const char *method) |
| static PyObject * | DispatchCall (PyObject *pyself, const char *method, PyObject *pymethod=NULL, PyObject *arg1=NULL, PyObject *arg2=NULL, PyObject *arg3=NULL) |
|
static |
Definition at line 42 of file TPyFitFunction.cxx.
Referenced by TPyMultiGradFunction::DoDerivative(), TPyMultiGenFunction::DoEval(), TPyMultiGradFunction::DoEval(), TPyMultiGradFunction::FdF(), TPyMultiGradFunction::Gradient(), TPyMultiGenFunction::NDim(), and TPyMultiGradFunction::NDim().
Definition at line 25 of file TPyFitFunction.cxx.
Referenced by DispatchCall(), TPyMultiGradFunction::FdF(), and TPyMultiGradFunction::Gradient().