项目作者: christianparpart

项目描述 :
C++ mathematics library for linear algebra, symbolic algebra
高级语言: C++
项目地址: git://github.com/christianparpart/dim.git
创建时间: 2020-01-27T11:42:19Z
项目社区:https://github.com/christianparpart/dim

开源协议:

下载


\ - 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)