eigen/Eigen/src
2014-10-19 22:42:20 +02:00
..
Cholesky Make constructors explicit if they could lead to unintended implicit conversion 2014-09-23 14:28:23 +02:00
CholmodSupport bug #882: fix various const-correctness issues with *View classes. 2014-10-07 18:29:28 +02:00
Core Add lapack interface to JacobiSVD and BDCSVD 2014-10-17 15:31:11 +02:00
Eigenvalues 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
Geometry Add missing default ctor in Rotation2D 2014-09-30 16:59:28 +02: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 bug #882: fix various const-correctness issues with *View classes. 2014-10-07 18:29:28 +02:00
SparseCore Add lapack interface to JacobiSVD and BDCSVD 2014-10-17 15:31:11 +02:00
SparseLU Fix SparseLU::absDeterminant and add respective unit test 2014-10-17 16:52:56 +02:00
SparseQR Fix SparseQR::rank for a completely empty matrix. 2014-10-19 22:42:20 +02:00
SPQRSupport Make constructors explicit if they could lead to unintended implicit conversion 2014-09-23 14:28:23 +02:00
StlSupport Fic bug #819: include path of details.h 2014-06-04 11:58:01 +02:00
SuperLUSupport Make constructors explicit if they could lead to unintended implicit conversion 2014-09-23 14:28:23 +02:00
SVD merge 2014-10-17 16:53:18 +02:00
UmfPackSupport Make constructors explicit if they could lead to unintended implicit conversion 2014-09-23 14:28:23 +02:00
CMakeLists.txt