Commit Graph

  • 7eeb620880 restart Eigen2 development from scratch. Benoit Jacob 2007-09-01 10:47:07 +00:00
  • bb114eb67f remove more stuff that I don't need Benoit Jacob 2007-08-29 08:11:55 +00:00
  • c141f18b54 some cleanup Benoit Jacob 2007-08-17 14:38:38 +00:00
  • c14ba38df3 some more cleanup in comma-initializer stuff Benoit Jacob 2007-08-17 08:06:19 +00:00
  • dfd4d2c487 of course, i had forgotten to svn add one file Benoit Jacob 2007-08-17 07:11:50 +00:00
  • 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 Benoit Jacob 2007-08-17 07:10:44 +00:00
  • 07f96b6047 remove 4 files from tvmet that are now replaced by testtraits.cpp Benoit Jacob 2007-08-12 11:30:24 +00:00
  • 011c7e9ebd forgot to add another file... Benoit Jacob 2007-08-12 11:05:44 +00:00
  • 9a519c30ac forgot to "svn add" a very important file!! Benoit Jacob 2007-08-12 11:00:27 +00:00
  • c9a2c3738e lots of fixes for complex numbers. unittests now test complex numbers. Benoit Jacob 2007-08-12 10:59:07 +00:00
  • 71268227d4 Big rework of the Traits system, unittests updated. Benoit Jacob 2007-08-12 09:32:17 +00:00
  • ca438b2c12 Unit-tests updated for the stuff in the previous commit. Benoit Jacob 2007-07-23 07:39:05 +00:00
  • f1bd09024b Big overhaul and simplification of the NumericTraits system. Add a utility header for random numbers (might be merged into NumericTraits) Benoit Jacob 2007-07-23 07:38:07 +00:00
  • d62af65d7f port TestNumericTraits to QTestLib. This revealed some shortcomings in tvmet's infrastructure, in particular it lacks adequate fuzzy compares. will port that from eigen1. Benoit Jacob 2007-07-21 10:36:47 +00:00
  • b6dedaf745 remove two unused files Benoit Jacob 2007-07-21 10:25:11 +00:00
  • 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. Benoit Jacob 2007-06-18 07:01:42 +00:00
  • 152e09a14d remove long long, long double, unsigned, short, char, bool types. Keep only int, float, double, complex<T>. Benoit Jacob 2007-06-18 05:59:19 +00:00
  • b155789aa7 begin porting the unittests to QTestLib. The first test, "selfTest" already runs and succeeds. Also expand this test by testing more types and sizes. Benoit Jacob 2007-06-08 07:39:51 +00:00
  • 681eb1ed7d add TVMET_UNUSED macro, as a Q_UNUSED replacement. Use it to shut down warnings in NumericTraits.h. Benoit Jacob 2007-06-08 07:24:14 +00:00
  • 9dd7a0b602 add eigen-style typedefs Benoit Jacob 2007-06-08 05:57:47 +00:00
  • 9939776cdb more cmake improvements; start removing the autotools stuff. Benoit Jacob 2007-06-07 06:58:37 +00:00
  • e30e7d7bcd move cmake modules to a modules/ subdir Benoit Jacob 2007-06-07 06:32:53 +00:00
  • 6fe6a81839 Fix enough stuff, and remove enough dead stuff, to make a simple test program compile Benoit Jacob 2007-06-05 08:44:53 +00:00
  • e3a45173b5 argh, forgot to svn add... Benoit Jacob 2007-06-04 19:30:50 +00:00
  • e198eb437c add platform check for __attribute__((always_inline)) Benoit Jacob 2007-06-04 19:29:41 +00:00
  • f878711042 Add cmake module finding the appropriate variant of the "restrict" keyword. Could that be useful to have in kdelibs/cmake/modules ? Benoit Jacob 2007-06-03 17:45:19 +00:00
  • 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. Benoit Jacob 2007-06-01 07:56:24 +00:00
  • 887ff84376 remove custom assert system and use plain standard asserts instead. we don't need no complication. Benoit Jacob 2007-06-01 07:16:33 +00:00
  • 8c001c1342 remove TVMET_DYNAMIC_MEMORY define and corresponding checks. Benoit Jacob 2007-06-01 06:38:02 +00:00
  • 5205e88113 adding more CMakeLists, now tvmet is fully installed. Benoit Jacob 2007-06-01 06:25:51 +00:00
  • eab54b49ea More cleanup, add CMakeLists for the testsuite. Now need to port it to QTestLib :/ Benoit Jacob 2007-05-31 10:09:44 +00:00
  • 8f202dc67f Complete the cmake platform checks and remove unnecessary defines. Benoit Jacob 2007-05-31 07:21:34 +00:00
  • 658eccd43b Convert 5 m4 checks to cmake modules Benoit Jacob 2007-05-30 18:08:35 +00:00
  • 7947ae0e50 A TODO to motivate hundreds of hackers to help with Eigen 2 development. Cheesy slashdot joke included. Benoit Jacob 2007-05-30 12:14:09 +00:00
  • 8eb898ce40 begin porting the configure checks to cmake Benoit Jacob 2007-05-30 09:46:12 +00:00
  • 47b935fc42 add initial CMakeLists Benoit Jacob 2007-05-30 06:57:40 +00:00
  • 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. Benoit Jacob 2007-05-30 06:24:51 +00:00