eigen/Eigen/src
2015-04-02 22:21:41 +02:00
..
Cholesky bug #949: add static assertion for incompatible scalar types in dense end-user decompositions. 2015-03-13 21:06:20 +01:00
CholmodSupport Fix possible usage of a null pointer in CholmodSupport 2015-02-18 11:26:25 +01:00
Core bug #973: enable alignment of multiples of half-packet size (e.g., Vector6d with AVX) 2015-04-01 13:55:09 +02:00
Eigenvalues bug #985: RealQZ failed when either matrix had zero rows or columns (report and patch by Ben Goodrich) 2015-03-30 23:56:20 +02:00
Geometry merge 2015-03-28 14:43:35 +01:00
Householder Remove deprecated usage of expr::Index. 2015-02-16 14:46:51 +01:00
IterativeLinearSolvers Fix compilation of iterative solvers with dense matrices 2015-03-09 21:31:03 +01:00
Jacobi Remove deprecated usage of expr::Index. 2015-02-16 14:46:51 +01:00
LU bug #949: add static assertion for incompatible scalar types in dense end-user decompositions. 2015-03-13 21:06:20 +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 Update approx. minimum ordering method to push and keep structural empty diagonal elements to the bottom-right part of the matrix 2015-03-20 16:33:48 +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 bug #949: add static assertion for incompatible scalar types in dense end-user decompositions. 2015-03-13 21:06:20 +01: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 Remove unused GenericSparseBlockInnerIteratorImpl code. 2015-04-01 22:29:29 +02: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 Fix regression in DynamicSparseMatrix and SuperLUSupport wrt recent change on nonZeros/nonZerosEstimate 2015-04-02 22:21:41 +02:00
SVD Remove most of the dynamic memory allocations that occured in D&C SVD. Still remains the calls to JacobiSVD and UpperBidiagonalization. 2015-03-31 22:54:47 +02:00
UmfPackSupport Fix many long to int conversion warnings: 2015-02-16 13:19:05 +01:00
CMakeLists.txt