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
/
SparseCholesky
Commit message (
Expand
)
Author
Age
*
bug #1167: simplify installation of header files using cmake's install(DIRECT...
Gael Guennebaud
2016-08-29
*
Fix numerous doxygen shortcomings, and workaround some clang -Wdocumentation ...
Gael Guennebaud
2016-01-01
*
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
*
Add unit tests for CG and sparse-LLT for long int as storage-index
Gael Guennebaud
2015-03-09
*
Fix two trivial warnings
Christoph Hertzberg
2015-02-22
*
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
|
\
*
|
bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t...
Christoph Hertzberg
2014-12-04
|
*
In simplicial cholesky: avoid deep copy of the input matrix is this later can...
Gael Guennebaud
2014-12-08
|
*
Fix inner iterator type
Gael Guennebaud
2014-12-08
|
*
Optimize Simplicial Cholesky when NaturalOrdering is used.
Gael Guennebaud
2014-12-08
|
/
*
bug #882: fix various const-correctness issues with *View classes.
Gael Guennebaud
2014-10-07
*
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
*
Refactoring of sparse solvers through a SparseSolverBase class and usage of t...
Gael Guennebaud
2014-09-01
*
merge default branch
Gael Guennebaud
2014-08-29
|
\
*
|
Refactor TriangularView to handle both dense and sparse objects. Introduce a ...
Gael Guennebaud
2014-07-22
|
*
Make the ordering method of SimplicialL[D]LT user configurable.
Gael Guennebaud
2014-07-20
|
/
*
Fix bug #314: move remaining math functions from internal to numext namespace
Gael Guennebaud
2013-06-10
*
Fix some MPL2/LGPL lisencing confusions
Gael Guennebaud
2013-02-06
*
add support for solving with sparse right hand side
Desire NUENTSA
2013-01-25
*
Fix bug #314:
Gael Guennebaud
2012-11-06
*
Add a EIGEN_MPL2_ONLY build option to generate compiler errors when including...
Benoit Jacob
2012-07-13
*
Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.
Benoit Jacob
2012-07-13
*
fix a warning and formatting
Gael Guennebaud
2012-06-15
*
For consistency, Simplicial* now factorizes P A P^-1 (instead of P^-1 A P).
Gael Guennebaud
2012-06-07
*
make Simplicial* non-copyable, and fix return type of Simplicial*::compute()
Gael Guennebaud
2012-06-04
*
SimplicialCholesky: avoid multiple twisting of the same matrix when calling c...
Gael Guennebaud
2012-06-01
*
Get rid of include directives inside namespace blocks (bug #339).
Jitse Niesen
2012-04-15
*
SimplicialCholesky*: s/LLt/LLT and s/LDLt/LDLT for consistency with dense names
Gael Guennebaud
2012-02-27
*
fix static inline versus inline static issues (the former is the correct order)
Gael Guennebaud
2012-01-31
*
SimplicialCholesky: the shift offset must be real, and fix a comparison issue...
Gael Guennebaud
2012-01-26
*
Check for positive definiteness in SimplicialLLT
Christoph Hertzberg
2012-01-14
*
fix bug #294: add a diagonal() method to SparseMatrix (const)
Gael Guennebaud
2011-12-04
*
make the accessors to internal sparse storage part of the public API and remo...
Gael Guennebaud
2011-12-04
*
fix bug #282: add the possibiliry to shift the diagonal coefficients via a li...
Gael Guennebaud
2011-12-03
*
improve documentation of some sparse related classes
Gael Guennebaud
2011-12-02
*
move sparse solvers from unsupported/ to main Eigen/ and remove the "not stab...
Gael Guennebaud
2011-11-12