aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core
Commit message (Expand)AuthorAge
* Add isfinite overload for complexes.Gravatar Gael Guennebaud2014-04-14
* Updated my previous fix to avoid introducing a compilation warning on ARM pla...Gravatar Benoit Steiner2014-04-10
* Silenced a compilation warning produced by nvcc.Gravatar Benoit Steiner2014-04-10
* Fix bug #784: Assert if assigning a product to a triangularView does not matc...Gravatar Christoph Hertzberg2014-04-04
* bug #782: Workaround for gcc <= 4.4 compilation error on the NEON PacketMath ...Gravatar Benoit Steiner2014-04-03
* Fix warningGravatar Gael Guennebaud2014-03-27
* Update gebp kernel to process a panle of 4 columns at once for the remaining ...Gravatar Gael Guennebaud2014-03-26
* Remove remaining bits of the dead working bufferGravatar Gael Guennebaud2014-03-26
* Implement new 1 packet x 8 gebp kernelGravatar Gael Guennebaud2014-03-26
* add pbroadcast2/4 generic intrinsicsGravatar Gael Guennebaud2014-03-26
* Improved the efficiency if the block-panel matrix multiplication code: the ch...Gravatar Benoit Steiner2014-01-02
* Revert previous change and introduce a new workaround regarding gcc generatin...Gravatar Gael Guennebaud2014-03-20
* Makes gcc to generate a pshufd instruction for pset1Gravatar Gael Guennebaud2014-03-20
* Simpler and hopefully more future-proof fix for bug #503 (aligned_allocator w...Gravatar Gael Guennebaud2014-03-19
* clang does not accept this without template keywordGravatar Christoph Hertzberg2014-03-14
* Relax Ref such that Ref<MatrixXf> accepts a RowVectorXf which can be seen as ...Gravatar Gael Guennebaud2014-03-13
* bug #755: CommaInitializer produced wrong assertions in absence of ReturnValu...Gravatar Christoph Hertzberg2014-03-12
* 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
* 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
* 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
* 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 bug #740: overflow issue in stableNormGravatar Gael Guennebaud2014-02-13
* | Fix documentation of MatrixBase::applyOnTheLeft (bug #739)Gravatar Jitse Niesen2014-02-12
* | 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
| * 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
* | 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
|/
* 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