GPLIB++
Functions | Variables
cadianiso.cpp File Reference
#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. More...
 
void init (int *nd, float *ranges)
 

Variables

boost::shared_ptr
< PlottableObjective
MTObjective
 
CLevanisoConf Configuration
 

Function Documentation

void init ( int *  nd,
float *  ranges 
)

Definition at line 37 of file cadianiso.cpp.

Referenced by user_init_().

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_().

Variable Documentation

CLevanisoConf Configuration

Definition at line 17 of file cadianiso.cpp.

Referenced by init(), main(), and misfit().

boost::shared_ptr<PlottableObjective> MTObjective

Definition at line 16 of file cadianiso.cpp.

Referenced by init(), main(), and misfit().