GPLIB++
|
#include <iostream>
#include "Aniso1DMTObjective.h"
#include "MTStation.h"
#include "gentypes.h"
#include "CLevanisoConf.h"
#include "lm.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 (double *p, double *x, int m, int n, void *data) |
int | main () |
Variables | |
boost::shared_ptr < PlottableObjective > | MTObjective |
CLevanisoConf | Configuration |
int main | ( | void | ) |
Definition at line 39 of file levaniso.cpp.
References Configuration, gplib::PTensorMTStation::GetData(), gplib::MTStation::GetData(), misfit(), MTData, MTObjective, gplib::SetupMTFitParameters(), and version.
void misfit | ( | double * | p, |
double * | x, | ||
int | m, | ||
int | n, | ||
void * | data | ||
) |
Definition at line 18 of file levaniso.cpp.
References Configuration, and MTObjective.
Referenced by main().
CLevanisoConf Configuration |
Definition at line 17 of file levaniso.cpp.
boost::shared_ptr<PlottableObjective> MTObjective |
Definition at line 16 of file levaniso.cpp.