Skip to content

Commit e1d38b6

Browse files
restructure
1 parent 747279e commit e1d38b6

File tree

7 files changed

+4
-4
lines changed

7 files changed

+4
-4
lines changed

src/SparseDiffTools.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ export contract_color,
66
forwarddiff_color_jacobian!,
77
ForwardColorJacCache
88

9-
include("contraction_coloring.jl")
10-
include("greedy_d1_coloring.jl")
11-
include("matrix2graph.jl")
12-
include("compute_jacobian_ad.jl")
9+
include("coloring/contraction_coloring.jl")
10+
include("coloring/greedy_d1_coloring.jl")
11+
include("differentiation/matrix2graph.jl")
12+
include("differentiation/compute_jacobian_ad.jl")
1313

1414
end # module
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)