LICENSE
MANIFEST.in
README.rst
requirements.txt
setup.py
beluga/__init__.py
beluga/__main__.py
beluga/beluga.py
beluga/helpers.py
beluga/problem.py
beluga/release.py
beluga/scaling.py
beluga.egg-info/PKG-INFO
beluga.egg-info/SOURCES.txt
beluga.egg-info/dependency_links.txt
beluga.egg-info/entry_points.txt
beluga.egg-info/requires.txt
beluga.egg-info/top_level.txt
beluga/bvpsol/BaseAlgorithm.py
beluga/bvpsol/Collocation.py
beluga/bvpsol/Pseudospectral.py
beluga/bvpsol/Shooting.py
beluga/bvpsol/__init__.py
beluga/bvpsol/spbvp.py
beluga/bvpsol/_bvp/LICENSE.txt
beluga/bvpsol/_bvp/__init__.py
beluga/bvpsol/_bvp/_bvp.py
beluga/bvpsol/tests/test_Collocation.py
beluga/bvpsol/tests/test_Shooting.py
beluga/bvpsol/tests/test_spbvp.py
beluga/codegen/__init__.py
beluga/codegen/codegen.py
beluga/continuation/__init__.py
beluga/continuation/continuation.py
beluga/ivpsol/__init__.py
beluga/ivpsol/flow.py
beluga/ivpsol/ivpsol.py
beluga/ivpsol/timesteppers.py
beluga/ivpsol/integrators/mcpi.py
beluga/ivpsol/methods/RK.csv
beluga/ivpsol/tests/test_Flow.py
beluga/ivpsol/tests/test_ivpsol.py
beluga/ivpsol/tests/test_ivpsol_full.py
beluga/liepack/__init__.py
beluga/liepack/liepack.py
beluga/liepack/domain/hspaces/__init__.py
beluga/liepack/domain/hspaces/hspaces.py
beluga/liepack/domain/liealgebras/__init__.py
beluga/liepack/domain/liealgebras/liealgebras.py
beluga/liepack/domain/liealgebras/tests/test_liealgebras.py
beluga/liepack/domain/liegroups/__init__.py
beluga/liepack/domain/liegroups/liegroups.py
beluga/liepack/domain/liegroups/tests/test_liegroups.py
beluga/liepack/field/__init__.py
beluga/liepack/field/vectorfield.py
beluga/liepack/tests/test_liepack.py
beluga/optimlib/__init__.py
beluga/optimlib/diffyg.py
beluga/optimlib/direct.py
beluga/optimlib/indirect.py
beluga/optimlib/optimlib.py
beluga/optimlib/tests/test_diffyg.py
beluga/optimlib/tests/test_optimlib.py
beluga/utils/__init__.py
beluga/utils/utils.py
docs/readme.md
docs/source/conf.py
docs/source/features.rst
docs/source/index.rst
docs/source/problemsetup.rst
docs/source/unittests.rst
docs/source/_static/rdsl.png
docs/source/examples/2-brachistochrone.rst
docs/source/examples/3-zermelo.rst
docs/source/examples/4-planarhypersonic.rst
docs/source/examples/5-hypersonic3dof.rst
docs/source/modules/beluga.rst
docs/source/modules/bvpsol.rst
docs/source/modules/codegen.rst
docs/source/modules/continuation.rst
docs/source/modules/ivpsol/integrationmethods.rst
docs/source/modules/ivpsol/ivpsol.rst
docs/source/modules/liepack/liepack.rst
docs/source/modules/liepack/domain/hspaces.rst
docs/source/modules/liepack/domain/liealgebras.rst
docs/source/modules/liepack/domain/liegroups.rst
docs/source/modules/optimlib/diffyg.rst
docs/source/modules/optimlib/indirect.rst
docs/source/modules/optimlib/optimlib.rst
examples/1-particle/particle.py
examples/1-particle/compiled/ufuncify_matrix_0_setup.py
examples/1-particle/compiled/ufuncify_matrix_1_setup.py
examples/1-particle/compiled/ufuncify_matrix_2_setup.py
examples/10-financialoscillator/financialoscillator.py
examples/2-brachistochrone/brachisto.py
examples/2-brachistochrone/brachisto_notes.py
examples/3-optimallaunch/optimallaunch.py
examples/3-zermelo/zermelo.py
examples/4-planarhypersonic/planarHypersonic.py
examples/4-planarhypersonic/planarHypersonicRange.py
examples/4-planarhypersonic/planarHypersonicSkip.py
examples/5-hypersonic3dof/hypersonic3DOF.py
examples/5-hypersonic3dof/hypersonic3dof_denied.py
examples/5-hypersonic3dof/planarto3dof.py
examples/6-goddard/goddard.py
examples/7-orbitraising/HighThrust.py
examples/7-orbitraising/LowThrust.py
examples/8-TitanII-ssto/TitanII.py
examples/9-moonlander/moonlander.py
examples/personal/cr3bp.py
examples/personal/ipopter.py
examples/personal/planarCavL.py
examples/personal/temp_liepo.py
examples/personal/tempfun.py
examples/personal/tempfun2.py
examples/personal/tempfun3.py
examples/tests/test_examples.py