Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
m516 committed Jan 23, 2024
1 parent 05e9573 commit 354b63b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ It is available as:
* a library in the [Arduino Library Manager](https://www.arduino.cc/reference/en/libraries/tinymatrixmath/) and the [PlatformIO registry](https://registry.platformio.org/libraries/m516/TinyMatrixMath)
* a CMake library (`TARGET_LINK_LIBRARIES (${EXECUTABLE_NAME} tinymatrixmath)`) compatible with C++ 11+

Although this library is not
as feature-rich as [Basic Linear Algebra](https://github.com/tomstewart89/BasicLinearAlgebra)
or [Eigen](https://eigen.tuxfamily.org/index.php?title=Main_Page), it can easily be integrated into
many kinds of projects running on platforms ranging from Arduinos to supercomputers with its
native integration into the Arduino Library Manager and CMake, simplifying the process of serialization.
It sacrifices some of the power of more feature-rich libraries like
[Basic Linear Algebra](https://github.com/tomstewart89/BasicLinearAlgebra)
or [Eigen](https://eigen.tuxfamily.org/index.php?title=Main_Page) to
minimize memory footprint and standardize matrix storage across devices,
possibly simplifying the process of passing matrices around across devices.

The [Sheldrake](https://github.com/m516/sheldrake) library employs this library to send matrices between
desktop environments and microcontrollers.
Expand Down

0 comments on commit 354b63b

Please sign in to comment.