aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
* Optimize the product of a householder-sequence with the identity, and optimiz...Gravatar Gael Guennebaud2018-07-11
* Fix regression in 9357838f94d2907996adadc7e5200376f3561ed4Gravatar Gael Guennebaud2018-07-11
* Fix double ;;Gravatar Gael Guennebaud2018-07-11
* Optimize extraction of Q in SparseQR by exploiting the structure of the ident...Gravatar Gael Guennebaud2018-07-11
* Add internall::is_identity compile-time helperGravatar Gael Guennebaud2018-07-11
* Fix conversion warningGravatar Gael Guennebaud2018-07-10
* bug #1543: improve linear indexing for general block expressionsGravatar Gael Guennebaud2018-07-10
* Introduce the macro ei_declare_local_nested_eval to help allocating on the st...Gravatar Gael Guennebaud2018-07-09
* Skip null numerators in triangular-vector-solve (as in BLAS TRSV).Gravatar Gael Guennebaud2018-07-09
* Fix legitimate "declaration shadows a typedef" warningGravatar Gael Guennebaud2018-07-09
* Fix the Packet16h version of ptransposeGravatar Mark D Ryan2018-06-16
* Fix a few issues with Packet16hGravatar Gael Guennebaud2018-07-07
* complete implementation of Packet16h (AVX512)Gravatar Gael Guennebaud2018-07-06
* Complete Packet8h implementation and test it in packetmath unit testGravatar Gael Guennebaud2018-07-06
* Extend CUDA support to matrix inversion and selfadjointeigensolverGravatar Andrea Bocci2018-06-11
* bug #1565: help MSVC to generatenot too bad ASM in reductions.Gravatar Gael Guennebaud2018-07-05
* Implement custom inplace triangular product to avoid a temporaryGravatar Gael Guennebaud2018-07-03
* Make is_same_dense compatible with different scalar types.Gravatar Gael Guennebaud2018-07-03
* Fix regression in changeset f05dea6b2326836e5e0243fbaffbece84b833d64Gravatar Gael Guennebaud2018-07-02
* Simplify redux_evaluator using inheritance, and properly rename parameters in...Gravatar Gael Guennebaud2018-07-02
* bug #1562: optimize evaluation of small products of the form s*A*B by rewriti...Gravatar Gael Guennebaud2018-07-02
* update commentGravatar Gael Guennebaud2018-06-29
* Fix order of EIGEN_DEVICE_FUNC and returned typeGravatar Gael Guennebaud2018-06-28
* First step towards a generic vectorised quaternion productGravatar Gael Guennebaud2018-06-25
* bug #1560 fix product with a 1x1 diagonal matrixGravatar Gael Guennebaud2018-06-25
* Fix typo in pbend for AltiVec.Gravatar Rasmus Munk Larsen2018-06-22
* Merged in mfigurnov/eigen/gamma-der-a (pull request PR-403)Gravatar Benoit Steiner2018-06-11
|\
* | bug #1531: expose NumDimensions for solve and sparse expressions.Gravatar Gael Guennebaud2018-06-08
* | bug #1531: expose NumDimensions for compatibility with TensorGravatar Gael Guennebaud2018-06-08
* | bug #1550: prevent avoidable memory allocation in RealSchurGravatar Gael Guennebaud2018-06-08
* | Don't use std::equal_to inside cuda kernels since it's not supported.Gravatar Benoit Steiner2018-06-07
* | Missing line during manual rebase of PR-374Gravatar Christoph Hertzberg2018-06-07
| * Merge from eigen/eigenGravatar Michael Figurnov2018-06-07
| |\
| * | Derivative of the incomplete Gamma function and the sample of a Gamma random ...Gravatar Michael Figurnov2018-06-06
* | | Adding EIGEN_DEVICE_FUNC to Products, especially Dense2Dense AssignmentGravatar Robert Lukierski2018-03-14
| |/ |/|
* | Fix warningGravatar Gael Guennebaud2018-06-07
* | Fix MSVC warning C4290: C++ exception specification ignored except to indicat...Gravatar Gael Guennebaud2018-06-07
* | Avoid unnecessary C++11 dependencyGravatar Christoph Hertzberg2018-06-07
* | Fix typos found using codespellGravatar Gael Guennebaud2018-06-07
* | Set EIGEN_IDEAL_MAX_ALIGN_BYTES correctly for AVX512 buildsGravatar Mark D Ryan2018-05-17
* | Fix compilation with MSVC by reverting to char* for _mm_prefetch except for P...Gravatar Gael Guennebaud2018-06-07
|/
* 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