eigen/tvmet-1.7.1/tests
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
..
bad_temps.cc Starting Eigen 2 development. The current plan is to use the last 2007-05-30 06:24:51 +00:00
bad_xpr_const_ref.cc 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
README Starting Eigen 2 development. The current plan is to use the last 2007-05-30 06:24:51 +00:00
swap.cc replace size_t with int everywhere. 2007-06-01 07:56:24 +00:00
t.cc replace size_t with int everywhere. 2007-06-01 07:56:24 +00:00
tvmet.cc Starting Eigen 2 development. The current plan is to use the last 2007-05-30 06:24:51 +00:00

This directory contains files only for the developer to check new features.
Therefore not all is working/compiling here.