aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
* Fix bug #609: Euler angles are in Range [0:pi]x[-pi:pi]x[-pi:pi].Gravatar Christoph Hertzberg2013-11-29
* extend Map unit test to check buffers allocated on the stackGravatar Gael Guennebaud2013-11-21
* Fix FullPivHouseholderQR ctors for non squared fixed size matrix typesGravatar Gael Guennebaud2013-11-19
* Add scaling in JacobiSVD to avoid overflowsGravatar Gael Guennebaud2013-11-19
* Implement boolean reductions for zero-sized objectsGravatar Christoph Hertzberg2013-11-13
* Add missing nonZeros() overload in Block<SparseMatrixBase<>>Gravatar Gael Guennebaud2013-11-10
* Fix stupid mistake in CMakeLists.txtGravatar Gael Guennebaud2013-11-07
* Add an option to test evaluators globallyGravatar Gael Guennebaud2013-11-07
* bug #99: refactor assignment and compound assignment mechanism through "assig...Gravatar Gael Guennebaud2013-11-06
* Add minimalistic unit tests for NVCC supportGravatar Gael Guennebaud2013-11-05
* Check for minimal norm solutionsGravatar Gael Guennebaud2013-11-03
* JacobiSVD: move from Lapack to Matlab strategy for the default thresholdGravatar Gael Guennebaud2013-11-03
* Added comparisons scalar to array (previously only the array to scalar was po...Gravatar Christoph Hertzberg2013-10-17
* Allow .conservativeResize(rows,cols) on vectorsGravatar Gael Guennebaud2013-10-16
* bug #679: add respective unit testGravatar Gael Guennebaud2013-10-15
* Fix bug #654: allow implicit transposition in Array to Matrix and Matrix to A...Gravatar Gael Guennebaud2013-09-07
* Switched to MPL2 license.Gravatar Hauke Heibel2013-08-12
* Fix cost evaluation of partial reduxions -> improve performance of vectorwise...Gravatar Gael Guennebaud2013-08-11
* Ref<> objects must be nested by reference because they potentially store a te...Gravatar Gael Guennebaud2013-08-11
* Added copy constructor and assignment to DenseStorage.Gravatar Hauke Heibel2013-08-10
* Removed a warning when rvalue references are not unsed.Gravatar Hauke Heibel2013-08-02
* Added move support for Matrix and Array.Gravatar Hauke Heibel2013-08-02
* reduce cancellation probablityGravatar Gael Guennebaud2013-08-02
* Removed unused testing files.Gravatar Hauke Heibel2013-08-01
* 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