aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
* Use vectorization when packing row-major rhs matrices. (bug #717)Gravatar Benoit Steiner2013-12-17
* Fix selfadjoint_matrix_vector_product for complex with packet size > 2 (e.g.,...Gravatar Gael Guennebaud2014-03-07
* Fix typo and formatingGravatar Gael Guennebaud2014-03-07
* Fixed bug #754. Only inserted (!defined(_WIN32_WCE)) analog to alloc and free...Gravatar Christoph Hertzberg2014-03-05
* Help MSVC to inline some trivial functionsGravatar Gael Guennebaud2014-03-04
* bug #289: Removed useless static keywordsGravatar Christoph Hertzberg2014-03-04
* Fix PaStiX support for Pastix 5.2Gravatar Gael Guennebaud2014-02-28
* Remove early termination in LDLT: the zero on the diagonal of the input matri...Gravatar Gael Guennebaud2014-02-26
* Make pivoting HouseholderQR compatible with custom scalar typesGravatar Christoph Hertzberg2014-02-25
* Implement bug #317: use a template function call to suppress unused variable ...Gravatar Gael Guennebaud2014-02-24
* Workaround clang ABI change with unsed arguments (ugly fix)Gravatar Gael Guennebaud2014-02-24
* Specify what non-resizeable objects are in transposeInPlace and adjointInPlac...Gravatar Christoph Hertzberg2014-02-24
* More int versus Index fixesGravatar Gael Guennebaud2014-02-19
* _MatrixTypeNested must be public in sparse BlockGravatar Gael Guennebaud2014-02-18
* Fix support for row (resp. column) of a column-major (resp. row-major) sparse...Gravatar Gael Guennebaud2014-02-17
* Fix a few Index to int buggy conversionsGravatar Gael Guennebaud2014-02-15
* Fix infinite loop in sparseluGravatar Gael Guennebaud2014-02-14
* Merged in martinhofernandes/eigen (pull request PR-40)Gravatar Gael Guennebaud2014-02-14
|\
* | alloca is not necessarily alligned on windowsGravatar Gael Guennebaud2014-02-14
* | Fix propagation of index typeGravatar Gael Guennebaud2014-02-13
* | Fix bug #740: overflow issue in stableNormGravatar Gael Guennebaud2014-02-13
* | Fix documentation of MatrixBase::applyOnTheLeft (bug #739)Gravatar Jitse Niesen2014-02-12
* | 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
* | Fixed assignment from QMatrix to Transform for compact storage.Gravatar Hauke Heibel2014-02-04
* | Remove useless register keyword, and optimize predux_min/max for SSE4Gravatar Gael Guennebaud2014-01-25
* | NVCC: fix closed-form eigenvalue decomposition, workaround gcc4.7/nvcc5.5 issueGravatar Gael Guennebaud2014-01-24
* | sparse_solve_retval_base::defaultEvalTo created extremely oversized temporary...Gravatar Christoph Hertzberg2014-01-19
| * Merged eigen/eigen into defaultGravatar Martinho Fernandes2014-01-10
| |\
| * | Placement new must use void* to avoid user-specific overloads.Gravatar Martinho Fernandes2014-01-10
| * | Add C++11 allocator overloads to avoid implicit conversions.Gravatar Martinho Fernandes2014-01-10
* | | Minor corrections in QR docs.Gravatar Jitse Niesen2013-12-31
* | | QuaternionBase::slerp was documented twice and one explanation was ambiguous.Gravatar Gael Guennebaud2014-01-12
| |/ |/|
* | Add an example showing how to use C++11 random distributionsGravatar Gael Guennebaud2014-01-07
* | Document the fact that Random and setRandom are not reentrant (so not thread-...Gravatar Gael Guennebaud2014-01-07
* | Applied patch from Richard JW Roberts, resolving bug #704Gravatar Christoph Hertzberg2013-12-21
* | Grafted from 5725:cdedc9e90d21099e8b3191f95425680ebe710d6fGravatar Christoph Hertzberg2013-12-21
* | Fixed typos in commentsGravatar Christoph Hertzberg2013-12-19
|/
* Fix bug #609: Euler angles are in Range [0:pi]x[-pi:pi]x[-pi:pi].Gravatar Christoph Hertzberg2013-11-29
* Fix bug #708: add placement new/delete for arrayGravatar Gael Guennebaud2013-11-27
* 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
* Workaround fixing aliasing issue in x = SparseLU::solve(x)Gravatar Gael Guennebaud2013-11-15
* fix overflow and ambiguity in SparseLU memory allocationGravatar Gael Guennebaud2013-11-15
* Implement boolean reductions for zero-sized objectsGravatar Christoph Hertzberg2013-11-13
* Use the specialization of Block<SparseMatrix> for const matrices tooGravatar Gael Guennebaud2013-11-10
* Add missing nonZeros() overload in Block<SparseMatrixBase<>>Gravatar Gael Guennebaud2013-11-10
* Install functor folder with cmakeGravatar Leszek Swirski2013-11-08
* fix broken commitGravatar Gael Guennebaud2013-11-07
* Add an option to test evaluators globallyGravatar Gael Guennebaud2013-11-07