| .. |
|
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
|
Add LU::transpose().solve() and LU::adjoint().solve() API.
|
2015-12-01 14:38:47 +01:00 |
|
Core
|
Fixes internal compiler error while compiling with VC2015 Update1 x64.
|
2015-12-03 15:21:43 +00:00 |
|
Eigenvalues
|
bug #1098: fix regression introduced when generalizing some compute() methods in changeset 7031a851d4
|
2015-10-26 16:00:25 +01:00 |
|
Geometry
|
Add missing Rotation2D::operator=(Matrix2x2)
|
2015-12-03 22:25:26 +01:00 |
|
Householder
|
bug #1017: apply Christoph's patch preventing underflows in makeHouseholder
|
2015-06-22 16:51:45 +02:00 |
|
IterativeLinearSolvers
|
Add LU::transpose().solve() and LU::adjoint().solve() API.
|
2015-12-01 14:38:47 +01:00 |
|
Jacobi
|
Generalize first_aligned to take the requested alignment as a template parameter, and add a first_default_aligned variante calling first_aligned with the requirement of the largest packet for the given scalar type.
|
2015-08-06 17:52:01 +02:00 |
|
LU
|
Add LU::transpose().solve() and LU::adjoint().solve() API.
|
2015-12-01 14:38:47 +01:00 |
|
MetisSupport
|
Suppress some remaining Index conversion warnings
|
2015-02-17 18:52:39 +01:00 |
|
misc
|
Remove deprecated usage of expr::Index.
|
2015-02-16 14:46:51 +01:00 |
|
OrderingMethods
|
Fix Index vs StorageIndex naming convention
|
2015-09-03 11:18:27 +02:00 |
|
PardisoSupport
|
Doc: add link to doc of sparse solver concept
|
2015-10-08 10:50:39 +02:00 |
|
PaStiXSupport
|
Add LU::transpose().solve() and LU::adjoint().solve() API.
|
2015-12-01 14:38:47 +01:00 |
|
plugins
|
Added rsqrt() method to the Array class: this method computes the coefficient-wise inverse square root much more efficiently than calling sqrt().inverse().
|
2015-12-03 18:16:35 -08:00 |
|
QR
|
Generalize matrix ctor and compute() method of dense decomposition to 1) limit temporaries, 2) forward expressions to nested decompositions, 3) fix ambiguous ctor instanciation for square decomposition
|
2015-09-07 10:42:04 +02:00 |
|
SparseCholesky
|
Add LU::transpose().solve() and LU::adjoint().solve() API.
|
2015-12-01 14:38:47 +01:00 |
|
SparseCore
|
bug #1117: workaround unused-local-typedefs warning when EIGEN_NO_STATIC_ASSERT and NDEBUG are both defined.
|
2015-11-23 14:07:52 +01:00 |
|
SparseLU
|
Add LU::transpose().solve() and LU::adjoint().solve() API.
|
2015-12-01 14:38:47 +01:00 |
|
SparseQR
|
Add LU::transpose().solve() and LU::adjoint().solve() API.
|
2015-12-01 14:38:47 +01:00 |
|
SPQRSupport
|
Add LU::transpose().solve() and LU::adjoint().solve() API.
|
2015-12-01 14:38:47 +01:00 |
|
StlSupport
|
bug #829: Introduce macro EIGEN_HAS_CXX11_CONTAINERS and do not specialize std-containers if it is enabled.
|
2015-08-14 16:09:48 +02:00 |
|
SuperLUSupport
|
Add LU::transpose().solve() and LU::adjoint().solve() API.
|
2015-12-01 14:38:47 +01:00 |
|
SVD
|
Added support for sigmoid function to the tensor module
|
2015-07-17 09:29:00 -07:00 |
|
UmfPackSupport
|
Add LU::transpose().solve() and LU::adjoint().solve() API.
|
2015-12-01 14:38:47 +01:00 |
|
CMakeLists.txt
|
Improves the filter for hidden files in "Eigen" and "Eigen/src".
|
2010-11-22 10:47:07 -05:00 |