Skip to content

Experimental C lib created to better learn the language and some numerical methods

Notifications You must be signed in to change notification settings

davifeliciano/libmatrix

Repository files navigation

libmatrix

A small linear algebra lib written in C. It can perform matrix inversion, QR and LU decompositions, and compute determinants and eigenvalues. In the examples subdir there are a few small examples of applications. The subdirs taks1 and taks2 are also examples, and each one is described in a separate README file inside it. Finally, libcsv is the only dependency of this project. It is a csv parser developed by rgamble.

About

Experimental C lib created to better learn the language and some numerical methods

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published