Skip to content

Commit

Permalink
Update library.properties
Browse files Browse the repository at this point in the history
Upgrade to v0.3
  • Loading branch information
m516 committed Jan 13, 2024
1 parent 1b95ec0 commit 6a0546c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name=TinyMatrixMath
version=0.1
version=0.3
author=Micah Mundy
maintainer=Micah Mundy <mmundy@iastate.edu>
sentence=Implments common matrix math operations for small matrices.
paragraph=A modern-style C++ library for implementing common matrix math operations for small matrices, optimized for devices with limited resources. Matrices are currently 2d float arrays. Matrices with up to 255 rows and 255 columns are supported (if enough resources are available to store them). Consider using Eigen for larger matrices and faster implementations.
category=Data Processing
url=https://github.com/m516/TinyMatrixMath
architectures=avr,megaavr,sam,samd,nrf52,stm32f4,mbed,mbed_nano,mbed_portenta,mbed_rp2040,renesas
architectures=avr,megaavr,sam,samd,nrf52,stm32f4,mbed,mbed_nano,mbed_portenta,mbed_rp2040,renesas

0 comments on commit 6a0546c

Please sign in to comment.