/libdmat

Primary LanguageC

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)