Skip to content

C++ discrete control system library based on efp

License

Notifications You must be signed in to change notification settings

cwahn/efp-control

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eager Functional Programming - Math

"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.

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.

About

C++ discrete control system library based on efp

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published