aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/SuperLUSupport
Commit message (Collapse)AuthorAge
* Fix some enum-enum conversion warningsGravatar Christoph Hertzberg2021-02-27
| | | | (cherry picked from commit 838f3d8ce22a5549ef10c7386fb03040721749a0)
* Avoid -Wunused warnings in NDEBUG builds.Gravatar Jan van Dijk2021-02-12
| | | | | | | | In two places in SuperLUSupport.h, a local variable 'size' is created that is used only inside an eigen_assert. Remove these, just fetch the required values inside the assert statements. This avoids annoying -Wunused warnings (and -Werror=unused errors) in NDEBUG builds.
* Silence logical-op-parentheses warningGravatar Christoph Hertzberg2018-08-17
|
* MIsc. source and comment typosGravatar luz.paz2018-03-11
| | | | Found using `codespell` and `grep` from downstream FreeCAD
* Fix and workaround several doxygen issues/warningsGravatar Gael Guennebaud2017-01-04
|
* bug #1167: simplify installation of header files using cmake's ↵Gravatar Gael Guennebaud2016-08-29
| | | | install(DIRECTORY ...) command.
* bug #1119: Adjust call to ?gssvx for SuperLU 5Gravatar Christoph Hertzberg2016-07-10
| | | | | | Also improved corresponding cmake module to detect versions 5.x Based on patch by Christoph Grüninger.
* Better use .data() than &coeffRef(0)Gravatar Gael Guennebaud2016-04-14
|
* Fix numerous doxygen issues in auto-link generationGravatar Gael Guennebaud2015-12-30
|
* Update doc to make it clear that only SuperLU 4.x is supportedGravatar Gael Guennebaud2015-12-16
|
* Add LU::transpose().solve() and LU::adjoint().solve() API.Gravatar Gael Guennebaud2015-12-01
|
* bug #1120, superlu: mem_usage_t is now uniquely defined, so let's use it.Gravatar Gael Guennebaud2015-11-27
|
* Use .data() instead of &coeffRef(0).Gravatar Gael Guennebaud2015-11-20
|
* Doc: add link to doc of sparse solver conceptGravatar Gael Guennebaud2015-10-08
|
* bug #998: Started fixing doxygen warningsGravatar Christoph Hertzberg2015-05-01
|
* Fix regression in DynamicSparseMatrix and SuperLUSupport wrt recent change ↵Gravatar Gael Guennebaud2015-04-02
| | | | on nonZeros/nonZerosEstimate
* Fix sign of SuperLU::determinantGravatar Gael Guennebaud2015-03-31
|
* Suppress some remaining Index conversion warningsGravatar Christoph Hertzberg2015-02-17
|
* Remove deprecated usage of expr::Index.Gravatar Gael Guennebaud2015-02-16
|
* 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.
* Merge Index-refactoring branch with default, fix PastixSupport, remove some ↵Gravatar Gael Guennebaud2015-02-13
|\ | | | | | | useless typedefs
| * Use Ref<> to ensure that both x and b in Ax=b are compatible with ↵Gravatar Gael Guennebaud2015-02-03
| | | | | | | | Umfpack/SuperLU expectations
* | 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.
* Make constructors explicit if they could lead to unintended implicit conversionGravatar Christoph Hertzberg2014-09-23
|
* Remove deprecated code not used by evaluatorsGravatar Gael Guennebaud2014-09-18
|
* Refactoring of sparse solvers through a SparseSolverBase class and usage of ↵Gravatar Gael Guennebaud2014-09-01
| | | | the Solve<> expression. Introduce a SolveWithGuess expression on top of Solve.
* fix casting from double* to void* in SuperLU and Cholmod supportGravatar Gael Guennebaud2013-06-24
|
* add support for solving with sparse right hand sideGravatar Desire NUENTSA2013-01-25
|
* merge Sparse LU branchGravatar Desire NUENTSA2012-09-07
|\
| * Add tutorial for sparse solversGravatar Desire NUENTSA2012-09-07
| |
* | fix bug #499: the image was missing because of a dependency issue when ↵Gravatar Gael Guennebaud2012-08-27
| | | | | | | | building/executing the "special" examples
| * Add a draft (not clean ) version of the COLAMD ordering implementationGravatar Desire NUENTSA2012-07-18
| |
* | Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
| |
| * Update Ordering interfaceGravatar Desire NUENTSA2012-07-06
| |
* | Fix bug #454: allow Block/Map objects for solving with SuperLUGravatar Gael Guennebaud2012-06-06
| |
* | add a noncopyable base class for decompositionsGravatar Gael Guennebaud2012-06-04
|/
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
|
* Add private copy constructors to sparse solvers backendsGravatar Desire NUENTSA2012-03-29
|
* fix memory leak in SuperLUSupportGravatar Gael Guennebaud2012-01-27
|
* fix compilation with clangGravatar Gael Guennebaud2011-12-05
|
* make the accessors to internal sparse storage part of the public API and ↵Gravatar Gael Guennebaud2011-12-04
| | | | remove their "_" prefix.
* improve documentation of some sparse related classesGravatar Gael Guennebaud2011-12-02
|
* cleanning pass on the sparse modules:Gravatar Gael Guennebaud2011-11-28
| | | | | - remove outdated/deprecated code - improve a bit the documentation
* move sparse solvers from unsupported/ to main Eigen/ and remove the "not ↵Gravatar Gael Guennebaud2011-11-12
stable yet" warning