#include "cadijoint.h"#include <iostream>#include "Aniso1DMTObjective.h"#include "MTStation.h"#include "gentypes.h"#include "CLevanisoConf.h"#include "MTFitSetup.h"#include <boost/bind.hpp>#include "PTensor1DMTObjective.h"#include <boost/shared_ptr.hpp>#include "PTensorMTStation.h"Go to the source code of this file.
Functions | |
| void | misfit (float *p, float *misfit, int *m) |
| These two functions provide the interface between the C++ implementation and the C interfacea of CADI. | |
| void | init (int *nd, float *ranges) |
Variables | |
| boost::shared_ptr < PlottableObjective > | MTObjective |
| CLevanisoConf | Configuration |
| void init | ( | int * | nd, | |
| float * | ranges | |||
| ) |
| void misfit | ( | float * | p, | |
| float * | misfit, | |||
| int * | m | |||
| ) |
These two functions provide the interface between the C++ implementation and the C interfacea of CADI.
Definition at line 19 of file cadianiso.cpp.
Referenced by forward_(), and main().
| boost::shared_ptr<PlottableObjective> MTObjective |
Definition at line 16 of file cadianiso.cpp.
Referenced by init(), main(), misfit(), and MTRecObjective::PostParallel().
1.5.5