aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
* Reduce block sizes in unit tests.Gravatar Gael Guennebaud2014-04-17
* add unit tests for ploadquad and predux4, and split packetmath unit test wrt ...Gravatar Gael Guennebaud2014-04-17
* Extend mixingtype unit test to check transposed cases.Gravatar Gael Guennebaud2014-04-17
* Updated the geo_parametrizedline_2 test for AVX.Gravatar Benoit Steiner2014-04-04
* Enable repetition in mixing type unit testGravatar Gael Guennebaud2014-03-31
* Properly align the input data to prevent false failures of the packetmath.cpp...Gravatar Benoit Steiner2014-03-28
* Implemented the SSE version of the gather and scatter packet primitives.Gravatar Benoit Steiner2014-03-27
* Introduced pscatter/pgather packet primitives. They will be used to optimize ...Gravatar Benoit Steiner2014-03-27
* Fix geo_* unit tests with respect to AVXGravatar Gael Guennebaud2014-03-27
* Created the ptranspose packet primitive that can transpose an array of N pack...Gravatar Benoit Steiner2014-03-26
* Merged latest changes from the parentGravatar Benoit Steiner2014-03-18
|\
| * Relax Ref such that Ref<MatrixXf> accepts a RowVectorXf which can be seen as ...Gravatar Gael Guennebaud2014-03-13
| * Fix bug #760: complete Eigen's lapack interface with default Lapack for SPQR ...Gravatar Gael Guennebaud2014-03-12
* | Merged eigen/eigen into defaultGravatar Benoit Steiner2014-02-24
|\ \
* \ \ Merged the latest version of the code from eigen/eigenGravatar Benoit Steiner2014-02-18
|\ \ \
* | | | Reverted the definition of the EIGEN_ALIGN to its former meaning (i.e. a bool...Gravatar Benoit Steiner2014-02-18
* | | | Added support for AVX to Eigen.Gravatar Benoit Steiner2014-01-29
| | | * Extend sizeof unit testGravatar Gael Guennebaud2014-03-07
| | | * Regression test for bug #752Gravatar Christoph Hertzberg2014-02-27
| | | * Remove early termination in LDLT: the zero on the diagonal of the input matri...Gravatar Gael Guennebaud2014-02-26
| | |/
| | * Fix bug #748 - array_5 test fails for seed 1392781168.Gravatar Jitse Niesen2014-02-24
| |/
| * Relaxed umeyama test. Problem was ill-posed if linear part was scaled with ve...Gravatar Christoph Hertzberg2014-02-17
| * Fix support for row (resp. column) of a column-major (resp. row-major) sparse...Gravatar Gael Guennebaud2014-02-17
| * Fix sparse_product/sparse_extra unit testsGravatar Gael Guennebaud2014-02-17
| * Fix a few Index to int buggy conversionsGravatar Gael Guennebaud2014-02-15
| * reduce false negative in the qr unit testGravatar Gael Guennebaud2014-02-14
| * Fix stable_norm unit test for complexesGravatar Gael Guennebaud2014-02-13
| * Fix bug #740: overflow issue in stableNormGravatar Gael Guennebaud2014-02-13
| * fix compilation of Transform * UniformScalingGravatar Gael Guennebaud2014-02-12
| * Fix bug #736: LDLT isPositive returns false for a positive semidefinite matrixGravatar Jitse Niesen2014-02-06
|/
* NVCC: add more debug infoGravatar Gael Guennebaud2014-01-24
* NVCC: no need to enforce host compilerGravatar Gael Guennebaud2014-01-24
* NVCC: fix closed-form eigenvalue decomposition, workaround gcc4.7/nvcc5.5 issueGravatar Gael Guennebaud2014-01-24
* Make geo_hyperplane unit test more stable (bug #539)Gravatar Gael Guennebaud2014-01-11
* 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