0x414c / libdmat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

Description

  • C99-compliant basic 2d matrix library (for dense real matrices).
  • Contains small set of basic linear algebra routines (such as factorizations, transformations, etc) for educational purposes.
  • Generally contains non-optimised & easy-to-understand code
  • Version 0.02

Notes

  • Read, run and use this code at your own risk)

About


Languages

Language:C 92.3%Language:C++ 7.7%