aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/SparseLU/SparseLU_gemm_kernel.h
Commit message (Collapse)AuthorAge
* MIsc. source and comment typosGravatar luz.paz2018-03-11
| | | | Found using `codespell` and `grep` from downstream FreeCAD
* Fix misleading-indentation warnings.Gravatar Gael Guennebaud2016-12-01
|
* Workaround "misleading-indentation" warningsGravatar Christoph Hertzberg2016-05-11
|
* Generalize first_aligned to take the requested alignment as a template ↵Gravatar Gael Guennebaud2015-08-06
| | | | parameter, and add a first_default_aligned variante calling first_aligned with the requirement of the largest packet for the given scalar type.
* typoGravatar Gael Guennebaud2015-07-07
|
* Index refactoring: StorageIndex must be used for storage only (and locally ↵Gravatar Gael Guennebaud2015-02-13
| | | | when it make sense). In all other cases use the global Index type.
* Fix a couple of int versus Index issues.Gravatar Gael Guennebaud2013-04-09
|
* Fix bug in SparseLU kernel for 32bits indicesGravatar Desire NUENTSA2013-03-06
|
* workaround "may be used uninitialized in this function" warningGravatar Gael Guennebaud2013-02-26
|
* Fix some unused or not initialized related warnings.Gravatar Gael Guennebaud2013-02-15
|
* Fix SparseLU special gemm kernel on 32 bits system w/o SSEGravatar Gael Guennebaud2013-01-23
|
* add missing copyrightGravatar Gael Guennebaud2012-10-30
|
* SparseLU: add a specialized gemm kernel, and add padding to the supernodes ↵Gravatar Gael Guennebaud2012-10-30
such that supernodes columns are all properly aligned