aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Pulled latest updates from trunkGravatar Benoit Steiner2016-06-09
|\
* | Use signed integers more consistently to encode the number of threads to use ...Gravatar Benoit Steiner2016-06-09
* | Improved code formattingGravatar Benoit Steiner2016-06-09
* | Improved support for vectorization of 16-bit floatsGravatar Benoit Steiner2016-06-09
| * Include recent changesets that played with product's kernelGravatar 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
|/
* Add unit test for non symmetric generalized eigenvaluesGravatar 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
* Copied a regression test from 3.2 branch.Gravatar Christoph Hertzberg2016-06-08
* Enable the vectorization of adds and mults of fp16Gravatar Benoit Steiner2016-06-07
* Added missing EIGEN_DEVICE_FUNCGravatar Benoit Steiner2016-06-07
* Fixed compilation of BVH_Example (required for make doc)Gravatar Christoph Hertzberg2016-06-07
* Fixed compilation error with gcc 4.4Gravatar Benoit Steiner2016-06-06
* Misc small improvements to the reduction code.Gravatar Benoit Steiner2016-06-06
* 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
* Moved assertions to the constructor to make the code more portableGravatar Benoit Steiner2016-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
* Removed executable bits from header files.Gravatar Christoph Hertzberg2016-06-05
* Add randomized properties tests for betainc special function.Gravatar Eugene Brevdo2016-06-05
* Add TernaryFunctors and the betainc SpecialFunction.Gravatar Eugene Brevdo2016-06-02
* Disable the tensor tests when using msvc since older versions of the compiler...Gravatar Benoit Steiner2016-06-04
* Use array_prod to compute the number of elements contained in the input tenso...Gravatar Benoit Steiner2016-06-04
* Merged in ibab/eigen (pull request PR-192)Gravatar Benoit Steiner2016-06-03
|\
* | Improved the performance of full reductions.Gravatar Benoit Steiner2016-06-03
| * Add generic scan methodGravatar Igor Babuschkin2016-06-03
|/
* bug #725: make move ctor/assignment noexcept.Gravatar Gael Guennebaud2016-06-03
* Fix MatrixFunctions module.Gravatar Gael Guennebaud2016-06-03
* Fix unit test.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
* Align the first element of the Waiter struct instead of padding it. This redu...Gravatar Benoit Steiner2016-06-02
* mergeGravatar Gael Guennebaud2016-06-02
|\
* | 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
| * Add syntactic sugar to Eigen tensors to allow more natural syntax.Gravatar Rasmus Munk Larsen2016-06-02
| * Merged in ibab/eigen (pull request PR-189)Gravatar Benoit Steiner2016-06-02
|/|
* | bug #1193: fix lpNorm<Infinity> for empty input.Gravatar Gael Guennebaud2016-06-02
* | Disable MSVC's "decorated name length exceeded, name was truncated" warning i...Gravatar Gael Guennebaud2016-06-02
* | Fix pointer to long conversion warning.Gravatar Gael Guennebaud2016-06-02
| * Add tensor scan opGravatar Igor Babuschkin2016-06-02
|/
* Use a single PacketSize variableGravatar Benoit Steiner2016-06-01
* Fixed compilation warningGravatar Benoit Steiner2016-06-01