aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/SparseLU/SparseLU_SupernodalMatrix.h
Commit message (Expand)AuthorAge
* add specialization of check_sparse_solving() for SuperLU solver, in order to ...Gravatar Ralf Hannemann-Tamas2021-02-08
* Add missing consts for rows and cols functions in SparseLUGravatar Julian Kent2018-02-10
* Optimize SparseLU::solve for rhs vectorsGravatar Gael Guennebaud2016-12-05
* remove temporary in SparseLU::solveGravatar Gael Guennebaud2016-12-05
* bug #1053: fix SuplerLU::solve with EIGEN_DEFAULT_TO_ROW_MAJORGravatar Gael Guennebaud2015-09-03
* bug #1053: SparseLU failed with EIGEN_DEFAULT_TO_ROW_MAJORGravatar Christoph Hertzberg2015-08-07
* Fix many long to int conversion warnings:Gravatar Gael Guennebaud2015-02-16
* Index refactoring: StorageIndex must be used for storage only (and locally wh...Gravatar Gael Guennebaud2015-02-13
* bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t...Gravatar Christoph Hertzberg2014-12-04
* Fix SparseLU::absDeterminant and add respective unit testGravatar Gael Guennebaud2014-10-17
* Added implicit integer conversion by using explicit integer type conversion. ...Gravatar Georg Drenkhahn2014-09-22
* Add no_assignment_operator to a few classes that must not be assigned, and fi...Gravatar Gael Guennebaud2013-07-10
* Add support in SparseLU to solve with L and U factors independentlyGravatar Desire NUENTSA2013-05-14
* Fix a bug in Supernodal Matrix IteratorGravatar Desire NUENTSA2013-04-15
* Change int to Index type for SparseLUGravatar Desire NUENTSA2013-01-29
* Add additional methods in SparseLU and Improve the naming conventionsGravatar Desire NUENTSA2013-01-25