aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/SparseLU/SparseLU_SupernodalMatrix.h
Commit message (Collapse)AuthorAge
* add specialization of check_sparse_solving() for SuperLU solver, in order to ↵Gravatar Ralf Hannemann-Tamas2021-02-08
| | | | test adjoint and transpose solves
* 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
| | | | | | - fix usage of Index (API) versus StorageIndex (when multiple indexes are stored) - use StorageIndex(val) when the input has already been check - use internal::convert_index<StorageIndex>(val) when val is potentially unsafe (directly comes from user input)
* Index refactoring: StorageIndex must be used for storage only (and locally ↵Gravatar Gael Guennebaud2015-02-13
| | | | when it make sense). In all other cases use the global Index type.
* bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index ↵Gravatar Christoph Hertzberg2014-12-04
| | | | to StorageIndex, make Dense*::StorageIndex an alias to DenseIndex. Overall this commit gets rid of all Index conversion warnings.
* 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
| | | | Adding assert to catch overflow.
* Add no_assignment_operator to a few classes that must not be assigned, and ↵Gravatar Gael Guennebaud2013-07-10
| | | | fix a couple of warnings.
* 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