aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/SparseLU/SparseLU_column_bmod.h
Commit message (Collapse)AuthorAge
* bug #1053: SparseLU failed with EIGEN_DEFAULT_TO_ROW_MAJORGravatar Christoph Hertzberg2015-08-07
|
* Fix many long to int conversion warnings:Gravatar Gael Guennebaud2015-02-16
| | | | | | - fix usage of Index (API) versus StorageIndex (when multiple indexes are stored) - use StorageIndex(val) when the input has already been check - use internal::convert_index<StorageIndex>(val) when val is potentially unsafe (directly comes from user input)
* 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.
* 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
|
* 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
* Use Ref instead of VectorBlockGravatar Desire NUENTSA2012-10-09
|
* MSVC needs parentheses around min and maxGravatar Desire NUENTSA2012-09-28
|
* Define sparseLU functions as staticGravatar Desire NUENTSA2012-09-25
|
* Prefix with glu, the global structureGravatar Desire NUENTSA2012-08-03
|
* Prefix with glu, the global structureGravatar Desire NUENTSA2012-08-03
|
* Update copyrights sectionsGravatar Desire NUENTSA2012-08-01
|
* switch to MPL licenseGravatar Desire NUENTSA2012-08-01
|
* add another missing .noalias()Gravatar Gael Guennebaud2012-07-30
|
* 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
|
* Add exception handler to memory allocationGravatar Desire NUENTSA2012-07-19
|
* Correct bug for triangular solve within supernodesGravatar Desire NUENTSA2012-07-09
|
* Before moving to the new buildingGravatar Desire NUENTSA2012-06-29
|
* build complete... almostGravatar Desire NUENTSA2012-06-14
|
* Build process...Gravatar Desire NUENTSA2012-06-13
|
* Checking Data structures and function prototypesGravatar Desire NUENTSA2012-06-12
|
* Memory managementGravatar Desire NUENTSA2012-06-07
|
* Symbolic and numeric updates within the panelGravatar Desire NUENTSA2012-05-30