| .. |
|
Cholesky
|
Improve numerical accuracy in LLT and triangular solve by using true scalar divisions (instead of x * (1/y))
|
2015-10-18 22:15:01 +02:00 |
|
CholmodSupport
|
Fix compilation issue
|
2015-11-04 18:40:35 +01:00 |
|
Core
|
bug #1221: disable gcc 6 warning: ignoring attributes on template argument
|
2016-05-19 15:21:53 +02:00 |
|
Eigen2Support
|
Remove unused variables in eigen2support.
|
2014-12-11 14:26:19 +01:00 |
|
Eigenvalues
|
Fix extraction of complex eigenvalue pairs in real generalized eigenvalue problems.
|
2016-06-08 16:39:11 +02:00 |
|
Geometry
|
Homogeneous vectors could not be accessed with single index.
|
2016-06-08 15:35:31 +02:00 |
|
Householder
|
Fix detection of same matrices for expressions not handled by extract_data
|
2016-04-13 18:40:02 +02:00 |
|
IterativeLinearSolvers
|
Add matrix-free conjugate gradient example.
|
2015-12-02 17:36:17 +01:00 |
|
Jacobi
|
Remove deprecated usage of expr::Index.
|
2015-02-16 14:46:51 +01:00 |
|
LU
|
Fix detection of same matrices for expressions not handled by extract_data
|
2016-04-13 18:40:02 +02:00 |
|
MetisSupport
|
Fix bug #314: move remaining math functions from internal to numext namespace
|
2013-06-10 23:40:56 +02:00 |
|
misc
|
Remove deprecated usage of expr::Index.
|
2015-02-16 14:46:51 +01:00 |
|
OrderingMethods
|
Fix warning and replace min/max macros by calls to std::min/max
|
2016-02-01 10:17:05 +01:00 |
|
PardisoSupport
|
Fixes for PARDISO: warnings, and defaults to metis+ in-core mode.
|
2016-06-08 18:31:19 +02:00 |
|
PaStiXSupport
|
Fix many long to int conversion warnings:
|
2015-02-16 13:19:05 +01:00 |
|
plugins
|
bug #872: remove usage of deprecated bind1st/bind2nd functions (manually backported from devel branch)
|
2015-06-09 11:06:39 +02:00 |
|
QR
|
Applied patch from Richard JW Roberts, resolving bug #704
|
2015-06-15 22:02:57 +02:00 |
|
SparseCholesky
|
Fix many long to int conversion warnings:
|
2015-02-16 13:19:05 +01:00 |
|
SparseCore
|
bug #1238: fix SparseMatrix::sum() overload for un-compressed mode.
|
2016-05-31 10:56:53 +02:00 |
|
SparseLU
|
bug #1053: fix SuplerLU::solve with EIGEN_DEFAULT_TO_ROW_MAJOR
|
2015-09-03 11:25:36 +02:00 |
|
SparseQR
|
Fix many long to int conversion warnings:
|
2015-02-16 13:19:05 +01:00 |
|
SPQRSupport
|
Fix miss use of hg resolve when backporting previous changeset
|
2015-10-12 16:24:19 +02:00 |
|
StlSupport
|
bug #1164: fix list and deque specializations such that our aligned allocator is automatically activatived only when the user did not specified an allocator (or specified the default std::allocator).
|
2016-02-03 18:07:25 +01:00 |
|
SuperLUSupport
|
Remove deprecated usage of expr::Index.
|
2015-02-16 14:46:51 +01:00 |
|
SVD
|
bug #1134: fix JacobiSVD pre-allocation
|
2015-12-11 11:59:11 +01:00 |
|
UmfPackSupport
|
Fix many long to int conversion warnings:
|
2015-02-16 13:19:05 +01:00 |
|
CMakeLists.txt
|
Improves the filter for hidden files in "Eigen" and "Eigen/src".
|
2010-11-22 10:47:07 -05:00 |