This package is still under development. Future versions might have different API. The current version is not fully documented.
This package provides C++ implementations for some of the python routines of the rexpi package https://github.com/newbisi/rexpi (currently not all of the routines of python rexpi package are implemented). If built with MPLAPACK the computations can be done using higher precision arithmetic. This package also provides pybind11 bindings.
mkdir build
cd build
cmake ..
make
make test
MPLAPACK is available at https://github.com/nakatamaho/mplapack. rexpi-cpp currently supports double, dd_real, qd_real and _Foat128 arithmetic from MPLAPACK and has been tested for MPLAPACK version 2.0.1.
mkdir build
cd build
cmake .. -DUSE_MPLAPACK=ON -DMPLAPACK_PATH=/path/to/mplapack
make
make test