Commit 28eb4ea
authored
Implement calculus operations for ConstantSpace (#595)
* Implement calculus operations for ConstantSpace
* Add test for integrate() on ConstantSpace
* Infer domain space in integrate
* Revert "Add test for integrate() on ConstantSpace"
This reverts commit 0a1269a.
* Add test for differentiate()
* Version bump to v0.9.151 parent d50a4ce commit 28eb4ea
3 files changed
+5
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
254 | 254 | | |
255 | 255 | | |
256 | 256 | | |
| 257 | + | |
257 | 258 | | |
258 | | - | |
259 | | - | |
260 | | - | |
| 259 | + | |
| 260 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
309 | 309 | | |
310 | 310 | | |
311 | 311 | | |
| 312 | + | |
312 | 313 | | |
313 | 314 | | |
314 | 315 | | |
| |||
0 commit comments