/pyversor

Python bindings for the Versor geometric algebra library

Primary LanguageC++BSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Build Status

pyversor

Python bindings for the Versor geometric algebra library

Installation

Conda

conda install -c tingelst pyversor

From source in develop mode

pip install -e .

Supported compilers

  1. Clang/LLVM 3.3 or newer
  2. GCC 5 (GCC 6 is not supported)
  3. VS2017