aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Fix cmake scripts with no fortran compilerGravatar Gael Guennebaud2018-04-07
* bug #1509: fix computeInverseWithCheck for complexesGravatar Gael Guennebaud2018-04-04
* Extend list of MSVC versionsGravatar Gael Guennebaud2018-04-04
* Make stableNorm and blueNorm compatible with 2D matrices.Gravatar Gael Guennebaud2018-04-04
* Factories code between numext::hypot and scalar_hyot_op functor.Gravatar Gael Guennebaud2018-04-04
* Make innerVector() and innerVectors() methods available to all expressions su...Gravatar Gael Guennebaud2018-04-04
* bug #1521: avoid signalling NaN in hypot and make it std::complex<> friendly.Gravatar Gael Guennebaud2018-04-04
* bug #1521: add unit test dedicated to numbest::hyposGravatar Gael Guennebaud2018-04-04
* Add a note on vec_min vs asmGravatar Gael Guennebaud2018-04-04
* bug #1494: makes pmin/pmax behave on Altivec/VSX as on x86 regading NaNsGravatar Gael Guennebaud2018-04-04
* comment unreachable codeGravatar Gael Guennebaud2018-04-03
* Fix compilation of product with inverse transpositions (e.g., mat * Transposi...Gravatar Gael Guennebaud2018-04-03
* commit 45e9c9996da790b55ed9c4b0dfeae49492ac5c46 (HEAD -> memory_fix)Gravatar Gael Guennebaud2018-04-03
* bug #1527: fix support for MKL's VML (destination was not properly resized)Gravatar Gael Guennebaud2018-04-03
* bug #1528: better use numeric_limits::min() instead of 1/highest() that with ...Gravatar Gael Guennebaud2018-04-03
* bug #1516: add assertion for out-of-range diagonal index in MatrixBase::diago...Gravatar Gael Guennebaud2018-04-03
* bug #1532: disable stl::*_negate in C++17 (they are deprecated)Gravatar Gael Guennebaud2018-04-03
* AVX512: _mm512_rsqrt28_ps is available for AVX512ER onlyGravatar Gael Guennebaud2018-04-03
* Rename predux_downto4 to be more accurate on its semantic.Gravatar Gael Guennebaud2018-04-03
* protect calls to isnanGravatar Gael Guennebaud2018-04-03
* Fix unit testing of predux_downto4 (bad name), and add unit testing of prsqrtGravatar Gael Guennebaud2018-04-03
* AVX512: fix psqrt and prsqrtGravatar Gael Guennebaud2018-04-03
* AVX512: add missing pinsertfirst and pinsertlast, implement pblend for Packet...Gravatar Gael Guennebaud2018-04-03
* Fix uninitialized output argument.Gravatar Gael Guennebaud2018-04-03
* MIsc. source and comment typosGravatar luz.paz2018-03-11
* Adds missing EIGEN_STRONG_INLINE to support MSVC properly inlining small vect...Gravatar Basil Fierz2017-10-26
* Merged in zzp11/eigen/zzp11/a-small-mistake-quickreferencedox-edited-15102172...Gravatar Benoit Steiner2018-03-23
|\
* \ Merged in facaiy/eigen/ENH/exp_support_complex_for_gpu (pull request PR-359)Gravatar Benoit Steiner2018-03-23
|\ \
* \ \ Merged in dtrebbien/eigen (pull request PR-369)Gravatar Benoit Steiner2018-03-23
|\ \ \
* | | | Improve robustness of igamma and igammac to bad inputs.Gravatar Rasmus Munk Larsen2018-03-19
* | | | Add static assertion for fixed sizes Ref<>Gravatar Gael Guennebaud2018-03-09
* | | | Implement better static assertion checking to make sure that the first assert...Gravatar Gael Guennebaud2018-03-09
* | | | Add static assertion on selfadjoint-view's UpLo parameter.Gravatar Gael Guennebaud2018-03-09
| * | | Move up the specialization of std::numeric_limitsGravatar Daniel Trebbien2018-02-18
* | | | Fix implicit conversion from 0.0 to scalarGravatar Gael Guennebaud2018-02-16
* | | | add unit test for SimplicialCholesky and Boost multiprec.Gravatar Gael Guennebaud2018-02-16
* | | | bug #1517: fix triangular product with unit diagonal and nested scaling facto...Gravatar Gael Guennebaud2018-02-09
* | | | Fix linear indexing in generic block evaluation.Gravatar Gael Guennebaud2018-02-09
* | | | Fix typoGravatar Gael Guennebaud2018-02-09
|/ / /
* | | Update the padding computation for PADDING_SAME to be consistent with TensorF...Gravatar Benoit Steiner2018-01-30
|\ \ \
* | | | bug #1412: fix compilation with nvcc+MSVCGravatar Gael Guennebaud2018-01-17
| | * | ENH: exp supports complex type for cudaGravatar Yan Facai (颜发才)2018-01-04
* | | | Fix incorrect ldvt in LAPACKE call from JacobiSVDGravatar Eugene Chereshnev2018-01-03
* | | | Disable use of recurrence for computing twiddle factors.Gravatar Benoit Steiner2018-01-09
|\ \ \ \
* | | | | Fix gcc7 warningGravatar Gael Guennebaud2018-01-09
| |_|/ / |/| | |
| * | | Disable use of recurrence for computing twiddle factors. Fixes FFT precision ...Gravatar RJ Ryan2017-12-31
|/ / /
* | | For cuda 9.1 replace math_functions.hpp with cuda_runtime.hGravatar nluehr2017-12-18
* | | Fix compilation of stableNorm with some expressions as inputGravatar Gael Guennebaud2017-12-15
* | | Workaround nvcc 9.0 issue. See PR 351.Gravatar Gael Guennebaud2017-12-15
* | | Fix cmake warningGravatar Gael Guennebaud2017-12-14