Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | bug #54 - really fix const correctness except in Sparse | Benoit Jacob | 2010-12-22 |
| | |||
* | bug #86 : use internal:: namespace instead of ei_ prefix | Benoit Jacob | 2010-10-25 |
| | |||
* | Compilation fix. | Hauke Heibel | 2010-06-21 |
| | |||
* | Fix compilation of some tests as well as more warnings. | Hauke Heibel | 2010-06-20 |
| | |||
* | Utilize Index in all unit tests. | Hauke Heibel | 2010-06-20 |
| | |||
* | change the value of Dynamic to -1, since the index type is now configurable. | Benoit Jacob | 2010-06-11 |
| | | | | remove EIGEN_ENUM_MIN/MAX, implement new macros instead | ||
* | tests: | Benoit Jacob | 2010-05-30 |
| | | | | | | * change test_is_equal so it just checks for equality, doesn't try anymore to allow to ignoring the difference between col and row vectors. (needed for the upcoming Index types change) * in ei_assert, don't report on cerr if we're inside of VERIFY_RAISES_ASSERT | ||
* | remove Minor | Benoit Jacob | 2010-04-22 |
| | | | | adapt 3x3 and 4x4 (non-SSE) inverse paths | ||
* | * add VERIFY_IS_EQUAL, should compile faster and it's natural when no ↵ | Benoit Jacob | 2010-02-26 |
arithmetic is involved. * rename 'submatrices' test to 'block' * add block-inside-of-block tests * remove old cruft * split diagonal() tests into separate file |