mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-05 11:35:01 +00:00
![Stefan Eßer](/assets/img/avatar_default.png)
Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
9 lines
565 B
Plaintext
9 lines
565 B
Plaintext
pykep is a scientific library providing basic tools for astrodynamics research.
|
|
Algorithmic efficiency is a main focus of the library, which is written in C++
|
|
and exposed to Python using the boost::python library. At the library core is
|
|
the implementation of an efficient solver for the multiple revolutions Lambert's
|
|
problem, objects representing direct (Sims-Flanagan), indirect (Pontryagin) and
|
|
hybrid methods to represent low-thrust optimization problems, efficient
|
|
keplerian propagators, Taylor-integrators, a SGP4 propagator, TLE and SATCAT
|
|
support and more.
|