Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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