Mercurial > repos > public > sbplib_julia
comparison TODO.md @ 1635:b62770cec7d0 update/julia_1.10.3
Merge default
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Tue, 25 Jun 2024 15:32:19 +0200 |
parents | 19cdec9c21cb |
children | 3e9c3986930d |
comparison
equal
deleted
inserted
replaced
1593:7f5e4d2a5112 | 1635:b62770cec7d0 |
---|---|
19 - [ ] Add possibility to create tensor mapping application with `()`, e.g `D1(v) <=> D1*v`? | 19 - [ ] Add possibility to create tensor mapping application with `()`, e.g `D1(v) <=> D1*v`? |
20 - [ ] Add custom pretty printing to LazyTensors/SbpOperators to enhance readability of e.g error messages. | 20 - [ ] Add custom pretty printing to LazyTensors/SbpOperators to enhance readability of e.g error messages. |
21 See (https://docs.julialang.org/en/v1/manual/types/#man-custom-pretty-printing) | 21 See (https://docs.julialang.org/en/v1/manual/types/#man-custom-pretty-printing) |
22 - [ ] Samla noggrannhets- och SBP-ness-tester för alla operatorer på ett ställe | 22 - [ ] Samla noggrannhets- och SBP-ness-tester för alla operatorer på ett ställe |
23 - [ ] Move export statements to top of each module | 23 - [ ] Move export statements to top of each module |
24 - [ ] Implement apply_transpose for | |
25 - [ ] ElementwiseTensorOperation | |
26 - [ ] VolumeOperator | |
27 - [ ] Laplace | |
24 | 28 |
25 | 29 |
26 - [ ] Gå igenom alla typ parametrar och kolla om de är motiverade. Både i signaturer och typer, tex D i VariableSecondDerivative. Kan vi använda promote istället? | 30 - [ ] Gå igenom alla typ parametrar och kolla om de är motiverade. Både i signaturer och typer, tex D i VariableSecondDerivative. Kan vi använda promote istället? |
27 - [ ] Kolla att vi har @inbounds och @propagate_inbounds på rätt ställen | 31 - [ ] Kolla att vi har @inbounds och @propagate_inbounds på rätt ställen |
28 - [ ] Kolla att vi gör boundschecks överallt och att de är markerade med @boundscheck | 32 - [ ] Kolla att vi gör boundschecks överallt och att de är markerade med @boundscheck |