Commit Graph

8 Commits

Author SHA1 Message Date
Benoit Jacob
c14ba38df3 some more cleanup in comma-initializer stuff 2007-08-17 08:06:19 +00:00
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
Benoit Jacob
37bd64b496 Remove remaining per-element math functions. Remove defines for IEEE, SYSV and complex
math. Now the user has to define himself EIGEN_USE_COMPLEX if he wants complex support.
Remove TVMET_OPTIMIZE. More cleanup.
2007-06-18 07:01:42 +00:00
Benoit Jacob
9dd7a0b602 add eigen-style typedefs 2007-06-08 05:57:47 +00:00
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
Benoit Jacob
887ff84376 remove custom assert system and use plain standard asserts instead.
we don't need no complication.
2007-06-01 07:16:33 +00:00
Benoit Jacob
8c001c1342 remove TVMET_DYNAMIC_MEMORY define and corresponding checks. 2007-06-01 06:38:02 +00:00
Benoit Jacob
3036eeca0a Starting Eigen 2 development. The current plan is to use the last
release of tvmet (inactive for 2 years and developer unreachable) as the
basis for eigen2, because it provides seemingly good expression template
mechanisms, we want that, and it would take years to reinvent that
wheel. We'll see. So this commit imports the last tvmet release.
2007-05-30 06:24:51 +00:00