aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/products
Commit message (Expand)AuthorAge
* Make the threshold from gemm to coeff-based-product configurable, and add som...Gravatar Gael Guennebaud2017-08-24
* Merged in dtrebbien/eigen/patch-1 (pull request PR-312)Gravatar Gael Guennebaud2017-08-22
* Fix support for MKL's BLAS when using MKL_DIRECT_CALL.Gravatar Gael Guennebaud2017-08-17
* bug #1405: enable StrictlyLower/StrictlyUpper triangularView as the destinati...Gravatar Gael Guennebaud2017-06-09
* Adjusted the EIGEN_DEVICE_FUNC qualifiers to make sure that:Gravatar Benoit Steiner2017-03-01
* Fix tracking of temporaries in unit testsGravatar Gael Guennebaud2017-02-19
* Improve multi-threading heuristic for matrix products with a small number of ...Gravatar Gael Guennebaud2017-02-07
* Use Index instead of size_tGravatar Gael Guennebaud2017-01-23
* Defer set-to-zero in triangular = product so that no aliasing issue occur in ...Gravatar Gael Guennebaud2017-01-17
* bug #1365: fix another type mismatch warningGravatar Gael Guennebaud2016-12-28
* bug #1369: fix type mismatch warning.Gravatar Gael Guennebaud2016-12-28
* Revert vec/y to vec*(1/y) in row-major TRSM:Gravatar Gael Guennebaud2016-12-06
* Fix BLAS backend for symmetric rank K updates.Gravatar Gael Guennebaud2016-12-06
* typoGravatar Gael Guennebaud2016-12-05
* Improve performance of row-major-dense-matrix * vector products for recent CPUs.Gravatar Gael Guennebaud2016-12-05
* Complete rewrite of column-major-matrix * vector product to deliver higher pe...Gravatar Gael Guennebaud2016-12-03
* Fix misleading-indentation warnings.Gravatar Gael Guennebaud2016-12-01
* Merged eigen/eigen into defaultGravatar Benoit Steiner2016-11-03
|\
| * Fix previous merge.Gravatar Gael Guennebaud2016-10-14
* | Renamed predux_half into predux_downto4Gravatar Benoit Steiner2016-10-06
| * Add a simple cost model to prevent Eigen's parallel GEMM from using too many ...Gravatar Rasmus Munk Larsen2016-10-06
* | Merged latest updates from trunkGravatar Benoit Steiner2016-10-05
|\|
| * Fix alignement of statically allocated temporaries in symv, and trmv.Gravatar Gael Guennebaud2016-09-21
| * Fix product for custom complex type. (conjugation was ignored)Gravatar Gael Guennebaud2016-09-14
| * bug #1167: simplify installation of header files using cmake's install(DIRECT...Gravatar Gael Guennebaud2016-08-29
| * bug #1278: ease parsingGravatar Gael Guennebaud2016-08-22
| * Fix performance regression in dgemm introduced by changeset 5d51a7f12c69138ed...Gravatar Gael Guennebaud2016-07-02
| * Fix performance regression introduced in changeset e56aabf205a1e8f581dd8a46d7...Gravatar Gael Guennebaud2016-07-02
| * Relax mixing-type constraints for binary coefficient-wise operators:Gravatar Gael Guennebaud2016-06-06
| * Handle some Index to int conversions in BLAS/LAPACK support.Gravatar Gael Guennebaud2016-05-26
| * Introduce internal's UIntPtr and IntPtr types for pointer to integer conversi...Gravatar Gael Guennebaud2016-05-26
| * Remove the rotating kernel. It was only useful on some ARM CPUs (Qualcomm Kra...Gravatar Benoit Jacob2016-05-24
| * Don't optimize the processing of the last rows of a matrix matrix product in ...Gravatar Benoit Steiner2016-05-23
* | Pulled latest updates from upstreamGravatar Benoit Steiner2016-04-29
|\|
| * Made the index type a template parameter to evaluateProductBlockingSizesGravatar Benoit Steiner2016-04-27
| * Deleted extraneous comma.Gravatar Benoit Steiner2016-04-15
| * Improved the matrix multiplication blocking in the case where mr is not a pow...Gravatar Benoit Steiner2016-04-15
| * Fix trmv for mixing types.Gravatar Gael Guennebaud2016-04-15
| * Added ability to access the cache sizes from the tensor devicesGravatar Benoit Steiner2016-04-14
| * Workaround a division by zero when outerstride==0Gravatar Gael Guennebaud2016-04-13
* | Pull latest updates from upstreamGravatar Benoit Steiner2016-04-11
|\|
| * Cleanup obsolete assign_scalar_eig2mkl helper.Gravatar Gael Guennebaud2016-04-11
| * Remove all references to MKL in BLAS wrappers.Gravatar Gael Guennebaud2016-04-11
| * Fix long to int conversion in BLAS API.Gravatar Gael Guennebaud2016-04-11
| * Silent unused warning.Gravatar Gael Guennebaud2016-04-11
| * Relax dependency on MKL for EIGEN_USE_BLASGravatar Gael Guennebaud2016-04-11
| * Removed executable bit from header filesGravatar Benoit Steiner2016-03-23
| * bug #1161: fix division by zero for huge scalar typesGravatar Gael Guennebaud2016-02-03
* | Updated the matrix multiplication code to make it compile with AVX512 enabled.Gravatar Benoit Steiner2016-02-01
| * Fix tri = complex * real product, and add respective unit test.Gravatar Gael Guennebaud2016-01-27