Files
thesis/julia/src/Thesis.jl
2021-08-30 23:28:36 -06:00

13 lines
314 B
Julia

module Thesis
using LinearAlgebra, ForwardDiff, PlotlyJS
include("./constants.jl")
include("./spacecraft.jl")
include("./conversions.jl")
include("./plotting.jl")
include("./laguerre-conway.jl")
include("./propagator.jl")
include("./find_closest.jl")
include("./monotonic_basin_hopping.jl")
end