.. |
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
|
Fix possible usage of a null pointer in CholmodSupport
|
2015-02-18 11:26:25 +01:00 |
Core
|
Added support for predux_mul for CUDA devices
|
2015-09-08 15:37:25 -07:00 |
Eigenvalues
|
Fixed minor regression caused by 7031a851d4
|
2015-09-08 10:53:10 +02:00 |
Geometry
|
Add EIGEN_QUATERNION_PLUGIN
|
2015-09-07 11:12:30 +02:00 |
Householder
|
bug #1017: apply Christoph's patch preventing underflows in makeHouseholder
|
2015-06-22 16:51:45 +02:00 |
IterativeLinearSolvers
|
Since there is no reason for evaluators to be nested by reference, let's remove the evaluator<>::nestedType indirection.
|
2015-09-02 22:10:39 +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
|
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
|
Fix compilation of MKL Pardiso support
|
2015-06-24 14:53:43 +02:00 |
PaStiXSupport
|
Fix many long to int conversion warnings:
|
2015-02-16 13:19:05 +01: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
|
Add unit tests for CG and sparse-LLT for long int as storage-index
|
2015-03-09 14:33:15 +01:00 |
SparseCore
|
Workaround wrong instanciation made by VS2010
|
2015-09-04 15:25:58 +02:00 |
SparseLU
|
bug #1053: fix SuplerLU::solve with EIGEN_DEFAULT_TO_ROW_MAJOR
|
2015-09-03 11:25:36 +02:00 |
SparseQR
|
Make SparseSelfAdjointView, twists, and SparseQR more evaluator friendly
|
2015-06-24 17:54:09 +02:00 |
SPQRSupport
|
Index refactoring: StorageIndex must be used for storage only (and locally when it make sense). In all other cases use the global Index type.
|
2015-02-13 18:57:41 +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
|
bug #998: Started fixing doxygen warnings
|
2015-05-01 22:10:41 +02:00 |
SVD
|
Added support for sigmoid function to the tensor module
|
2015-07-17 09:29:00 -07:00 |
UmfPackSupport
|
bug #897: make umfpack support use Ref<>
|
2015-06-09 23:30:06 +02:00 |
CMakeLists.txt
|
Improves the filter for hidden files in "Eigen" and "Eigen/src".
|
2010-11-22 10:47:07 -05:00 |