aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/SparseLU/SparseLU.h
Commit message (Collapse)AuthorAge
* MIsc. source and comment typosGravatar luz.paz2018-03-11
| | | | Found using `codespell` and `grep` from downstream FreeCAD
* Optimize SparseLU::solve for rhs vectorsGravatar Gael Guennebaud2016-12-05
|
* Removed executable bit from header filesGravatar Benoit Steiner2016-03-23
|
* Fix numerous doxygen issues in auto-link generationGravatar Gael Guennebaud2015-12-30
|
* Remove useless explicitGravatar Gael Guennebaud2015-12-11
|
* Add LU::transpose().solve() and LU::adjoint().solve() API.Gravatar Gael Guennebaud2015-12-01
|
* Doc: add link to doc of sparse solver conceptGravatar Gael Guennebaud2015-10-08
|
* bug #1053: SparseLU failed with EIGEN_DEFAULT_TO_ROW_MAJORGravatar Christoph Hertzberg2015-08-07
|
* Fix compilation of int*complex with gccGravatar Gael Guennebaud2015-02-16
|
* Fix SparseLU::signDeterminant() method, and add a SparseLU::determinant() ↵Gravatar Gael Guennebaud2015-02-16
| | | | method.
* 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.
* Merge Index-refactoring branch with default, fix PastixSupport, remove some ↵Gravatar Gael Guennebaud2015-02-13
|\ | | | | | | useless typedefs
| * Supernodes was disabled.Gravatar Gael Guennebaud2015-01-30
| |
* | bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index ↵Gravatar Christoph Hertzberg2014-12-04
|/ | | | to StorageIndex, make Dense*::StorageIndex an alias to DenseIndex. Overall this commit gets rid of all Index conversion warnings.
* 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
|
* Added implicit integer conversion by using explicit integer type conversion. ↵Gravatar Georg Drenkhahn2014-09-22
| | | | Adding assert to catch overflow.
* 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 ↵Gravatar Gael Guennebaud2014-09-01
| | | | the Solve<> expression. Introduce a SolveWithGuess expression on top of Solve.
* Workaround fixing aliasing issue in x = SparseLU::solve(x)Gravatar Gael Guennebaud2013-11-15
|
* 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
|
* 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 #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
|
* 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
|
* 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
|
* Delete unused variable in SparseLUGravatar Desire NUENTSA2013-01-14
|
* 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
|
* 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
* 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
|