aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/SparseLU
Commit message (Expand)AuthorAge
* typoGravatar Gael Guennebaud2015-07-07
* bug #1026: fix infinite loop for an empty inputGravatar Gael Guennebaud2015-06-26
* Fix compilation of int*complex with gccGravatar Gael Guennebaud2015-02-16
* Fix SparseLU::signDeterminant() method, and add a SparseLU::determinant() met...Gravatar Gael Guennebaud2015-02-16
* Fix many long to int conversion warnings:Gravatar Gael Guennebaud2015-02-16
* Index refactoring: StorageIndex must be used for storage only (and locally wh...Gravatar Gael Guennebaud2015-02-13
* Merge Index-refactoring branch with default, fix PastixSupport, remove some u...Gravatar Gael Guennebaud2015-02-13
|\
| * Supernodes was disabled.Gravatar Gael Guennebaud2015-01-30
* | bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t...Gravatar Christoph Hertzberg2014-12-04
|/
* Fix SparseLU::absDeterminant and add respective unit testGravatar Gael Guennebaud2014-10-17
* Fix SparseLU regarding uncompressed inputs and avoid manual new/delete calls.Gravatar Gael Guennebaud2014-10-06
* Using Index type instead of hard coded int type to prevent potential implicit...Gravatar Georg Drenkhahn2014-09-22
* Added implicit integer conversion by using explicit integer type conversion. ...Gravatar Georg Drenkhahn2014-09-22
* Make constructors explicit if they could lead to unintended implicit conversionGravatar Christoph Hertzberg2014-09-23
* Remove deprecated code not used by evaluatorsGravatar Gael Guennebaud2014-09-18
* Fix usage of m_isInitialized in SparseLU and Pastix support.Gravatar Gael Guennebaud2014-09-01
* Refactoring of sparse solvers through a SparseSolverBase class and usage of t...Gravatar Gael Guennebaud2014-09-01
* Fix infinite loop in sparseluGravatar Gael Guennebaud2014-02-14
* Workaround fixing aliasing issue in x = SparseLU::solve(x)Gravatar Gael Guennebaud2013-11-15
* 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
* Fix indentationGravatar Gael Guennebaud2013-08-20
* Fix compilation with non-msvc compilers.Gravatar Gael Guennebaud2013-08-20
* Removed unnecessary parenthesesGravatar Pavel Holoborodko2013-08-20
* Added support for custom scalarsGravatar Pavel Holoborodko2013-08-20
* Removed non-standard conforming (17.4.3.1.2/1) leading underscore.Gravatar Hauke Heibel2013-07-30
* SparseLU: make COLAMDOrdering the default ordering method.Gravatar Gael Guennebaud2013-07-17
* avoid unneeded const_castGravatar Desire NUENTSA2013-07-16
* Fix Sparse LU for matrices in non compressed modeGravatar Desire NUENTSA2013-07-16
* Fix various scalar type conversion warnings.Gravatar Gael Guennebaud2013-07-12
* Add no_assignment_operator to a few classes that must not be assigned, and fi...Gravatar Gael Guennebaud2013-07-10
* Fix copy constructor signatureGravatar Gael Guennebaud2013-06-12
* Fix bug in SparseLU dfs for dense matricesGravatar Desire NUENTSA2013-06-11
* Fix bug #588 : Compute a determinant using SparseLUGravatar Desire NUENTSA2013-06-11
* Add support in SparseLU to solve with L and U factors independentlyGravatar Desire NUENTSA2013-05-14
* Fix a bug in Supernodal Matrix IteratorGravatar Desire NUENTSA2013-04-15
* 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
* Fix a couple of remaining warnings (missing newlines, inline-noinline, meanin...Gravatar Gael Guennebaud2013-03-01
* workaround "may be used uninitialized in this function" warningGravatar Gael Guennebaud2013-02-26
* bug #482: pass scalar arguments by const references. Still remains a few case...Gravatar Gael Guennebaud2013-02-25
* SparseLU does not accept row-major matrices for the destination.Gravatar Gael Guennebaud2013-02-22
* Fix some unused or not initialized related warnings.Gravatar Gael Guennebaud2013-02-15
* 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 SparseLU special gemm kernel on 32 bits system w/o SSEGravatar Gael Guennebaud2013-01-23
* Fix documentation for SparseLUGravatar Desire NUENTSA2013-01-21
* Delete unused variable in SparseLUGravatar Desire NUENTSA2013-01-14
* Move SparseColEtree common to SparseLU and SparseQR to SparseCore and fix bui...Gravatar Desire NUENTSA2013-01-14