aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)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 ↵Gravatar Gael Guennebaud2016-07-20
| | | | documentation.
* 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 ↵Gravatar Gael Guennebaud2016-07-18
| | | | costly code for thread safety.
* 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 ↵Gravatar Gael Guennebaud2016-07-13
|/ | | | treated by the 2x2 real preconditioner.
* 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 ↵Gravatar Gael Guennebaud2016-07-12
| | | | explicitly handle the 1x1 complex case.
* Consider denormals as zero in makeJacobi and 2x2 SVD.Gravatar Gael Guennebaud2016-07-12
| | | | This also fix serious issues with x387 for which values can be much smaller than the smallest denormal!
* 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
| | | | (with some vague definitions of old and recent ;) )
* 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 ↵Gravatar klimpel2016-07-11
|/ | | | | | | the following compiler/platform: gcc (GCC) 4.1.2 20080704 (Red Hat 4.1.2-46) Copyright (C) 2006 Free Software Foundation, Inc.
* Made the packetmath test compile again. A better fix would be to move the ↵Gravatar Benoit Steiner2016-07-11
| | | | special function tests to the unsupported directory where the code now resides.
* 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
| | | | | | | | | | | | - preserve user defined CUDA_NVCC_FLAGS - remove the -ansi flag that conflicts with -std=c++11 - do not add -std=c++11 if already there
| * 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
| |\ | | | | | | | | | now.
| | * minor fixes for big endian altivec/vsxGravatar Konstantinos Margaritis2016-07-10
| | |
| * | bug #1119: Adjust call to ?gssvx for SuperLU 5Gravatar Christoph Hertzberg2016-07-10
| | | | | | | | | | | | | | | | | | Also improved corresponding cmake module to detect versions 5.x Based on patch by Christoph Grüninger.
| * | 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, ↵Gravatar Gael Guennebaud2016-07-08
|/ / | | | | | | currently in unsupported/.
* | 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
| |