index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
Eigen
/
src
/
SparseLU
Commit message (
Expand
)
Author
Age
*
Removed executable bit from header files
Benoit Steiner
2016-03-23
*
Fix numerous doxygen shortcomings, and workaround some clang -Wdocumentation ...
Gael Guennebaud
2016-01-01
*
Fix numerous doxygen issues in auto-link generation
Gael Guennebaud
2015-12-30
*
Remove useless explicit
Gael Guennebaud
2015-12-11
*
Add LU::transpose().solve() and LU::adjoint().solve() API.
Gael Guennebaud
2015-12-01
*
Doc: add link to doc of sparse solver concept
Gael Guennebaud
2015-10-08
*
bug #1053: fix SuplerLU::solve with EIGEN_DEFAULT_TO_ROW_MAJOR
Gael Guennebaud
2015-09-03
*
merge
Gael Guennebaud
2015-08-09
|
\
|
*
bug #1053: SparseLU failed with EIGEN_DEFAULT_TO_ROW_MAJOR
Christoph Hertzberg
2015-08-07
*
|
Generalize first_aligned to take the requested alignment as a template parame...
Gael Guennebaud
2015-08-06
|
/
*
bug #792: SparseLU::factorize failed for structurally rank deficient matrices
Christoph Hertzberg
2015-07-26
*
typo
Gael Guennebaud
2015-07-07
*
bug #1026: fix infinite loop for an empty input
Gael Guennebaud
2015-06-26
*
Fix compilation of int*complex with gcc
Gael Guennebaud
2015-02-16
*
Fix SparseLU::signDeterminant() method, and add a SparseLU::determinant() met...
Gael Guennebaud
2015-02-16
*
Fix many long to int conversion warnings:
Gael Guennebaud
2015-02-16
*
Index refactoring: StorageIndex must be used for storage only (and locally wh...
Gael Guennebaud
2015-02-13
*
Merge Index-refactoring branch with default, fix PastixSupport, remove some u...
Gael Guennebaud
2015-02-13
|
\
|
*
Supernodes was disabled.
Gael Guennebaud
2015-01-30
*
|
bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t...
Christoph Hertzberg
2014-12-04
|
/
*
Fix SparseLU::absDeterminant and add respective unit test
Gael Guennebaud
2014-10-17
*
Fix SparseLU regarding uncompressed inputs and avoid manual new/delete calls.
Gael Guennebaud
2014-10-06
*
Using Index type instead of hard coded int type to prevent potential implicit...
Georg Drenkhahn
2014-09-22
*
Added implicit integer conversion by using explicit integer type conversion. ...
Georg Drenkhahn
2014-09-22
*
Make constructors explicit if they could lead to unintended implicit conversion
Christoph Hertzberg
2014-09-23
*
Remove deprecated code not used by evaluators
Gael Guennebaud
2014-09-18
*
Fix usage of m_isInitialized in SparseLU and Pastix support.
Gael Guennebaud
2014-09-01
*
Refactoring of sparse solvers through a SparseSolverBase class and usage of t...
Gael Guennebaud
2014-09-01
*
Fix infinite loop in sparselu
Gael Guennebaud
2014-02-14
*
Workaround fixing aliasing issue in x = SparseLU::solve(x)
Gael Guennebaud
2013-11-15
*
fix overflow and ambiguity in SparseLU memory allocation
Gael Guennebaud
2013-11-15
*
SparseLU: fix estimated non-zeros in U
Gael Guennebaud
2013-11-05
*
Fix bug #672: use exceptions in SuperLU if they are enabled only
Gael Guennebaud
2013-10-29
*
Fix indentation
Gael Guennebaud
2013-08-20
*
Fix compilation with non-msvc compilers.
Gael Guennebaud
2013-08-20
*
Removed unnecessary parentheses
Pavel Holoborodko
2013-08-20
*
Added support for custom scalars
Pavel Holoborodko
2013-08-20
*
Removed non-standard conforming (17.4.3.1.2/1) leading underscore.
Hauke Heibel
2013-07-30
*
SparseLU: make COLAMDOrdering the default ordering method.
Gael Guennebaud
2013-07-17
*
avoid unneeded const_cast
Desire NUENTSA
2013-07-16
*
Fix Sparse LU for matrices in non compressed mode
Desire NUENTSA
2013-07-16
*
Fix various scalar type conversion warnings.
Gael Guennebaud
2013-07-12
*
Add no_assignment_operator to a few classes that must not be assigned, and fi...
Gael Guennebaud
2013-07-10
*
Fix copy constructor signature
Gael Guennebaud
2013-06-12
*
Fix bug in SparseLU dfs for dense matrices
Desire NUENTSA
2013-06-11
*
Fix bug #588 : Compute a determinant using SparseLU
Desire NUENTSA
2013-06-11
*
Add support in SparseLU to solve with L and U factors independently
Desire NUENTSA
2013-05-14
*
Fix a bug in Supernodal Matrix Iterator
Desire NUENTSA
2013-04-15
*
Fix a couple of int versus Index issues.
Gael Guennebaud
2013-04-09
*
Fix bug in SparseLU kernel for 32bits indices
Desire NUENTSA
2013-03-06
[next]