acts-project / algebra-plugins

Mozilla Public License 2.0
3 stars 10 forks source link

algebra-plugins

This repository provides different algebra plugins with minimal functionality for the R&D projects detray and traccc.

Backend CPU CUDA SYCL
cmath
Eigen
SMatrix
VC
Fastor

Building

To build it standalone, run e.g.

git clone https://github.com/acts-project/algebra-plugins.git
cmake -DCMAKE_BUILD_TYPE=Release -S algebra-plugins -B algebra-plugins-build
cmake --build algebra-plugins-build

Available options: