Commit de37508
Update SparseDiffEngine submodule for right_matmul parameter support
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent bbb8c3f commit de37508
1 file changed
Lines changed: 1 addition & 1 deletion
Submodule SparseDiffEngine updated 32 files
- include/bivariate.h+4-3
- include/memory_wrappers.h+13
- include/problem.h+1-1
- include/subexpr.h+4-1
- include/utils/Vec_macros.h+5-3
- src/affine/hstack.c+2-1
- src/affine/index.c+3-2
- src/affine/linear_op.c+4-5
- src/affine/parameter.c+8-6
- src/affine/sum.c+2-1
- src/affine/trace.c+2-1
- src/bivariate/left_matmul.c+33-21
- src/bivariate/quad_over_lin.c+2-1
- src/bivariate/right_matmul.c+30-6
- src/bivariate/scalar_mult.c+3-6
- src/bivariate/vector_mult.c+3-6
- src/expr.c+5-7
- src/other/prod_axis_one.c+4-3
- src/other/prod_axis_zero.c+4-3
- src/other/quad_form.c+2-1
- src/problem.c+13-8
- src/utils/CSC_Matrix.c+12-11
- src/utils/CSR_Matrix.c+6-5
- src/utils/int_double_pair.c+2-1
- src/utils/linalg_sparse_matmuls.c+3-2
- tests/all_tests.c+1
- tests/jacobian_tests/test_right_matmul.h+2-2
- tests/problem/test_param_prob.h+94
- tests/profiling/profile_left_matmul.h+2-1
- tests/utils/test_csr_csc_conversion.h+6-5
- tests/utils/test_csr_matrix.h+2-1
- tests/wsum_hess/test_right_matmul.h+2-2
0 commit comments