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
/
SuperLUSupport
Commit message (
Expand
)
Author
Age
*
Silence logical-op-parentheses warning
Christoph Hertzberg
2018-08-17
*
MIsc. source and comment typos
luz.paz
2018-03-11
*
Fix and workaround several doxygen issues/warnings
Gael Guennebaud
2017-01-04
*
bug #1167: simplify installation of header files using cmake's install(DIRECT...
Gael Guennebaud
2016-08-29
*
bug #1119: Adjust call to ?gssvx for SuperLU 5
Christoph Hertzberg
2016-07-10
*
Better use .data() than &coeffRef(0)
Gael Guennebaud
2016-04-14
*
Fix numerous doxygen issues in auto-link generation
Gael Guennebaud
2015-12-30
*
Update doc to make it clear that only SuperLU 4.x is supported
Gael Guennebaud
2015-12-16
*
Add LU::transpose().solve() and LU::adjoint().solve() API.
Gael Guennebaud
2015-12-01
*
bug #1120, superlu: mem_usage_t is now uniquely defined, so let's use it.
Gael Guennebaud
2015-11-27
*
Use .data() instead of &coeffRef(0).
Gael Guennebaud
2015-11-20
*
Doc: add link to doc of sparse solver concept
Gael Guennebaud
2015-10-08
*
bug #998: Started fixing doxygen warnings
Christoph Hertzberg
2015-05-01
*
Fix regression in DynamicSparseMatrix and SuperLUSupport wrt recent change on...
Gael Guennebaud
2015-04-02
*
Fix sign of SuperLU::determinant
Gael Guennebaud
2015-03-31
*
Suppress some remaining Index conversion warnings
Christoph Hertzberg
2015-02-17
*
Remove deprecated usage of expr::Index.
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
|
\
|
*
Use Ref<> to ensure that both x and b in Ax=b are compatible with Umfpack/Sup...
Gael Guennebaud
2015-02-03
*
|
bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t...
Christoph Hertzberg
2014-12-04
|
/
*
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
*
fix casting from double* to void* in SuperLU and Cholmod support
Gael Guennebaud
2013-06-24
*
add support for solving with sparse right hand side
Desire NUENTSA
2013-01-25
*
merge Sparse LU branch
Desire NUENTSA
2012-09-07
|
\
|
*
Add tutorial for sparse solvers
Desire NUENTSA
2012-09-07
*
|
fix bug #499: the image was missing because of a dependency issue when buildi...
Gael Guennebaud
2012-08-27
|
*
Add a draft (not clean ) version of the COLAMD ordering implementation
Desire NUENTSA
2012-07-18
*
|
Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.
Benoit Jacob
2012-07-13
|
*
Update Ordering interface
Desire NUENTSA
2012-07-06
*
|
Fix bug #454: allow Block/Map objects for solving with SuperLU
Gael Guennebaud
2012-06-06
*
|
add a noncopyable base class for decompositions
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
*
fix memory leak in SuperLUSupport
Gael Guennebaud
2012-01-27
*
fix compilation with clang
Gael Guennebaud
2011-12-05
*
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