eigen/tvmet-1.7.1
Benoit Jacob f1bd09024b Big overhaul and simplification of the NumericTraits system.
Add a utility header for random numbers (might be merged into NumericTraits)
2007-07-23 07:38:07 +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 replace size_t with int everywhere. 2007-06-01 07:56:24 +00:00
include Big overhaul and simplification of the NumericTraits system. 2007-07-23 07:38:07 +00:00
tests replace size_t with int everywhere. 2007-06-01 07:56:24 +00:00
testsuite port TestNumericTraits to QTestLib. This revealed some shortcomings in tvmet's infrastructure, 2007-07-21 10:36:47 +00:00
aclocal.m4 Starting Eigen 2 development. The current plan is to use the last 2007-05-30 06:24:51 +00:00
AUTHORS Starting Eigen 2 development. The current plan is to use the last 2007-05-30 06:24:51 +00:00
ChangeLog Remove remaining per-element math functions. Remove defines for IEEE, SYSV and complex 2007-06-18 07:01:42 +00:00
ChangeLog.1 replace size_t with int everywhere. 2007-06-01 07:56:24 +00:00
CMakeLists.txt More cleanup, add CMakeLists for the testsuite. Now need to port it 2007-05-31 10:09:44 +00:00
configure replace size_t with int everywhere. 2007-06-01 07:56:24 +00:00
configure.ac Starting Eigen 2 development. The current plan is to use the last 2007-05-30 06:24:51 +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
Makefile.am Starting Eigen 2 development. The current plan is to use the last 2007-05-30 06:24:51 +00:00
Makefile.in 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
tvmet-config.1 Starting Eigen 2 development. The current plan is to use the last 2007-05-30 06:24:51 +00:00
tvmet-config.in Starting Eigen 2 development. The current plan is to use the last 2007-05-30 06:24:51 +00:00
tvmet.m4 Starting Eigen 2 development. The current plan is to use the last 2007-05-30 06:24:51 +00:00
tvmet.spec Starting Eigen 2 development. The current plan is to use the last 2007-05-30 06:24:51 +00:00
tvmet.spec.in 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