Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 327 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 327 Bytes

liblinalg

A simple library for linear algebra that I created to learn more about it and to use together with OpenGL as it "requires" it.

Howto Use

Just type make and then link liblinalg.a with your programme.

You can also define _DEBUG in the makefile to compile with debugging functions (see linalg.h)