Conversation
|
TODO:
|
|
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #99 +/- ##
==========================================
- Coverage 98.32% 98.24% -0.08%
==========================================
Files 6 6
Lines 1250 1257 +7
==========================================
+ Hits 1229 1235 +6
- Misses 21 22 +1 ☔ View full report in Codecov by Sentry. |
|
Risking to be annoying for you, I have thought a bit more about the If you agree and are not too annoyed by my premature thoughts earlier, we can keep the improvements to the docs for |
| ### Keyword arguments: ### | ||
|
|
||
| - `p_prototype`: If `P` is given in in-place form, `p_prototype` is used to store evaluations of `P`. | ||
| - `p_prototype`: If `P` is given in in-place form, `p_prototype` or copies thereof are used to store evaluations of `P`. |
There was a problem hiding this comment.
We should definitely merge these documentation clarifications!
| end | ||
| end | ||
|
|
||
| # Here we check that the types of p_prototype and d_prototype actually |
There was a problem hiding this comment.
I guess we should also keep this test (without the d_prototype parts) ?
Okay, let's do this. |
|
This draft will not be pursued further. See #104 instead. |
All (SSP)MPRK algorithms use
d_prototypeto initialize destruction vectors when solving aPDSProblem.