ctensor is a lightweight C library for numerical and tensor-related data structures and mathematical operations. It is written in ISO C17 with a focus on portability, performance, and clean APIs.
- Clang or GCC with C17 support
- GNU Make
pkg-config- Criterion (required only for unit tests)
brew install criterion pkg-configmakeor
make buildmake runmake testmake clean