.. |
Cholesky
|
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 |
CholmodSupport
|
Doc: add link to doc of sparse solver concept
|
2015-10-08 10:50:39 +02:00 |
Core
|
Remove dead code in selfadjoint_matrix_vector_product
|
2015-10-09 10:42:14 +02:00 |
Eigenvalues
|
Fixed cuda code: EIGEN_DEVICE_FUNC must come after template<...>
|
2015-09-10 11:46:27 +02:00 |
Geometry
|
bug #1075: fix AlignedBox::sample for runtime dimension
|
2015-09-30 11:44:02 +02:00 |
Householder
|
bug #1017: apply Christoph's patch preventing underflows in makeHouseholder
|
2015-06-22 16:51:45 +02:00 |
IterativeLinearSolvers
|
Add missing include of std vector
|
2015-10-08 15:20:50 +02: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
|
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 |
MetisSupport
|
|
|
misc
|
|
|
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
|
Doc: add link to doc of sparse solver concept
|
2015-10-08 10:50:39 +02:00 |
plugins
|
Generalize pow(x,e) such that x and e can be a different expression type or a scalar for either x or e. Add x.pow(e) with e an array expression.
|
2015-07-20 13:57:55 +02: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
|
Doc: add link to doc of sparse solver concept
|
2015-10-08 10:50:39 +02:00 |
SparseCore
|
Cleanup EIGEN_SPARSE_PUBLIC_INTERFACE, it is now a simple alias to EIGEN_GENERIC_PUBLIC_INTERFACE
|
2015-10-08 22:06:49 +02:00 |
SparseLU
|
Doc: add link to doc of sparse solver concept
|
2015-10-08 10:50:39 +02:00 |
SparseQR
|
Doc: add link to doc of sparse solver concept
|
2015-10-08 10:50:39 +02:00 |
SPQRSupport
|
Doc: add link to doc of sparse solver concept
|
2015-10-08 10:50:39 +02: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
|
Doc: add link to doc of sparse solver concept
|
2015-10-08 10:50:39 +02:00 |
SVD
|
Added support for sigmoid function to the tensor module
|
2015-07-17 09:29:00 -07:00 |
UmfPackSupport
|
|
|
CMakeLists.txt
|
|
|