protot/src/SimpleMath
Martin Felis b5141c3b6a Added Google Test, a Transform struct with tests, and a basic mesh hierarchy 2017-01-03 22:47:17 +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 Added somewhat tedious (but fun) serialization 2016-11-20 21:50:53 +01:00
SimpleMathFixed.h.orig initial commit 2016-08-29 22:31:11 +02:00
SimpleMathGL.h Added Google Test, a Transform struct with tests, and a basic mesh hierarchy 2017-01-03 22:47:17 +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.