Skip to content

Usage

Astrea library is available in two variants: as C++ library and Python library (produced from C++ library using pybind11).

C++ library

#include <astrea/astrea.h>
/**
* All functions can be found at reference page.
*/

Python library

import astrea as aa
# All functions can be found at reference page.

Next steps: Reference.