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
- Host: GitHub
- URL: https://github.com/christianparpart/dim
- Owner: christianparpart
- Created: 2020-01-27T11:42:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-06T10:19:23.000Z (over 5 years ago)
- Last Synced: 2025-08-25T08:12:54.129Z (about 1 month ago)
- Topics: algebra, computer-algebra-system, cplusplus, cplusplus-17, linear-algebra, symbolic-math
- Language: C++
- Size: 78.1 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)