Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 770 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 770 Bytes

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.