GPLIB++
cadijoint.h
Go to the documentation of this file.
1 #ifndef CADIJOINT_H_
2 #define CADIJOINT_H_
3 //! These two functions provide the interface between the C++ implementation and the C interfacea of CADI
4 extern "C" void misfit(float *p, float *misfit, int *m);
5 extern "C" void init(int* nd, float* ranges);
6 #endif /*CADIJOINT_H_*/
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: cadianiso.cpp:19
void init(int *nd, float *ranges)
Definition: cadianiso.cpp:37