Commit f3473c0
Drop 'construct' prefix from tableau function names, remove exports
Rename all tableau functions in OrdinaryDiffEqExplicitTableaus and
OrdinaryDiffEqImplicitTableaus to drop the 'construct' prefix
(e.g., constructDormandPrince -> DormandPrince). Functions are no
longer exported — access via qualified names
(e.g., OrdinaryDiffEqExplicitTableaus.DormandPrince()).
Update OrdinaryDiffEqRKIP to use Verner6 instead of constructVerner6.
Update all tests to use qualified access.
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 8540d2f commit f3473c0
8 files changed
Lines changed: 187 additions & 274 deletions
File tree
- lib
- OrdinaryDiffEqExplicitTableaus
- src
- test
- OrdinaryDiffEqImplicitTableaus
- src
- test
- OrdinaryDiffEqRKIP/src
Lines changed: 0 additions & 34 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | 7 | | |
0 commit comments