eigen/test
Benoit Jacob 68eba600b1 big reorganisation of asserts, so that:
0) asserts are only done in the public API, except for a few ones explicitly
   named eigen_internal_assert.
1) internal asserts are disabled unless EIGEN_INTERNAL_DEBUGGING is defined.
   This limits the impact of debugging on performance.
2) no 'unused argument' warnings anymore when compiling with -DNDEBUG
2007-12-05 08:56:42 +00:00
..
adjoint.cpp rename Block to DynBlock and rework API to make place for 2007-12-05 07:22:22 +00:00
basicstuff.cpp rename Block to DynBlock and rework API to make place for 2007-12-05 07:22:22 +00:00
CMakeLists.txt add more unit-tests (covering transpose, conjugate, adjoint, dot product...) 2007-11-28 15:34:40 +00:00
main.cpp Rework the unit-tests to use lower precision, so as to eliminate 2007-12-03 10:23:08 +00:00
main.h big reorganisation of asserts, so that: 2007-12-05 08:56:42 +00:00