eigen/tvmet-1.7.1
2007-08-17 08:06:19 +00:00
..
benchmark Starting Eigen 2 development. The current plan is to use the last 2007-05-30 06:24:51 +00:00
doc Remove remaining per-element math functions. Remove defines for IEEE, SYSV and complex 2007-06-18 07:01:42 +00:00
examples Big rework of the Traits system, unittests updated. 2007-08-12 09:32:17 +00:00
include some more cleanup in comma-initializer stuff 2007-08-17 08:06:19 +00:00
tests -- switch Matrix class to column-major order like in Eigen 2007-08-17 07:10:44 +00:00
testsuite of course, i had forgotten to svn add one file 2007-08-17 07:11:50 +00:00
AUTHORS Starting Eigen 2 development. The current plan is to use the last 2007-05-30 06:24:51 +00:00
CMakeLists.txt More cleanup, add CMakeLists for the testsuite. Now need to port it 2007-05-31 10:09:44 +00:00
COPYING Starting Eigen 2 development. The current plan is to use the last 2007-05-30 06:24:51 +00:00
INSTALL Starting Eigen 2 development. The current plan is to use the last 2007-05-30 06:24:51 +00:00
LICENSE Starting Eigen 2 development. The current plan is to use the last 2007-05-30 06:24:51 +00:00
NEWS Starting Eigen 2 development. The current plan is to use the last 2007-05-30 06:24:51 +00:00
README Starting Eigen 2 development. The current plan is to use the last 2007-05-30 06:24:51 +00:00
THANKS Starting Eigen 2 development. The current plan is to use the last 2007-05-30 06:24:51 +00:00

This tiny vector and matrix template libary uses meta templates and
template expressions to evaluate results at compile time - to make
it fast for low order systems. Temporaries are kicked off. 

Nevertheless, this isn't a matlab or octave in C++!

For more informations please have a look into docs/html/ or to the 
project web page at http://tvmet.sourceforge.net