aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core
Commit message (Expand)AuthorAge
* Add C++11 allocator overloads to avoid implicit conversions.Gravatar Martinho Fernandes2014-01-10
* Fix bug #708: add placement new/delete for arrayGravatar Gael Guennebaud2013-11-27
* Workaround fixing aliasing issue in x = SparseLU::solve(x)Gravatar Gael Guennebaud2013-11-15
* Implement boolean reductions for zero-sized objectsGravatar Christoph Hertzberg2013-11-13
* 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
* Drop evaluators for SwapWrapper and SelfCwiseBinaryOpGravatar Gael Guennebaud2013-11-07
* Clean evaluator_impl_base. It will probably be removed in the futureGravatar Gael Guennebaud2013-11-07
* bug #99: move the creation of the evaluator to a central place, and make gene...Gravatar Gael Guennebaud2013-11-07
* Move internal::swap to numext to fix ambiguous call with std::swapGravatar Gael Guennebaud2013-11-07
* bug #99: refactor assignment and compound assignment mechanism through "assig...Gravatar Gael Guennebaud2013-11-06
* Fix static/inline orderGravatar Gael Guennebaud2013-11-06
* Split the huge Functors.h fileGravatar Gael Guennebaud2013-11-06
* Allow calling attributes of dynamic size objects from deviceGravatar Gael Guennebaud2013-11-05
* merge with default branchGravatar Gael Guennebaud2013-11-05
|\
* | bug #677: fix usage of pld instrinsics for ccomplexesGravatar Gael Guennebaud2013-11-02
* | Fix bug #677: compilation issue on arm64 which does not have the PLD instructionGravatar Gael Guennebaud2013-10-31
* | Use aligned loads in Matrix-Vector product where possible. Fixes bug #689Gravatar Christoph Hertzberg2013-10-29
* | Merged in martinhofernandes/eigen (pull request PR-33)Gravatar Gael Guennebaud2013-10-29
|\ \
* | | Fix bug #359: fix AlignedBit flag of CoeffBasedProduct thus enabling the vect...Gravatar Gael Guennebaud2013-10-28
* | | Clarify the meaning of AlignedBit (bug #359)Gravatar Gael Guennebaud2013-10-28
* | | Fix bug #685: document the range of Random and setRandomGravatar Gael Guennebaud2013-10-28
* | | fix a few "dead stores" warningsGravatar Gael Guennebaud2013-10-26
* | | Fix bug #684: optimize vectorization of array-scalar and scalar-arrayGravatar Gael Guennebaud2013-10-18
* | | Copy all format flags (not only precision) from actual output stream when cal...Gravatar Christoph Hertzberg2013-10-17
* | | consider all columns for aligned output (fixes bug #616)Gravatar Christoph Hertzberg2013-10-17
* | | Copy and paste mistake in last commitGravatar Christoph Hertzberg2013-10-17
* | | Don't add rowSpacer if columns are not to be alignedGravatar Christoph Hertzberg2013-10-17
* | | Allow .conservativeResize(rows,cols) on vectorsGravatar Gael Guennebaud2013-10-16
| * | Fix bug #503Gravatar Martinho Fernandes2013-09-10
|/ /
* | Fix ploaddup and lin-spaced with AltiVec.Gravatar Gael Guennebaud2013-09-10
* | Fix bug #654: allow implicit transposition in Array to Matrix and Matrix to A...Gravatar Gael Guennebaud2013-09-07
* | Merged in advanpix/eigen-mp-devs (pull request PR-32)Gravatar Gael Guennebaud2013-09-03
|\ \
* | | Fixed InnerPanel definition in the Transformation class.Gravatar Hauke Heibel2013-08-27
| * | Added smart_memmove with support of non-POD scalars (e.g. needed in SparseBlo...Gravatar Pavel Holoborodko2013-08-25
|/ /
* | Add explanations of the logic behind the matrix-vector productsGravatar Gael Guennebaud2013-08-21
* | Allows EIGEN_STACK_ALLOCATION_LIMIT to be 0 for no limitGravatar Gael Guennebaud2013-08-21
* | Make the static assertions on maximal fixed size object use EIGEN_STACK_ALLOC...Gravatar Gael Guennebaud2013-08-20
* | Make ArrayBase operator+=(scalar) and -=(scalar) use SelfCwiseBinaryOp optimi...Gravatar Gael Guennebaud2013-08-19
* | Fix bug #643: enable vectorization of compound assignement for fixed size obj...Gravatar Gael Guennebaud2013-08-19
* | typoGravatar Gael Guennebaud2013-08-19
* | Fix bug #642: add vectorization of sqrt for doubles, and make sqrt really saf...Gravatar Gael Guennebaud2013-08-19
* | Documentation of deprecated struct. Closing bug #426.Gravatar Christoph Hertzberg2013-08-16
* | Deprecate boolean sum operator (bug #426)Gravatar Christoph Hertzberg2013-08-13
* | 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
* | Added alternative C++11 detection.Gravatar Hauke Heibel2013-08-10
* | Disabled std::log1p on Cygwin.Gravatar Hauke Heibel2013-08-10