Skip to content

Commit 023a8ea

Browse files
authored
Reorganize files (#202)
1 parent 83c87c0 commit 023a8ea

17 files changed

Lines changed: 20 additions & 20 deletions

File tree

DifferentiationInterface/src/DifferentiationInterface.jl

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -34,26 +34,26 @@ using LinearAlgebra: Symmetric, dot
3434

3535
abstract type Extras end
3636

37-
include("second_order.jl")
38-
include("traits.jl")
39-
include("utils.jl")
40-
include("printing.jl")
41-
42-
include("pushforward.jl")
43-
include("pullback.jl")
44-
45-
include("derivative.jl")
46-
include("gradient.jl")
47-
include("jacobian.jl")
48-
49-
include("second_derivative.jl")
50-
include("hvp.jl")
51-
include("hessian.jl")
52-
53-
include("check.jl")
54-
include("coloring.jl")
55-
include("sparse.jl")
56-
include("chunk.jl")
37+
include("second_order/second_order.jl")
38+
39+
include("utils/traits.jl")
40+
include("utils/basis.jl")
41+
include("utils/printing.jl")
42+
include("utils/chunk.jl")
43+
include("utils/check.jl")
44+
45+
include("first_order/pushforward.jl")
46+
include("first_order/pullback.jl")
47+
include("first_order/derivative.jl")
48+
include("first_order/gradient.jl")
49+
include("first_order/jacobian.jl")
50+
51+
include("second_order/second_derivative.jl")
52+
include("second_order/hvp.jl")
53+
include("second_order/hessian.jl")
54+
55+
include("sparse/coloring.jl")
56+
include("sparse/sparse.jl")
5757

5858
export SecondOrder
5959

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.

DifferentiationInterface/src/second_derivative.jl renamed to DifferentiationInterface/src/second_order/second_derivative.jl

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)