aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/SparseLU
Commit message (Collapse)AuthorAge
...
* 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 ↵Gravatar Gael Guennebaud2013-07-10
| | | | fix a couple of warnings.
* 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, ↵Gravatar Gael Guennebaud2013-03-01
| | | | meaningless type qualifiers)
* 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 ↵Gravatar Gael Guennebaud2013-02-25
| | | | cases that might affect the ABI (see the bug entry)
* 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 ↵Gravatar Desire NUENTSA2013-01-14
| | | | build issue of sparseqr
* Clean inclusion, namespace definition, and documentation of SparseLUGravatar Gael Guennebaud2013-01-12
|
* Add a sparse QR factorization and update the elimination tree in SparseLUGravatar Desire NUENTSA2013-01-11
|
* Fix several documentation issuesGravatar Gael Guennebaud2012-12-24
|
* SparseLU: remove the "snode" path which appears to bring nearly zero speedupGravatar Gael Guennebaud2012-10-30
|
* add missing copyrightGravatar Gael Guennebaud2012-10-30
|
* 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
|
* Add forgotten SparseLUBaseGravatar Desire NUENTSA2012-09-27
|
* Correct reference to iterative scaling methodGravatar Desire NUENTSA2012-09-25
|
* Doc for sparseLUGravatar Desire NUENTSA2012-09-25
|
* Fix MSVC compile error in SparseLUGravatar Desire NUENTSA2012-09-25
|
* Define sparseLU functions as staticGravatar Desire NUENTSA2012-09-25
|
* add SparseLU in sparse benchGravatar Desire NUENTSA2012-09-10
|
* Add tutorial for sparse solversGravatar Desire NUENTSA2012-09-07
|
* Init perf valuesGravatar Desire NUENTSA2012-09-04
|
* correct bug in Blas 3 2D block updateGravatar Desire NUENTSA2012-09-04
|
* Bug in blas 3 2D block updateGravatar Desire NUENTSA2012-09-03
|
* Clean the supernodal matrix classGravatar Desire NUENTSA2012-08-07
|
* Bug in 2D block update, disable it for nowGravatar Desire NUENTSA2012-08-07
|
* Prefix with glu, the global structureGravatar Desire NUENTSA2012-08-03
|
* Prefix with glu, the global structureGravatar Desire NUENTSA2012-08-03
|
* SparseLU: add leverage level3 opsGravatar Gael Guennebaud2012-08-03
|
* factorize column_dfs and panel_dfsGravatar Gael Guennebaud2012-08-02
|