"Math module of EFP"
This header-only library is a mathematics module for the Eager Functional Programming library. It provides linear algebra, signal processing, both conventional, and modern control system-related features in a functional manner.
The library is separated from EFP because of the dependence on Eigen, a linear algebra library.
WIP
WIP
WIP
EFP Math is tested with Catch2 with g++ and clang.
Requires C++ 14 or later.
- EFP
- Eigen
Drafting of this library was started in September of 2023 by Ahn, Chanwoo for an embedded project.
This library is open-source under The MIT Liscence.