Skip to content

Commit 8649adf

Browse files
Merge pull request #6 from ChrisRackauckas-Claude/organize-risch-folder
Organize Risch method into dedicated folder structure
2 parents 6a5f3b5 + c117cb6 commit 8649adf

17 files changed

+17
-14
lines changed

src/SymbolicIntegration.jl

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,16 @@ __precompile__()
22

33
module SymbolicIntegration
44

5-
include("general.jl")
6-
include("rational_functions.jl")
7-
include("differential_fields.jl")
8-
include("complex_fields.jl")
9-
include("transcendental_functions.jl")
10-
include("risch_diffeq.jl")
11-
include("parametric_problems.jl")
12-
include("coupled_differential_systems.jl")
13-
include("algebraic_functions.jl")
5+
# Include Risch method algorithm components
6+
include("methods/risch/general.jl")
7+
include("methods/risch/rational_functions.jl")
8+
include("methods/risch/differential_fields.jl")
9+
include("methods/risch/complex_fields.jl")
10+
include("methods/risch/transcendental_functions.jl")
11+
include("methods/risch/risch_diffeq.jl")
12+
include("methods/risch/parametric_problems.jl")
13+
include("methods/risch/coupled_differential_systems.jl")
14+
include("methods/risch/algebraic_functions.jl")
1415
include("frontend.jl")
1516

1617
# Add method dispatch system
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)