.. |
Cholesky
|
Remove deprecated usage of expr::Index.
|
2015-02-16 14:46:51 +01:00 |
CholmodSupport
|
Fix possible usage of a null pointer in CholmodSupport
|
2015-02-18 11:26:25 +01:00 |
Core
|
Fix bug #945: workaround MSVC warning
|
2015-02-18 12:53:49 +01:00 |
Eigenvalues
|
Remove deprecated usage of expr::Index.
|
2015-02-16 14:46:51 +01:00 |
Geometry
|
The usage of DenseIndex is deprecated, so let's replace DenseIndex by Index
|
2015-02-16 15:05:41 +01:00 |
Householder
|
Remove deprecated usage of expr::Index.
|
2015-02-16 14:46:51 +01:00 |
IterativeLinearSolvers
|
bug #897: fix regression in BiCGSTAB(mat) ctor (an all other iterative solvers).
|
2015-02-16 17:05:10 +01:00 |
Jacobi
|
Remove deprecated usage of expr::Index.
|
2015-02-16 14:46:51 +01:00 |
LU
|
Remove deprecated usage of expr::Index.
|
2015-02-16 14:46:51 +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 many long to int conversion warnings:
|
2015-02-16 13:19:05 +01:00 |
PardisoSupport
|
The usage of DenseIndex is deprecated, so let's replace DenseIndex by Index
|
2015-02-16 15:05:41 +01:00 |
PaStiXSupport
|
Fix many long to int conversion warnings:
|
2015-02-16 13:19:05 +01:00 |
plugins
|
member_redux constructor is explicit too. Renamed some typedefs for more consistency.
|
2014-09-23 18:55:42 +02:00 |
QR
|
Merged in chtz/eigen-indexconversion (pull request PR-92)
|
2015-02-16 15:29:00 +01:00 |
SparseCholesky
|
Fix many long to int conversion warnings:
|
2015-02-16 13:19:05 +01:00 |
SparseCore
|
Add an internal assertion in makeCompressed to catch a possible risk of null-pointer access.
|
2015-02-18 11:29:54 +01:00 |
SparseLU
|
Fix compilation of int*complex with gcc
|
2015-02-16 19:18:12 +01:00 |
SparseQR
|
Fix many long to int conversion warnings:
|
2015-02-16 13:19:05 +01: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
|
Introduce unified macros to identify compiler, OS, and architecture. They are all defined in util/Macros.h and prefixed with EIGEN_COMP_, EIGEN_OS_, and EIGEN_ARCH_ respectively.
|
2014-11-04 21:58:52 +01:00 |
SuperLUSupport
|
Suppress some remaining Index conversion warnings
|
2015-02-17 18:52:39 +01:00 |
SVD
|
Fix unused variable warning.
|
2015-02-16 17:21:30 +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 |