aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/products
Commit message (Expand)AuthorAge
* 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
| * Remove dead code.Gravatar Gael Guennebaud2016-01-26
| * Re-enable blocking on rows in non-l3 blocking mode.Gravatar Gael Guennebaud2016-01-26
| * Make sure that micro-panel-size is smaller than blocking sizes (otherwise we ...Gravatar Gael Guennebaud2016-01-26
| * Make sure that block sizes are smaller than input matrix sizes.Gravatar Gael Guennebaud2016-01-26
| * bug #51: add block preallocation mechanism to selfadjoit*matrix product.Gravatar Gael Guennebaud2016-01-25
| * bug #51: make general_matrix_matrix_triangular_product use L3-blocking helper...Gravatar Gael Guennebaud2016-01-25
| * bug #1151: remove useless critical sectionGravatar Gael Guennebaud2016-01-21
* | Disabled part of the matrix matrix peeling code that's incompatible with 512 ...Gravatar Benoit Steiner2015-12-21
| * Fix compilation of MKL support.Gravatar Gael Guennebaud2015-12-11
|/
* Fixes internal compiler error while compiling with VC2015 Update1 x64.Gravatar Nikolay Fedorov2015-12-03
* Fix degenerate cases in syrk and trsmGravatar Gael Guennebaud2015-11-30