Commit | Date | |
---|---|---|
[r25313]
by
bugman
Implemented the exponential curve second partial derivative C functions. These are declared in the exponential.h header file and are now used by the Python function |
2014-08-26 17:13:59 | Tree |
[r25312]
by
bugman
Partly implemented the front end target_functions.relax_fit.d2func() C module Python function. This is not fully implemented as the exponential curve double partial derivatives are not |
2014-08-26 17:04:09 | Tree |
[r25311]
by
bugman
Comment fixes and formatting changes in all of the target_functions C files and headers. |
2014-08-26 16:54:25 | Tree |
2014-08-26 16:49:12 | Tree | |
[r25309]
by
bugman
Clean up of the header and includes of the target_functions/c_chi2.c file. The square() function macro has been shifted to the header file and the stdio.h and math.h standard |
2014-08-26 16:48:30 | Tree |
[r25308]
by
bugman
The target_functions/exponential.c file no longer includes exponential.h. This is not needed as exponential.h only contains the function definitions of the exponential.c |
2014-08-26 16:45:52 | Tree |
[r25307]
by
bugman
All of the C code chi-squared functions now have the array argument dimensions explicitly declared. |
2014-08-26 16:31:30 | Tree |
2014-08-26 16:29:25 | Tree | |
[r25305]
by
bugman
Standardisation of the array dimensionality in the target function C code. The new target_functions/dimensions.h header file defines MAX_PARAMS and MAX_DATA which is then The values of MAX_PARAMS and MAX_DATA have increased from 3 and 50 to 20 and 5000. This is to allow |
2014-08-26 16:25:19 | Tree |
[r25304]
by
bugman
Changed the internal variables of the chi-squared gradient C code to match the Python code. |
2014-08-26 16:09:39 | Tree |