We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca61c00 commit 6679df2Copy full SHA for 6679df2
2 files changed
README.md
@@ -1,2 +1,3 @@
1
1. power should be double
2
-2. can we reuse calculations, like in hessian of logistic
+2. can we reuse calculations, like in hessian of logistic
3
+3. more tests for chain rule elementwise univariate hessian
tests/wsum_hess/test_log.h
@@ -86,6 +86,8 @@ const char *test_wsum_hess_log_composite()
86
cmp_int_array(log_node->wsum_hess->p, expected_p, 6));
87
mu_assert("cols incorrect",
88
cmp_int_array(log_node->wsum_hess->i, expected_i, 25));
89
+ free_csr_matrix(A_csr);
90
+ free_expr(Ax_node);
91
free_expr(log_node);
92
free_expr(x);
93
0 commit comments