aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/SparseLU/SparseLU_kernel_bmod.h
Commit message (Expand)AuthorAge
* Fix numerous doxygen shortcomings, and workaround some clang -Wdocumentation ...Gravatar Gael Guennebaud2016-01-01
* 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 parame...Gravatar Gael Guennebaud2015-08-06
|/
* Index refactoring: StorageIndex must be used for storage only (and locally wh...Gravatar Gael Guennebaud2015-02-13
* Using Index type instead of hard coded int type to prevent potential implicit...Gravatar Georg Drenkhahn2014-09-22
* Fix a couple of remaining warnings (missing newlines, inline-noinline, meanin...Gravatar Gael Guennebaud2013-03-01
* 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 su...Gravatar Gael Guennebaud2012-10-30
* 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