aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
* Biug 1242: fix comma init with empty matrices.Gravatar Gael Guennebaud2016-06-23
* Made log1p_impl usable inside a GPU kernelGravatar Benoit Steiner2016-06-16
* Add missing explicit scalar conversionGravatar Gael Guennebaud2016-06-12
* Make sure T(i+1,i)==0 when diagonalizing T(i:i+1,i:i+1)Gravatar Gael Guennebaud2016-06-11
* bug #1240: Remove any assumption on NEON vector types.Gravatar Gael Guennebaud2016-06-09
* Fix compile errors initializing packets on ARM DS-5 5.20Gravatar Sean Templeton2016-06-03
* Make Arrays's ctor/assignment noexceptGravatar Gael Guennebaud2016-06-09
* Take advantage that T is already diagonal in the extraction of generalized co...Gravatar Gael Guennebaud2016-06-09
* Update RealQZ to reduce 2x2 diagonal block of T corresponding to non reduced ...Gravatar Gael Guennebaud2016-06-09
* Fix shadow variable, and indexing.Gravatar Gael Guennebaud2016-06-09
* Fixed type conversion from intGravatar Abhijit Kundu2016-06-08
* Fixes for PARDISO: warnings, and defaults to metis+ in-core mode.Gravatar Gael Guennebaud2016-06-08
* Fix extraction of complex eigenvalue pairs in real generalized eigenvalue pro...Gravatar Gael Guennebaud2016-06-08
* Enable the vectorization of adds and mults of fp16Gravatar Benoit Steiner2016-06-07
* Added missing EIGEN_DEVICE_FUNC qualifiers to the unary array opsGravatar Benoit Steiner2016-06-06
* Implement result_of for the new ternary functorsGravatar Benoit Steiner2016-06-06
* bug #1201: improve code generation of affine*vec with MSVCGravatar Gael Guennebaud2016-06-06
* Silenced compilation warningGravatar Benoit Steiner2016-06-05
* Moved static assertions into the class constructor to make the code more port...Gravatar Benoit Steiner2016-06-05
* Add TernaryFunctors and the betainc SpecialFunction.Gravatar Eugene Brevdo2016-06-02
* bug #725: make move ctor/assignment noexcept.Gravatar Gael Guennebaud2016-06-03
* Fix compilation.Gravatar Gael Guennebaud2016-06-03
* Fix compilation: Matrix does not indirectly live in the internal namespace an...Gravatar Gael Guennebaud2016-06-03
* Fix function dependenciesGravatar Gael Guennebaud2016-06-03
* Remove dead code.Gravatar Gael Guennebaud2016-06-02
* Implement generic scalar*expr and expr*scalar operator based on scalar_produc...Gravatar Gael Guennebaud2016-06-02
* bug #1193: fix lpNorm<Infinity> for empty input.Gravatar Gael Guennebaud2016-06-02
* Doc: add some cross references (also fix empty macro argument warning)Gravatar Gael Guennebaud2016-06-01
* Add missing ArrayBase::log1pGravatar Gael Guennebaud2016-06-01
* Expose log1p to Array.Gravatar Gael Guennebaud2016-06-01
* Doc: makes the global unary math functions visible to doxygen (and docuement ...Gravatar Gael Guennebaud2016-06-01
* Doc: improve documentation of Map<SparseMatrix>Gravatar Gael Guennebaud2016-06-01
* Doc: disable inlining of inherited members, workaround Doxygen's limited C++ ...Gravatar Gael Guennebaud2016-06-01
* Pulled latest updates from trunkGravatar Benoit Steiner2016-05-31
|\
* | Improved support for CUDA 8.0Gravatar Benoit Steiner2016-05-31
| * bug #1181: help MSVC inlining.Gravatar Gael Guennebaud2016-05-31
| * Fix compilation with old iccGravatar Gael Guennebaud2016-05-31
| * bug #1238: fix SparseMatrix::sum() overload for un-compressed mode.Gravatar Gael Guennebaud2016-05-31
|/
* Silenced some compilation warnings triggered by nvcc 8.0Gravatar Benoit Steiner2016-05-27
* Disable the use of MMX instructions since the code is broken on many platformsGravatar Benoit Steiner2016-05-27
* Fix compilation with old ICC version (use C99 types instead of C++11 ones)Gravatar Gael Guennebaud2016-05-27
* Deleted extra namespaceGravatar Benoit Steiner2016-05-26
* Disable usage of MMX with msvc.Gravatar Gael Guennebaud2016-05-26
* bug #1236: fix possible integer overflow in density estimation.Gravatar Gael Guennebaud2016-05-26
* Defer the allocation of the working space:Gravatar Gael Guennebaud2016-05-26
* Fix copy ctor prototype.Gravatar Gael Guennebaud2016-05-26
* linspaced's divisor for integer is better stored as the underlying scalar type.Gravatar Gael Guennebaud2016-05-26
* Fix/handle some int-to-long conversions.Gravatar Gael Guennebaud2016-05-26
* Store permutation's determinant as char.Gravatar Gael Guennebaud2016-05-26
* Fix a pointer to integer conversion warningGravatar Gael Guennebaud2016-05-26