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
*
SuiteSparse defines the macro SuiteSparse_long to control what type is used f...
Rasmus Munk Larsen
2018-08-13
*
Make sure CholmodSupport works when included in multiple compilation units (i...
Christoph Hertzberg
2017-06-06
*
Add std:: namespace prefix to all (hopefully) instances if size_t/ptrdfiff_t
Gael Guennebaud
2017-01-23
*
Add support for long indexes and for (real-valued) row-major matrices to Chol...
Christoph Hertzberg
2016-12-19
*
Generalize Cholmod support to hanlde any sparse type as the rhs and result of...
Gael Guennebaud
2016-11-06
*
bug #1330: Cholmod supports double precision only, so let's trigger a static ...
Gael Guennebaud
2016-11-03
*
Remove double ;;
Gael Guennebaud
2016-10-12
*
bug #946: generalize Cholmod::solve to handle any rhs expression
Gael Guennebaud
2016-01-29
*
bug #1095: add Cholmod*::logDeterminant/determinant (from patch of Joshua Pri...
Gael Guennebaud
2016-01-22
*
Fix numerous doxygen issues in auto-link generation
Gael Guennebaud
2015-12-30
*
bug #1141: add missing initialization of CholmodBase::m_*IsOk
Gael Guennebaud
2015-12-29
*
Add LU::transpose().solve() and LU::adjoint().solve() API.
Gael Guennebaud
2015-12-01
*
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