Skip to content

RobertYL/toolbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Toolbox

A (loose) collection of MATLAB scripts to support research in multi-body astrodynamics.

MEX

Some functions have been compiled using the C/C++ MEX API. Functions using the C API are treated as hot paths and there is no argument validation, so care must be taken when calling them directly. Functions using the C++ API include argument validation.

All functions using the C API are self-contained and can be compiled in MATLAB Command Window with

mex *.cpp

Some functions are dependent on Boost 1.81.0 which are compiled with

mex "-Iextern/boost_1_81_0/

Compile with OpenMP with

mex CXXFLAGS="$CXXFLAGS -fopenmp" LDFLAGS="$LDFLAGS -fopenmp" *.cpp

About

a collection of scripts for multi-body astrodynamics

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors