/nano-matrix

A nano matrix library for c.

Primary LanguageC

Nano Matrix Library for C

A nano matrix library for microcotroller.

Fork from libfixmatrix.

How to use

Run make to compile the test.

Run ./matrix to run the test case.

Features

  • Matrix add, sub, mul, tranpose
  • QR decomposition
  • Error check
  • Matrix inverse
  • Solve linear equations