File tree
5 files changed
+5
-7
lines changed5 files changed
+5
-7
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
7 |
| - | |
| 6 | + | |
8 | 7 |
| |
9 | 8 |
| |
10 | 9 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
310 | 310 |
| |
311 | 311 |
| |
312 | 312 |
| |
313 |
| - | |
| 313 | + | |
314 | 314 |
| |
315 | 315 |
| |
316 | 316 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
|
Submodule scs_source updated 49 files
- .bumpversion.cfg+1-2
- .github/workflows/build_spectral.yml+36
- .github/workflows/cmake_cudss.yml+1-1
- .github/workflows/gpu.yml+1-1
- .gitignore+1
- CITATION.cff+1-1
- CMakeLists.txt+60-16
- Makefile+33-1
- README.md+1-1
- cmake/scs_types.h.in+3-7
- docs/src/Doxyfile+1-1
- docs/src/citing/index.rst+1-1
- docs/src/conf.py+1-1
- docs/src/install/c.rst+1-1
- include/cones.h+43
- include/glbopts.h+1-1
- include/scs.h+25
- include/scs_types.h+2-4
- include/util_spectral_cones.h+45
- linsys/cpu/direct/private.c+3-3
- linsys/cpu/direct/private.h+2-1
- linsys/csparse.c+1-1
- linsys/cudss/direct/private.c+92-88
- linsys/cudss/direct/private.h+34-36
- linsys/external/qdldl/qdldl_types.h+1-1
- linsys/gpu/indirect/private.c+14-21
- scs.mk+10-1
- src/aa.c+8-12
- src/cones.c+554-37
- src/rw.c+15-1
- src/scs.c+4
- src/spectral_cones/logdeterminant/log_cone_IPM.c+660
- src/spectral_cones/logdeterminant/log_cone_Newton.c+279
- src/spectral_cones/logdeterminant/log_cone_wrapper.c+205
- src/spectral_cones/logdeterminant/logdet_cone.c+143
- src/spectral_cones/nuclear/ell1_cone.c+221
- src/spectral_cones/nuclear/nuclear_cone.c+99
- src/spectral_cones/sum-largest/sum_largest_cone.c+196
- src/spectral_cones/sum-largest/sum_largest_eval_cone.c+140
- src/spectral_cones/util_spectral_cones.c+52
- test/problems/complex_PSD.h+83
- test/rng.h+4-4
- test/run_tests.c+25
- test/spectral_cones_problems/exp_design.h+141
- test/spectral_cones_problems/graph_partitioning.h+275
- test/spectral_cones_problems/robust_pca.h+253
- test/spectral_cones_problems/several_logdet_cones.h+222
- test/spectral_cones_problems/several_nuc_cone.h+285
- test/spectral_cones_problems/several_sum_largest.h+420
0 commit comments