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

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

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.