Files
eigen/tvmet-1.7.1
Benoit Jacob 6d749c172a replace size_t with int everywhere.
The size_t type means a number of _bytes_, and it was misused as
counting e.g. the number of rows/columns in a matrix. Moreover, it is unsigned,
which can give strange bugs if a signed/unsigned mismatch occurs.
2007-06-01 07:56:24 +00:00
..
2007-06-01 07:56:24 +00:00
2007-06-01 07:56:24 +00:00
2007-06-01 07:56:24 +00:00
2007-06-01 07:56:24 +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