Skip to content

Commit

Permalink
Reorganize files (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
gdalle authored Apr 22, 2024
1 parent 83c87c0 commit 023a8ea
Show file tree
Hide file tree
Showing 17 changed files with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions DifferentiationInterface/src/DifferentiationInterface.jl
Original file line number Diff line number Diff line change
Expand Up @@ -34,26 +34,26 @@ using LinearAlgebra: Symmetric, dot

abstract type Extras end

include("second_order.jl")
include("traits.jl")
include("utils.jl")
include("printing.jl")

include("pushforward.jl")
include("pullback.jl")

include("derivative.jl")
include("gradient.jl")
include("jacobian.jl")

include("second_derivative.jl")
include("hvp.jl")
include("hessian.jl")

include("check.jl")
include("coloring.jl")
include("sparse.jl")
include("chunk.jl")
include("second_order/second_order.jl")

include("utils/traits.jl")
include("utils/basis.jl")
include("utils/printing.jl")
include("utils/chunk.jl")
include("utils/check.jl")

include("first_order/pushforward.jl")
include("first_order/pullback.jl")
include("first_order/derivative.jl")
include("first_order/gradient.jl")
include("first_order/jacobian.jl")

include("second_order/second_derivative.jl")
include("second_order/hvp.jl")
include("second_order/hessian.jl")

include("sparse/coloring.jl")
include("sparse/sparse.jl")

export SecondOrder

Expand Down
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.
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 comments on commit 023a8ea

Please sign in to comment.