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
/
CholmodSupport
/
CholmodSupport.h
Commit message (
Expand
)
Author
Age
*
bug #1086: replace deprecated UF_long by SuiteSparse_long
Gael Guennebaud
2015-10-12
*
Doc: add link to doc of sparse solver concept
Gael Guennebaud
2015-10-08
*
Fix possible usage of a null pointer in CholmodSupport
Gael Guennebaud
2015-02-18
*
Fix compilation of Cholmod*(matrix) ctor
Gael Guennebaud
2015-02-17
*
bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t...
Christoph Hertzberg
2014-12-04
*
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
*
Fix Cholmod support without evaluators
Gael Guennebaud
2014-09-01
*
Refactoring of sparse solvers through a SparseSolverBase class and usage of t...
Gael Guennebaud
2014-09-01
*
Fixes bug #681
Christoph Hertzberg
2013-10-17
*
fix casting from double* to void* in SuperLU and Cholmod support
Gael Guennebaud
2013-06-24
*
fix unused variable warning
Gael Guennebaud
2013-06-09
*
Clean source code and unit tests with respect to -Wunused-local-typedefs
Gael Guennebaud
2013-04-10
*
Update SPQR interface
Desire NUENTSA
2012-12-07
*
Add support for Sparse QR factorization
Desire NUENTSA
2012-11-12
*
Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.
Benoit Jacob
2012-07-13
*
bug #488: Add setShift method (and functionality) to Cholmod classes
Christoph Hertzberg
2012-07-04
*
CholmodDecomposition now has explicit variants. These variants will allow to ...
Gael Guennebaud
2012-06-04
*
Get rid of include directives inside namespace blocks (bug #339).
Jitse Niesen
2012-04-15
*
Add private copy constructors to sparse solvers backends
Desire NUENTSA
2012-03-29
*
s/compressed()/isCompressed()
Gael Guennebaud
2011-12-10
*
Cholmod: add support for uncompressed SparseMatrix objects
Gael Guennebaud
2011-12-10
*
make the accessors to internal sparse storage part of the public API and remo...
Gael Guennebaud
2011-12-04
*
improve documentation of some sparse related classes
Gael Guennebaud
2011-12-02
*
cleanning pass on the sparse modules:
Gael Guennebaud
2011-11-28
*
move sparse solvers from unsupported/ to main Eigen/ and remove the "not stab...
Gael Guennebaud
2011-11-12