GPLIB++
|
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) |
void init | ( | int * | nd, |
float * | ranges | ||
) |
Definition at line 37 of file cadianiso.cpp.
References gplib::GeneralObjective::CalcPerformance(), Configuration, gplib::PTensorMTStation::GetData(), gplib::TimeSeriesComponent::GetData(), gplib::MTStation::GetData(), MTData, MTObjective, RecData, RecObjective(), gplib::C1DRecObjective::SetErrorLevel(), gplib::C1DRecObjective::SetPoisson(), gplib::C1DRecObjective::SetTimeWindow(), gplib::SetupMTFitParameters(), and version.
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.
References gplib::GeneralObjective::CalcPerformance(), Configuration, MTObjective, and RecObjective().
Referenced by forward_().