eigen/Eigen/src
2014-12-08 16:26:53 +01:00
..
Cholesky bug #701: workaround (min) and (max) blocking ADL by introducing numext::mini and numext::maxi internal functions and a EIGEN_NOT_A_MACRO macro. 2014-10-20 15:55:32 +02:00
CholmodSupport bug #882: fix various const-correctness issues with *View classes. 2014-10-07 18:29:28 +02:00
Core bug #876: implement a portable log1p function 2014-12-08 16:26:53 +01:00
Eigenvalues bug #701: workaround (min) and (max) blocking ADL by introducing numext::mini and numext::maxi internal functions and a EIGEN_NOT_A_MACRO macro. 2014-10-20 15:55:32 +02:00
Geometry bug #697: make sure empty classes are at the end in case of multiple inheritence 2014-12-02 14:40:19 +01:00
Householder Remove deprecated code not used by evaluators 2014-09-18 15:15:27 +02:00
IterativeLinearSolvers bug #889: fix protected typedef 2014-10-08 07:48:30 +02:00
Jacobi Fix dox for namespaces 2014-07-05 21:48:48 +08:00
LU Make constructors explicit if they could lead to unintended implicit conversion 2014-09-23 14:28:23 +02:00
MetisSupport Fix bug #314: move remaining math functions from internal to numext namespace 2013-06-10 23:40:56 +02:00
misc Make constructors explicit if they could lead to unintended implicit conversion 2014-09-23 14:28:23 +02:00
OrderingMethods bug #887: use ei_declare_aligned_stack_constructed_variable instead of manual new[]/delete[] pairs in AMD and Paralellizer 2014-10-06 11:54:30 +02:00
PardisoSupport Make constructors explicit if they could lead to unintended implicit conversion 2014-09-23 14:28:23 +02:00
PaStiXSupport Make constructors explicit if they could lead to unintended implicit conversion 2014-09-23 14:28:23 +02:00
plugins member_redux constructor is explicit too. Renamed some typedefs for more consistency. 2014-09-23 18:55:42 +02:00
QR quieted more g++ warnings of the form: warning: typedef XXX locally defined but not used [-Wunused-local-typedefs] 2014-10-16 09:19:32 -04:00
SparseCholesky Optimize Simplicial Cholesky when NaturalOrdering is used. 2014-12-08 15:02:25 +01:00
SparseCore Workaround various "returning reference to temporary" warnings. 2014-12-05 12:49:30 +01:00
SparseLU Fix SparseLU::absDeterminant and add respective unit test 2014-10-17 16:52:56 +02:00
SparseQR bug #701: workaround (min) and (max) blocking ADL by introducing numext::mini and numext::maxi internal functions and a EIGEN_NOT_A_MACRO macro. 2014-10-20 15:55:32 +02:00
SPQRSupport Make constructors explicit if they could lead to unintended implicit conversion 2014-09-23 14:28:23 +02: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 Make constructors explicit if they could lead to unintended implicit conversion 2014-09-23 14:28:23 +02:00
SVD Fix dynamic allocation in JacobiSVD (regression) 2014-12-08 14:45:04 +01:00
UmfPackSupport UmfPack support: fix redundant evaluation/copies when calling compute() and support generic expressions as input 2014-12-02 17:30:57 +01:00
CMakeLists.txt Improves the filter for hidden files in "Eigen" and "Eigen/src". 2010-11-22 10:47:07 -05:00