aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
* Backed out changeset: e41bc6cbbf9863c686e464d4479b4f562e5649c3Gravatar Hauke Heibel2013-07-31
* Removed unused test files.Gravatar Hauke Heibel2013-07-31
* Enable support for minimal rebuilds.Gravatar Hauke Heibel2013-07-31
* bug #502: add bool intersects() methods to AlignedBoxGravatar Sven Strothoff2013-07-28
* Previous isFinite->hasNonFinite change was broken. After discussion let's ren...Gravatar Gael Guennebaud2013-07-18
* Fix bug #326 : expose tridiagonal eigensolver to end-users through ComputeFro...Gravatar Desire NUENTSA2013-07-18
* Rename isFinite to hasNonFinite to avoid future naming collisions.Gravatar Gael Guennebaud2013-07-17
* SparseLU: make COLAMDOrdering the default ordering method.Gravatar Gael Guennebaud2013-07-17
* Fix testing issues with x87 extra precision.Gravatar Gael Guennebaud2013-07-16
* Fix adjoint unit test: test_isApproxWithRef works for positive quantities only.Gravatar Gael Guennebaud2013-07-15
* Stabilize eulerangle unit test.Gravatar Gael Guennebaud2013-07-13
* Fix various scalar type conversion warnings.Gravatar Gael Guennebaud2013-07-12
* Relax slerp unit testGravatar Gael Guennebaud2013-07-12
* Add no_assignment_operator to a few classes that must not be assigned, and fi...Gravatar Gael Guennebaud2013-07-10
* Rename map unit test to mapped_matrix: without splitting unit tests, this cre...Gravatar Gael Guennebaud2013-07-10
* Use numeric_limits to get NaN and infGravatar Gael Guennebaud2013-07-06
* Fix bug #611: diag * sparse * diagGravatar Gael Guennebaud2013-07-05
* Fix a couple of warnings in unit tests.Gravatar Gael Guennebaud2013-07-05
* It's better to check that eigen_assert does raise an assert rather than testi...Gravatar Gael Guennebaud2013-07-01
* On windows CE, assert.h defines NDEBUG if DEBUG is not definedGravatar Gael Guennebaud2013-07-01
* Fiw bug #553: add support for sparse matrix time sparse self-adjoint view pro...Gravatar Desire NUENTSA2013-06-28
* Fix bug #611: fix const qualifier in cwiseProduct(sparse,dense) and SparseDia...Gravatar Gael Guennebaud2013-06-28
* Fix bug #626: add assertion on input ranges for coeff* and insert members for...Gravatar Gael Guennebaud2013-06-28
* Fix bug #623: inlining test_is_equal leads to failures with x87Gravatar Gael Guennebaud2013-06-27
* Introduce a TEST_SET_BUT_UNUSED_VARIABLE macro for initialized but unused var...Gravatar Gael Guennebaud2013-06-25
* fix compilation of ArrayBase::transposeInPlaceGravatar Gael Guennebaud2013-06-24
* Workaround a bunch of stupid warnings in unit testsGravatar Gael Guennebaud2013-06-23
* that's getting harder and harder to make ICC, GCC and clang all happy: one wa...Gravatar Gael Guennebaud2013-06-22
* explicit template specialization cannot have a storage classGravatar Gael Guennebaud2013-06-22
* Fix an shut down a few ICC's remarksGravatar Gael Guennebaud2013-06-22
* Fix warning typedef XXX locally defined but not usedGravatar Gael Guennebaud2013-06-21
* Implement mixed static/dynamic-size .block() (bug #579)Gravatar Jitse Niesen2013-06-18
* Fix HouseholderSequence::conjugate() and ::adjoint() and add respective unit ...Gravatar Gael Guennebaud2013-06-17
* Extend sparse-block unit test to explicitly cover bug #584Gravatar Gael Guennebaud2013-06-14
* Extend the magnitude range of tested numbers in packet math unit testsGravatar Gael Guennebaud2013-06-13
* Fix sparse_basic unit test conflictGravatar Gael Guennebaud2013-06-12
* Fix bug #314: move remaining math functions from internal to numext namespaceGravatar Gael Guennebaud2013-06-10
* Add support with unit test for off-diagonal sparse matrix viewsGravatar Desire NUENTSA2013-06-11
* Restore internal math functions for unit testsGravatar Desire NUENTSA2013-06-11
* Check sparse matrices with short indicesGravatar Gael Guennebaud2013-06-10
* Fix bug #607: handle implicit transposition from sparse vector to dense vectorGravatar Gael Guennebaud2013-06-10
* Add regression test for bug #608Gravatar Gael Guennebaud2013-06-09
* Fix bug #609: avoid if statement and improve consistency of eulerAngles methodGravatar Gael Guennebaud2013-06-09
* Fix bug #596 : Recover plain SparseMatrix from SparseQR matrixQ()Gravatar Desire NUENTSA2013-05-21
* Add a few missing standard functions for ScalarWithExceptions type.Gravatar Gael Guennebaud2013-04-17
* Big 564: add hasNaN and isFinite membersGravatar Gael Guennebaud2013-04-16
* Fix bug #563: assignement to Block<SparseMatrix> is now allowed on non-compre...Gravatar Gael Guennebaud2013-04-12
* Add temporary check for triangularView += productGravatar Gael Guennebaud2013-04-10
* Clean source code and unit tests with respect to -Wunused-local-typedefsGravatar Gael Guennebaud2013-04-10
* Fix missuse of unitialized values in unit testsGravatar Gael Guennebaud2013-04-10