2 extern "C" void initialize_(
char* path,
int* pathlenptr,
int junk)
17 extern "C" void user_init_(
int* nd,
float* ranges,
float* scales) {
32 extern "C" void forward_(
int* nd,
float* model,
float* mfitval) {
void forward_(int *nd, float *model, float *mfitval)
void initialize_(char *path, int *pathlenptr, int junk)
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)
void user_init_(int *nd, float *ranges, float *scales)