aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/SparseLU/SparseLU_kernel_bmod.h
Commit message (Collapse)AuthorAge
* Fix numerous doxygen shortcomings, and workaround some clang -Wdocumentation ↵Gravatar Gael Guennebaud2016-01-01
| | | | warnings
* mergeGravatar Gael Guennebaud2015-08-09
|\
| * bug #1053: SparseLU failed with EIGEN_DEFAULT_TO_ROW_MAJORGravatar Christoph Hertzberg2015-08-07
| |
* | 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.
* 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.
* Using Index type instead of hard coded int type to prevent potential ↵Gravatar Georg Drenkhahn2014-09-22
| | | | implicit integer conversion.
* Fix a couple of remaining warnings (missing newlines, inline-noinline, ↵Gravatar Gael Guennebaud2013-03-01
| | | | meaningless type qualifiers)
* Change int to Index type for SparseLUGravatar Desire NUENTSA2013-01-29
|
* Add additional methods in SparseLU and Improve the naming conventionsGravatar Desire NUENTSA2013-01-25
|
* Clean inclusion, namespace definition, and documentation of SparseLUGravatar Gael Guennebaud2013-01-12
|
* Fix several documentation issuesGravatar Gael Guennebaud2012-12-24
|
* 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
* Define sparseLU functions as staticGravatar Desire NUENTSA2012-09-25
|
* Update copyrights sectionsGravatar Desire NUENTSA2012-08-01
|
* switch to MPL licenseGravatar Desire NUENTSA2012-08-01
|
* optimize LU_kernel_bmod for small cases, and add an important .noalias()Gravatar Gael Guennebaud2012-07-29
|
* Refactoring codes for numeric updatesGravatar Desire NUENTSA W.2012-07-27