aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
...
* | | 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
|\| |
| | * Conditionally disable unit tests that are not supported by evaluators yetGravatar Gael Guennebaud2014-03-12
| | * More debug info and use lazyProd instead of operator* to query the right flagsGravatar Gael Guennebaud2014-03-12
| | * merge default and evaluator branchesGravatar Gael Guennebaud2014-03-12
| | |\
* | | \ Merged eigen/eigen into defaultGravatar Benoit Steiner2014-02-24
|\ \ \ \
| | | * | Fix mixing scalar types with evaluatorsGravatar Gael Guennebaud2014-02-19
| | | * | ExprType::Nested has a new meaning now...Gravatar Gael Guennebaud2014-02-19
* | | | | 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
| | | | * | Add evaluator shortcut for triangular ?= productGravatar Gael Guennebaud2014-02-18
| | | | * | Merge with default branchGravatar Gael Guennebaud2014-02-18
| | | | |\ \ | | |_|_|/ / | |/| | | |
| | | | * | Add evaluator support for diagonal productsGravatar Gael Guennebaud2014-02-17
* | | | | | Added support for AVX to Eigen.Gravatar Benoit Steiner2014-01-29
| | | * | | 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
| | | | |/ | | | |/|
| | | * | 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
| * Make selfqdjoint products use evaluatorsGravatar Gael Guennebaud2013-12-13
| * Add support for triangular products with evaluatorsGravatar Gael Guennebaud2013-12-07
| * Enable use of evaluators for noalias and lazyProduct, add conversion to scala...Gravatar Gael Guennebaud2013-12-03
| * Add direct assignment of productsGravatar Gael Guennebaud2013-12-02
| * Make swap unit test work with evaluatorsGravatar Gael Guennebaud2013-12-02
| * Get rid of call_dense_swap_loopGravatar Gael Guennebaud2013-12-02
| * Add evaluator/assignment to TriangularView expressionsGravatar Gael Guennebaud2013-12-02
* | Fix bug #609: Euler angles are in Range [0:pi]x[-pi:pi]x[-pi:pi].Gravatar Christoph Hertzberg2013-11-29
| * Evaluator: introduce the main Assignment class, add call_assignment to bypass...Gravatar Gael Guennebaud2013-11-25
|/
* 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