aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
* 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
* Temporary workaround for bug #875:Gravatar Christoph Hertzberg2014-10-28
* Merged in kmargar/eigen (pull request PR-87)Gravatar Konstantinos Margaritis2014-10-28
|\
* | Bug #896: Swap order of checking __VSX__/__ALTIVEC__Gravatar Konstantinos Margaritis2014-10-22
| * 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
| * check for __ARM_NEON instead as it's defined in arm64 as wellGravatar Konstantinos Margaritis2014-10-21
* | bug #701: workaround (min) and (max) blocking ADL by introducing numext::mini...Gravatar Gael Guennebaud2014-10-20
* | bug #718: Introduce a compilation error when using the wrong InnerIterator ty...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 unit tests for Rotation2D's inverse(), operator*, slerp, and fix regressi...Gravatar Gael Guennebaud2014-10-20
* | Fix bug #894: the sign of LDLT was not re-initialized at each call of compute()Gravatar Gael Guennebaud2014-10-20
* | Fix SparseQR::rank for a completely empty matrix.Gravatar Gael Guennebaud2014-10-19
|/
* mergeGravatar Gael Guennebaud2014-10-17
|\
* | Fix SparseLU::absDeterminant and add respective unit testGravatar Gael Guennebaud2014-10-17
* | Fix JacobiSVD wrt undeR/overflow by doing scaling prior to QR preconditioningGravatar Gael Guennebaud2014-10-17
* | Add lapack interface to JacobiSVD and BDCSVDGravatar Gael Guennebaud2014-10-17
| * quieted more g++ warnings of the form: warning: typedef XXX locally defined b...Gravatar Mark Borgerding2014-10-16
|/
* Make cuda_basic test compile again by adding lots of EIGEN_DEVICE_FUNC.Gravatar Christoph Hertzberg2014-10-13
* Remove unused and dangerous CompressedStorage::Map functionGravatar Gael Guennebaud2014-10-09
* bug #367: fix double copies in atWithInsertion, and add respective unit-testGravatar Gael Guennebaud2014-10-09
* Fix indentationGravatar Gael Guennebaud2014-10-09
* bug #887: fix CompressedStorage::reallocate wrt memory leaksGravatar Gael Guennebaud2014-10-09
* Add a scoped_array helper class to handle locally allocated/used arraysGravatar Gael Guennebaud2014-10-09
* bug #889: fix protected typedefGravatar Gael Guennebaud2014-10-08
* 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
* Fix SparseLU regarding uncompressed inputs and avoid manual new/delete calls.Gravatar Gael Guennebaud2014-10-06
* fixed to make big-endian VSX work as wellGravatar Konstantinos Margaritis2014-10-01
* Add missing default ctor in Rotation2DGravatar Gael Guennebaud2014-09-30
* 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
* Using Index type instead of hard coded int type to prevent potential implicit...Gravatar Georg Drenkhahn2014-09-22
* Added implicit integer conversion by using explicit integer type conversion. ...Gravatar Georg Drenkhahn2014-09-22
* Avoid comparisons between different index types.Gravatar Gael Guennebaud2014-09-29
* Using StorageIndexType for loop assigning initial permutation. Adding assert ...Gravatar Georg Drenkhahn2014-09-22
* Using Index instead of hard coded int type to prevent potential implicit inte...Gravatar Georg Drenkhahn2014-09-22
* Using Index instead of hard coded int type to prevent potential implicit inte...Gravatar Georg Drenkhahn2014-09-22
* Replaced hard coded int types with Index types preventing implicit integer co...Gravatar Georg Drenkhahn2014-09-21
* Changed Diagonal::index() to return an Index type instead of int to prevent p...Gravatar Georg Drenkhahn2014-09-21
* Using Kernel::Index type instead of int to prevent possible implicit conversi...Gravatar Georg Drenkhahn2014-09-21
* Add missing return derived() in ArrayBase::operator=Gravatar Gael Guennebaud2014-09-28
* Fix bug #884: No malloc for zero-sized matrices or for Ref without temporariesGravatar Christoph Hertzberg2014-09-25