An open API service indexing awesome lists of open source software.

https://github.com/christianparpart/dim

C++ mathematics library for linear algebra, symbolic algebra
https://github.com/christianparpart/dim

algebra computer-algebra-system cplusplus cplusplus-17 linear-algebra symbolic-math

Last synced: about 2 hours ago
JSON representation

C++ mathematics library for linear algebra, symbolic algebra

Awesome Lists containing this project

README

          

\ - symbolic math C++ library
=====================================

Small playground library for porting my F# code for fun to modern C++.

So, eventually this will become an **algebra library** with the following features:

- symbolic algebra
- linear algebra with compile time dimensions and templated underlying scalar
- probably some fourier transform (DFT, FFT, IDFT, IFFT)