aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/SparseLU/SparseLU_Memory.h
Commit message (Collapse)AuthorAge
* MIsc. source and comment typosGravatar luz.paz2018-03-11
| | | | Found using `codespell` and `grep` from downstream FreeCAD
* bug #1026: fix infinite loop for an empty inputGravatar Gael Guennebaud2015-06-26
|
* 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 infinite loop in sparseluGravatar Gael Guennebaud2014-02-14
|
* fix overflow and ambiguity in SparseLU memory allocationGravatar Gael Guennebaud2013-11-15
|
* SparseLU: fix estimated non-zeros in UGravatar Gael Guennebaud2013-11-05
|
* Fix bug #672: use exceptions in SuperLU if they are enabled onlyGravatar Gael Guennebaud2013-10-29
|
* Add no_assignment_operator to a few classes that must not be assigned, and ↵Gravatar Gael Guennebaud2013-07-10
| | | | fix a couple of warnings.
* 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
|
* Fix documentation for SparseLUGravatar Desire NUENTSA2013-01-21
|
* Clean inclusion, namespace definition, and documentation of SparseLUGravatar Gael Guennebaud2013-01-12
|
* Fix several documentation issuesGravatar Gael Guennebaud2012-12-24
|
* MSVC needs parentheses around min and maxGravatar Desire NUENTSA2012-09-28
|
* Fix MSVC compile error in SparseLUGravatar Desire NUENTSA2012-09-25
|
* Define sparseLU functions as staticGravatar Desire NUENTSA2012-09-25
|
* Prefix with glu, the global structureGravatar Desire NUENTSA2012-08-03
|
* switch to MPL licenseGravatar Desire NUENTSA2012-08-01
|
* Add exception handler to memory allocationGravatar Desire NUENTSA2012-07-19
|
* working version of sparse LU with unsymmetric supernodes and fill-reducing ↵Gravatar Desire NUENTSA2012-07-13
| | | | permutation
* build complete... almostGravatar Desire NUENTSA2012-06-14
|
* Build process...Gravatar Desire NUENTSA2012-06-13
|
* Checking Syntax...Gravatar Desire NUENTSA2012-06-11
|
* triangular solve... almost finishedGravatar Desire NUENTSA2012-06-08
|
* Memory managementGravatar Desire NUENTSA2012-06-07
|
* Memory expansion and few bugsGravatar Desire NUENTSA2012-06-06
|
* Symbolic and numeric updates within the panelGravatar Desire NUENTSA2012-05-30
|
* Add preliminary files for SparseLUGravatar Desire NUENTSA2012-05-25