protot/src/SimpleMath
Martin Felis e9c7a66d42 Re-enabled camera movement 2018-03-09 16:44:40 +01:00
..
README Upgraded SimpleMath, added basic camera controls to the testmodule 2016-09-19 22:55:42 +02:00
SimpleMath.h Updated SimpleMath 2016-12-27 23:21:56 +01:00
SimpleMath.h.orig Upgraded SimpleMath, added basic camera controls to the testmodule 2016-09-19 22:55:42 +02:00
SimpleMathBlock.h initial commit 2016-08-29 22:31:11 +02:00
SimpleMathBlock.h.orig Upgraded SimpleMath, added basic camera controls to the testmodule 2016-09-19 22:55:42 +02:00
SimpleMathCholesky.h initial commit 2016-08-29 22:31:11 +02:00
SimpleMathCommaInitializer.h initial commit 2016-08-29 22:31:11 +02:00
SimpleMathDynamic.h Upgraded SimpleMath, added basic camera controls to the testmodule 2016-09-19 22:55:42 +02:00
SimpleMathDynamic.h.orig Upgraded SimpleMath, added basic camera controls to the testmodule 2016-09-19 22:55:42 +02:00
SimpleMathFixed.h Can draw colored stuff using VertexArrayMeshes 2018-02-28 12:39:12 +01:00
SimpleMathFixed.h.orig initial commit 2016-08-29 22:31:11 +02:00
SimpleMathGL.h Re-enabled camera movement 2018-03-09 16:44:40 +01:00
SimpleMathLU.h initial commit 2016-08-29 22:31:11 +02:00
SimpleMathMap.h initial commit 2016-08-29 22:31:11 +02:00
SimpleMathMixed.h initial commit 2016-08-29 22:31:11 +02:00
SimpleMathQR.h Updated SimpleMath 2016-12-27 23:21:56 +01:00
compileassert.h initial commit 2016-08-29 22:31:11 +02:00

README

This is a highly inefficient math library. It was conceived by Martin
Felis <martin.felis@iwr.uni-heidelberg.de> while he was waiting for code to
compile which used a highly efficient math library.

It is intended to be used as a fast compiling substitute for the
blazingly fast Eigen3 http://eigen.tuxfamily.org/index.php?title=Main_Page
library and tries to mimic its API to a certain extent.

Feel free to use it wherever you like. However, no guarantees are given
that this code does what it says it would.