eigen/tvmet-1.7.1
Benoit Jacob ad89fc8295 -- switch Matrix class to column-major order like in Eigen
-- many more Eigenification changes, in preparation of the big merge
-- big changes in the Comma Initializer to allow for column-major order,
   leading to a simpler and cleaner solution. "commaWrite" hook added to
   the classes using the Comma Initializer.
-- lots of API improvements, cleanup, removal of dead/useless stuff
-- testsuite updated
2007-08-17 07:10:44 +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 -- switch Matrix class to column-major order like in Eigen 2007-08-17 07:10:44 +00:00
tests -- switch Matrix class to column-major order like in Eigen 2007-08-17 07:10:44 +00:00
testsuite -- switch Matrix class to column-major order like in Eigen 2007-08-17 07:10:44 +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