mailr25445 - /trunk/target_functions/relax_fit.c


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on August 29, 2014 - 17:36:
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. */
 };




Related Messages


Powered by MHonArc, Updated Fri Aug 29 18:20:03 2014