aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Complete the coeff-wise math function table.Gravatar Gael Guennebaud2016-07-20
* Add missing Eigen::rsqrt global functionGravatar Gael Guennebaud2016-07-20
* Simplify ScalarBinaryOpTraits by removing the Defined enum, and extend its do...Gravatar Gael Guennebaud2016-07-20
* Workaround MSVC 2010 compilation issue.Gravatar Gael Guennebaud2016-07-18
* Add a summary of possible values for EIGEN_COMP_MSVCGravatar Gael Guennebaud2016-07-18
* Remove static constant declaration: this enforces compiler to generate costly...Gravatar Gael Guennebaud2016-07-18
* Make scalar_product_op the default (instead of void)Gravatar Gael Guennebaud2016-07-18
* Permits call to explicit ctor.Gravatar Gael Guennebaud2016-07-18
* mergeGravatar Gael Guennebaud2016-07-18
|\
| * Add missing non-const reverse method in VectorwiseOp.Gravatar Gael Guennebaud2016-07-16
| * Workaround VS2015 bugGravatar Gael Guennebaud2016-07-13
* | Fix regression in a previous commit: some diagonal entry might not be treated...Gravatar Gael Guennebaud2016-07-13
|/
* An evalTo expression is only aligned iff both the lhs and the rhs are aligned.Gravatar Benoit Steiner2016-07-12
* Avoid division by very small entries when extracting singularvalues, and expl...Gravatar Gael Guennebaud2016-07-12
* Consider denormals as zero in makeJacobi and 2x2 SVD.Gravatar Gael Guennebaud2016-07-12
* Fix test for nearly null inputGravatar Gael Guennebaud2016-07-12
* Fix compilation of docGravatar Gael Guennebaud2016-07-12
* Add some doxygen's images to support both old and recent doxygen versionsGravatar Gael Guennebaud2016-07-12
* Manually add -stdd=c++11 to nvcc for old cmake versionsGravatar Gael Guennebaud2016-07-12
* Pulled latest updates from trunkGravatar Benoit Steiner2016-07-11
|\
| * reverted unintended change.Gravatar Benoit Steiner2016-07-11
* | compile fix (SFINAE variant apparently didn't work for all compilers) for the...Gravatar klimpel2016-07-11
|/
* Made the packetmath test compile again. A better fix would be to move the spe...Gravatar Benoit Steiner2016-07-11
* Improved the contraction mapper to properly support tensor productsGravatar Benoit Steiner2016-07-11
* Improved the detection of packet size in the tensor scan evaluator.Gravatar Benoit Steiner2016-07-11
* Move CUDA's special functions to SpecialFunctions module.Gravatar Gael Guennebaud2016-07-11
* Clarify that SpecialFunctions is unsupportedGravatar Gael Guennebaud2016-07-11
* mergeGravatar Gael Guennebaud2016-07-11
|\
| * Fix configuration of CUDA:Gravatar Gael Guennebaud2016-07-11
| * Workaround MSVC bugGravatar Gael Guennebaud2016-07-11
| * Split test_slice_in_expr which seems to be huge for visualGravatar Gael Guennebaud2016-07-11
| * Fix assertion (it did not make sense for static_val types)Gravatar Gael Guennebaud2016-07-11
| * Emulate _BitScanReverse64 for 32 bits buildsGravatar Gael Guennebaud2016-07-11
| * Merged kmargar/eigen/tip into default, Altivec/VSX port should be working ok ...Gravatar Konstantinos Margaritis2016-07-10
| |\
| | * minor fixes for big endian altivec/vsxGravatar Konstantinos Margaritis2016-07-10
| * | bug #1119: Adjust call to ?gssvx for SuperLU 5Gravatar Christoph Hertzberg2016-07-10
| * | Relax strict equalityGravatar Gael Guennebaud2016-07-09
| * | Change runtime to compile-time conditional.Gravatar Gael Guennebaud2016-07-08
| * | Fix warningsGravatar Gael Guennebaud2016-07-08
| * | Fix warningsGravatar Gael Guennebaud2016-07-08
* | | bug #1232: refactor special functions as a new SpecialFunctions module, curre...Gravatar Gael Guennebaud2016-07-08
|/ /
* | fix compilation with c++11Gravatar Gael Guennebaud2016-07-07
* | Split huge unit testGravatar Gael Guennebaud2016-07-07
* | Prevent division by zero.Gravatar Gael Guennebaud2016-07-07
* | Fix warningGravatar Gael Guennebaud2016-07-07
* | Fix warningsGravatar Gael Guennebaud2016-07-07
* | split huge unit testGravatar Gael Guennebaud2016-07-07
* | Add debug outputGravatar Gael Guennebaud2016-07-06
* | Fix unit test.Gravatar Gael Guennebaud2016-07-06
* | Relax is_equal to is_approx because scaling might modify last bit.Gravatar Gael Guennebaud2016-07-06