Commit ba3a5a2
Release v0.1.2: update SparseDiffEngine to v0.1.2
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 8975eb3 commit ba3a5a2
2 files changed
+2
-2
lines changedSubmodule SparseDiffEngine updated 25 files
- CMakeLists.txt+9-1
- include/subexpr.h+4-1
- include/utils/CSC_Matrix.h+2-10
- include/utils/CSR_Matrix.h+12-107
- include/utils/CSR_sum.h+89
- include/utils/linalg_sparse_matmuls.h+46
- src/affine/add.c+1
- src/affine/broadcast.c+12-11
- src/affine/hstack.c+1
- src/affine/sum.c+1
- src/affine/trace.c+1
- src/bivariate/left_matmul.c+51-29
- src/bivariate/multiply.c+1
- src/bivariate/right_matmul.c+13-120
- src/problem.c+2-1
- src/utils/CSC_Matrix.c+67-114
- src/utils/CSR_Matrix.c+9-738
- src/utils/CSR_sum.c+761
- src/utils/linalg_sparse_matmuls.c+350
- tests/all_tests.c+29
- tests/jacobian_tests/test_broadcast.h+32
- tests/profiling/profile_left_matmul.h+62
- tests/utils/test_csr_csc_conversion.h+171
- tests/utils/test_csr_matrix.h+1
- tests/utils/test_linalg_sparse_matmuls.h+398
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments