https://github.com/cwahn/efp-control
C++ discrete control system library based on efp
https://github.com/cwahn/efp-control
Last synced: 3 months ago
JSON representation
C++ discrete control system library based on efp
- Host: GitHub
- URL: https://github.com/cwahn/efp-control
- Owner: cwahn
- License: mit
- Created: 2023-09-11T04:41:24.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-07T12:28:06.000Z (over 1 year ago)
- Last Synced: 2025-08-25T18:49:28.080Z (10 months ago)
- Language: CMake
- Size: 59.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Eager Functional Programming - Math
"**Math module of EFP**"
This header-only library is a mathematics module for the [Eager Functional Programming](github.com/cwahn/efp) 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.
## Features
WIP
## Examples
WIP
## Benchmarks
WIP
## Tests
EFP Math is tested with Catch2 with g++ and clang.
## Requirements
Requires C++ 14 or later.
### Dependencies
- EFP
- Eigen
## License
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.