aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
* 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
* 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