aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core
Commit message (Expand)AuthorAge
* FMA has been wrongly disabledGravatar Gael Guennebaud2015-02-10
* Make Block<SparseMatrix> inherit SparseCompressedBase in the case of an inner...Gravatar Gael Guennebaud2015-02-09
* Add a SparseCompressedBase class providing (un)compressed accessors (like dat...Gravatar Gael Guennebaud2015-02-07
* bug #936, patch 3/3: Properly detect FMA support on ARM (requires VFPv4)Gravatar Benoit Jacob2015-01-30
* bug #936, patch 2/3: Remove EIGEN_VECTORIZE_FMA, was redundant with EIGEN_HAS...Gravatar Benoit Jacob2015-01-30
* bug #936, patch 1.5/3: rename _FUSED_ macros to _SINGLE_INSTRUCTION_,Gravatar Benoit Jacob2015-01-31
* bug #936, patch 1/3: some cleanup and renaming for consistency.Gravatar Benoit Jacob2015-01-30
* bug #935: Add asm comments in GEBP kernels to work around a bugGravatar Benoit Jacob2015-01-30
* Enable vectorization of transposeInPlace for PacketSize x PacketSize matricesGravatar Gael Guennebaud2015-01-26
* Add support for dense ?= diagonalGravatar Gael Guennebaud2015-01-24
* Fix missing evaluator in outer-productGravatar Gael Guennebaud2015-01-13
* bug #907, ARM64: workaround ICE in xcode/clangGravatar Gael Guennebaud2015-01-13
* bug #907, ARM64: workaround vreinterpretq_u64_* not defined in xcode/clangGravatar Gael Guennebaud2015-01-13
* Big 907: workaround some missing intrinsics in current NDK's gcc version (ARM64)Gravatar Gael Guennebaud2015-01-07
* bug #907: fix compilation with ARM64Gravatar Gael Guennebaud2015-01-07
* bug #921: fix utilization of bitwise operation on enums in first_alignedGravatar Gael Guennebaud2014-12-19
* bug #920: fix MSVC 2015 compilation issuesGravatar Gael Guennebaud2014-12-18
* bug #821: workaround MSVC 2013 issue with using Base::Base::operator=Gravatar Gael Guennebaud2014-12-16
* Remove useless and non standard numext::atanh2 function.Gravatar Gael Guennebaud2014-12-08
* bug #876: implement a portable log1p functionGravatar Gael Guennebaud2014-12-08
* Workaround various "returning reference to temporary" warnings.Gravatar Gael Guennebaud2014-12-05
* bug #697: make sure empty classes are at the end in case of multiple inheritenceGravatar Gael Guennebaud2014-12-02
* Fix MSVC compilation issueGravatar Gael Guennebaud2014-12-02
* Simplify return type of diagonal(Index) (and ease compiler job)Gravatar Gael Guennebaud2014-11-28
* bug #903: clean swap API regarding extra enable_if parameters, and add failte...Gravatar Gael Guennebaud2014-11-06
* Big 853: replace enable_if in Ref<> ctor by static assertions and add failtes...Gravatar Gael Guennebaud2014-11-05
* Introduce unified macros to identify compiler, OS, and architecture. They are...Gravatar Gael Guennebaud2014-11-04
* Make select CUDA compatible (comparison operators aren't yet, so no test case...Gravatar Christoph Hertzberg2014-10-30
* EIGEN_UNUSED_VARIABLE works better than casting to void. Make this also usabl...Gravatar Christoph Hertzberg2014-10-30
* Move D&C SVD to official SVD module.Gravatar Gael Guennebaud2014-10-29
* bug #898: add inline hint to const_cast_ptrGravatar Christoph Hertzberg2014-10-28
* Merged eigen/eigen into defaultGravatar Konstantinos Margaritis2014-10-22
|\
* | Added ARMv8 supportGravatar Konstantinos Margaritis2014-10-22
| * Prevent CUDA `calling a __host__ function from a __host__ __device__ function...Gravatar Christoph Hertzberg2014-10-21
* | working 64-bit support in PacketMath.h, Complex.h neededGravatar Konstantinos Margaritis2014-10-21
| * bug #701: workaround (min) and (max) blocking ADL by introducing numext::mini...Gravatar Gael Guennebaud2014-10-20
| * Addendum to bug #859: pexp(NaN) for double did not return NaN, also, plog(NaN...Gravatar Christoph Hertzberg2014-10-20
| * Fix bug #859: pexp(NaN) returned Inf instead of NaNGravatar Gael Guennebaud2014-10-20
|/
* Add lapack interface to JacobiSVD and BDCSVDGravatar Gael Guennebaud2014-10-17
* Make cuda_basic test compile again by adding lots of EIGEN_DEVICE_FUNC.Gravatar Christoph Hertzberg2014-10-13
* Fix indentationGravatar Gael Guennebaud2014-10-09
* Add a scoped_array helper class to handle locally allocated/used arraysGravatar Gael Guennebaud2014-10-09
* bug #882: fix various const-correctness issues with *View classes.Gravatar Gael Guennebaud2014-10-07
* Re-enable products with triangular views of sparse matrices: we simply have t...Gravatar Gael Guennebaud2014-10-06
* bug #887: use ei_declare_aligned_stack_constructed_variable instead of manual...Gravatar Gael Guennebaud2014-10-06
* fixed to make big-endian VSX work as wellGravatar Konstantinos Margaritis2014-10-01
* Missing explicitGravatar Christoph Hertzberg2014-09-30
* bug #884: Copy constructor of Ref shall never malloc, constructing from other...Gravatar Christoph Hertzberg2014-09-30
* Fix compilation with GCCGravatar Gael Guennebaud2014-09-29
* Introduce a generic InnerIterator classes compatible with evaluators.Gravatar Gael Guennebaud2014-09-29