eigen/Eigen/src
2015-07-22 14:33:57 +02:00
..
Cholesky typo 2015-06-15 15:08:51 +02:00
CholmodSupport Fix possible usage of a null pointer in CholmodSupport 2015-02-18 11:26:25 +01:00
Core Fixed some compiler bugs in NVCC, now compiles with CUDA. 2015-07-22 12:29:18 +02:00
Eigenvalues Remove wrongly pushed debugging statements 2015-07-22 14:33:57 +02:00
Geometry Rotation2D: fix slerp to take the shortest path, and add convenient method to get the angle in [-pi,pi] or [0,pi] 2015-07-07 17:27:12 +02:00
Householder bug #1017: apply Christoph's patch preventing underflows in makeHouseholder 2015-06-22 16:51:45 +02:00
IterativeLinearSolvers Doc: explain perf and multithreading issues in sparse iterative solvers 2015-06-26 10:49:40 +02: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 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 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 Fix compilation of tri(sparse) * dense with OpenMP 2015-07-21 22:52:21 +02:00
SparseLU typo 2015-07-07 17:47:24 +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 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 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