aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
| | | * Big 279: enable mixing types for comparisons, min, and max.Gravatar Gael Guennebaud2016-06-10
| * | | bug #1240: Remove any assumption on NEON vector types.Gravatar Gael Guennebaud2016-06-09
| | * | Add small fixes to TensorScanOpGravatar Igor Babuschkin2016-06-07
| | | * Clean handling for void type in EIGEN_CHECK_BINARY_COMPATIBILIYGravatar Gael Guennebaud2016-06-06
| | | * Disable shortcuts for res ?= prod when the scalar types do not match exactly.Gravatar Gael Guennebaud2016-06-06
| | | * Relax mixing-type constraints for binary coefficient-wise operators:Gravatar Gael Guennebaud2016-06-06
* | | | size_t -> intGravatar Rasmus Munk Larsen2016-06-03
* | | | Add CurrentThreadId and NumThreads methods to Eigen threadpools and TensorDev...Gravatar Rasmus Munk Larsen2016-06-03
| * | | 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
| * | | Simplified the code that dispatches vectorized reductions on GPUGravatar Benoit Steiner2016-06-09
| * | | Fixed definition of some of the reducer_traitsGravatar Benoit Steiner2016-06-09
| * | | 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