A lot of progress on the propagator

This commit is contained in:
rconnorjohnstone
2021-05-19 17:36:47 -06:00
parent 2460b9734b
commit 376f18556c
7 changed files with 126 additions and 3 deletions

View File

@@ -1,6 +1,8 @@
using LinearAlgebra
using LinearAlgebra, JuMP, Ipopt
include("constants.jl")
include("conversions.jl")
include("spacecraft.jl")
include("sft.jl")
include("laguerre-conway.jl")
include("propagator.jl")