aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Collapse)AuthorAge
* Change int to Index in equalsIdentity().Gravatar Jitse Niesen2011-03-11
| | | | This fixes compilation errors in nullary test on 64-bits machines.
* fix bug #219: Map Flags AlignedBit was miscomputed, didn't account for ↵Gravatar Benoit Jacob2011-03-10
| | | | EIGEN_ALIGN
* add test for EIGEN_DONT_ALIGN and EIGEN_DONT_ALIGN_STATICALLY, cf recent ↵Gravatar Benoit Jacob2011-03-10
| | | | bugs (214 etc) and changeset 56818d907ed08bcc831da1e990dbc105fb681866
* Fix equalsIdentity() for rectangular matrices.Gravatar Jitse Niesen2011-03-10
|
* repeat nullary tests, and fix some testsGravatar Gael Guennebaud2011-03-07
|
* Tweak geo_quaternion test to squash intermittent failures.Gravatar Jitse Niesen2011-03-07
|
* * bug #206: correctly forward computationOptions and work towards avoiding ↵Gravatar Benoit Jacob2011-03-06
| | | | | | mallocs after preallocation, with unit test. * added EIGEN_RUNTIME_NO_MALLOC and new set_is_malloc_allowed() function to implement that test
* The Eigen2 intrusive std::vector hack really can't be supported in eigen3 ↵Gravatar Benoit Jacob2011-03-04
| | | | (bug #215)
* Copy fix of unit test when GSL is enabled to eigen2 test suite.Gravatar Jitse Niesen2011-03-04
|
* Use copy_bool() workaround in Eigen2 test suite.Gravatar Jitse Niesen2011-03-03
| | | | | See bug #89 and changeset 59596efdf70244f92cd88b07498db8bf293689ac .
* Fix bug #205: eigen2_adjoint_5 test fails.Gravatar Jitse Niesen2011-03-02
|
* extend unit tests of Transform * MatrixBase and Transform * HomogeneousGravatar Gael Guennebaud2011-03-02
|
* fix umeyama testGravatar Benoit Jacob2011-02-27
|
* fix stable_norm test: the |small| value was 0 on clang with complex<float>.Gravatar Benoit Jacob2011-02-27
|
* fix compilation of unit tests with clangGravatar Benoit Jacob2011-02-27
|
* Use absolute error to test sum in which cancellation may occur.Gravatar Jitse Niesen2011-02-25
|
* bounds the range of random integers for AltiVecGravatar Gael Guennebaud2011-02-24
|
* extend testing of ploaddupGravatar Gael Guennebaud2011-02-24
|
* improve packetmath unit testGravatar Gael Guennebaud2011-02-23
|
* implement ploaddup for altivec and add respective unit testGravatar Gael Guennebaud2011-02-23
|
* fix overflow in packetmath unit testGravatar Gael Guennebaud2011-02-23
|
* add unit test for pcplxflipGravatar Gael Guennebaud2011-02-23
|
* fix icc warning #68Gravatar Benoit Jacob2011-02-22
|
* also test non_projective_only with row major transformationsGravatar Gael Guennebaud2011-02-22
|
* fix bug #190: directly pass Transform Options to Matrix, allowing to use ↵Gravatar Benoit Jacob2011-02-22
| | | | RowMajor. Fix issues in Transform with non-default Options.
* disable output compression since this feature seems to be brokenGravatar Gael Guennebaud2011-02-21
|
* workaround ICC aggressive optimizationGravatar Gael Guennebaud2011-02-21
|
* fix bug #176 (workaround a too aggressive optimization made by ICC)Gravatar Gael Guennebaud2011-02-21
|
* remove unused codeGravatar Gael Guennebaud2011-02-18
|
* mergeGravatar Gael Guennebaud2011-02-18
|\
* | remove largeEps in adjoint unit test and use a more accurate ↵Gravatar Gael Guennebaud2011-02-18
| | | | | | | | test_isApproxWithRef test.
| * fix bug #187: stable norm test was quite brokenGravatar Benoit Jacob2011-02-18
|/
* extend mapstride unit test to test unaligned configurationsGravatar Gael Guennebaud2011-02-18
|
* typoGravatar Gael Guennebaud2011-02-17
|
* factorize implementation of standard real unary math functions, and add ↵Gravatar Gael Guennebaud2011-02-17
| | | | acos, asin
* make check no test everything - also rm the EigenTesting cmake sub-projectGravatar Gael Guennebaud2011-02-17
|
* undo debugging changeGravatar Benoit Jacob2011-02-16
|
* Fix bug #89: on GCC <= 4.3, use a custom assert implementation to work ↵Gravatar Benoit Jacob2011-02-16
| | | | around a compiler bug
* fix unit tests for integer types in preparation for next changeset making ↵Gravatar Benoit Jacob2011-02-07
| | | | random<int> span over a much bigger range
* extend ctest script for SSSE3 and aboveGravatar Gael Guennebaud2011-02-03
|
* add Map static methods taking Strides, add test checking for compilation errorsGravatar Benoit Jacob2011-02-03
|
* fix MSVC8 compilationGravatar Gael Guennebaud2011-02-03
|
* add global tan functionGravatar Gael Guennebaud2011-02-03
|
* fix 168 : now TriangularView::solve returns by value making ↵Gravatar Gael Guennebaud2011-02-01
| | | | | | TriangularView::solveInPlace less important. Also fix the very outdated documentation of this function.
* extend nomalloc testGravatar Gael Guennebaud2011-02-01
|
* implement optimized path for selfadjoint rank 1 update (safe regarding ↵Gravatar Gael Guennebaud2011-02-01
| | | | dynamic alloc)
* forgot hg addGravatar Benoit Jacob2011-02-01
|
* relax Matrix/Array(Index) ctors to allow size 0, add test.Gravatar Benoit Jacob2011-02-01
|
* fix trmv regarding strided vectors and static allocation of temporariesGravatar Gael Guennebaud2011-02-01
|
* fix dynamic allocation for fixed size objects in matrix-vector productGravatar Gael Guennebaud2011-01-31
|