Author: bugman
Date: Fri Aug 29 17:36:01 2014
New Revision: 25445
URL: http://svn.gna.org/viewcvs/relax?rev=25445&view=rev
Log:
The target_functions.relax_fit C module Python function jacobian_chi2() is now
exposed.
This was previously not visible from within Python.
Modified:
trunk/target_functions/relax_fit.c
Modified: trunk/target_functions/relax_fit.c
URL:
http://svn.gna.org/viewcvs/relax/trunk/target_functions/relax_fit.c?rev=25445&r1=25444&r2=25445&view=diff
==============================================================================
--- trunk/target_functions/relax_fit.c (original)
+++ trunk/target_functions/relax_fit.c Fri Aug 29 17:36:01 2014
@@ -369,6 +369,11 @@
jacobian,
METH_VARARGS,
"Return the Jacobian matrix as a Python list."
+ }, {
+ "jacobian_chi2",
+ jacobian_chi2,
+ METH_VARARGS,
+ "Return the Jacobian matrix of the chi-squared function as a Python
list."
},
{NULL, NULL, 0, NULL} /* Sentinel. */
};
_______________________________________________
relax (http://www.nmr-relax.com)
This is the relax-commits mailing list
[email protected]
To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits