Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simpleyyt/nano-matrix
A nano matrix library for c.
https://github.com/simpleyyt/nano-matrix
Last synced: about 1 month ago
JSON representation
A nano matrix library for c.
- Host: GitHub
- URL: https://github.com/simpleyyt/nano-matrix
- Owner: Simpleyyt
- Created: 2015-11-05T17:05:08.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-06T08:50:53.000Z (about 9 years ago)
- Last Synced: 2023-04-03T13:22:54.768Z (almost 2 years ago)
- Language: C
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nano Matrix Library for C
A nano matrix library for microcotroller.
Fork from [libfixmatrix](https://github.com/PetteriAimonen/libfixmatrix.git).
## How to use
Run `make` to compile the test.
Run `./matrix` to run the test case.
## Features
* [x] Matrix add, sub, mul, tranpose
* [x] QR decomposition
* [x] Error check
* [ ] Matrix inverse
* [x] Solve linear equations