aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
* Adding support for using Eigen in HIP kernels.Gravatar Deven Desai2018-06-06
* Exponentially scaled modified Bessel functions of order zero and one.Gravatar Michael Figurnov2018-05-31
* Define pcast<> for SSE types even when AVX is enabled. (otherwise float are s...Gravatar Gael Guennebaud2018-05-29
* Fix compilation and SSE support with PGI compilerGravatar Gael Guennebaud2018-05-29
* Fix internal::is_integral<size_t/ptrdiff_t> with MSVC 2013 and older.Gravatar Gael Guennebaud2018-05-22
* Workaround a MSVC 2013 compilation issue with MatrixBase(Index,int)Gravatar Gael Guennebaud2018-05-22
* fix stupid typoGravatar Gael Guennebaud2018-05-18
* is_convertible<T,Index> does not seems to work well with MSVC 2013, so let's ...Gravatar Gael Guennebaud2018-05-18
* add some internal checksGravatar Gael Guennebaud2018-05-18
* Make sparse QR result sizes consistent with dense QR, with the following rules:Gravatar Jeff Trull2018-02-15
* bug #1544: Generate correct Q matrix in complex case. Original patch was by J...Gravatar Christoph Hertzberg2018-05-17
* Fix "suggest parentheses around comparison" warningGravatar Christoph Hertzberg2018-05-15
* Fix compilation with NEON+MSVCGravatar Gael Guennebaud2018-04-26
* Add multi-threading for sparse-row-major * dense-row-majorGravatar Gael Guennebaud2018-04-25
* bug #1428: atempt to make NEON vectorization compilable by MSVC.Gravatar Gael Guennebaud2018-04-24
* fix AVX512 plogGravatar Benoit Steiner2018-04-23
|\
* | Add specializations of is_arithmetic for long long in c++11Gravatar Gael Guennebaud2018-04-23
* | workaround MSVC 2013 compilation issue (ambiguous call)Gravatar Gael Guennebaud2018-04-23
* | typo in docGravatar Gael Guennebaud2018-04-23
* | bug #1543: fix linear indexing in generic block evaluation (this completes th...Gravatar Gael Guennebaud2018-04-23
* | Disable -Wshadow when compiling with g++Gravatar Christoph Hertzberg2018-04-21
| * fix AVX512 plogGravatar Jayaram Bobba2018-04-20
|/
* fix const cast in NEONGravatar Gael Guennebaud2018-04-18
* Cast zeros to Scalar in RealSchurGravatar Dmitriy Korchemkin2018-04-18
* Renamed .trans() et al. to .reverseFlag() et at. Adapted documentation of .se...Gravatar Christoph Hertzberg2018-04-17
* Add a specialization of Eigen::numext::conj for std::complex<T> to be used wh...Gravatar nicolov2018-04-13
* bug #1493: Make representation of HouseholderSequence consistent and working ...Gravatar Christoph Hertzberg2018-04-15
* Make hypot_impl compile again for types with expression-templates (e.g., boos...Gravatar Christoph Hertzberg2018-04-13
* SelfAdjointView<...,Mode> causes a static assert since commit d820ab9edc0b38a...Gravatar Christoph Hertzberg2018-04-13
* fix linking issueGravatar Gael Guennebaud2018-04-13
* bug #1520: workaround some -Wfloat-equal warnings by calling std::equal_toGravatar Gael Guennebaud2018-04-11
* Umfpack: UF_long has been removed in recent versions of suitesparse, and fix ...Gravatar Gael Guennebaud2018-04-11
* Merged in v_huber/eigen (pull request PR-378)Gravatar Gael Guennebaud2018-04-11
|\
* | Fix code sample output in block(int, int, int, int) doxygenGravatar Guillaume Jacob2018-04-09
* | Fix MKL backend for symmetric eigenvalues on row-major matrices.Gravatar Gael Guennebaud2018-04-09
* | Add missing empty line.Gravatar Gael Guennebaud2018-04-09
* | 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
* | 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