eigen/Eigen/src
Gael Guennebaud e9bd839b13 Fix warning
(grafted from af7c83b9a2
)
2018-06-07 15:45:24 +02:00
..
Cholesky bug #1528: better use numeric_limits::min() instead of 1/highest() that with underflow. 2018-04-03 16:49:35 +02:00
CholmodSupport Generalize Cholmod support to hanlde any sparse type as the rhs and result of the solve method 2016-11-06 20:29:23 +01:00
Core Fix warning 2018-06-07 15:45:24 +02:00
Eigenvalues Cast zeros to Scalar in RealSchur 2018-04-18 13:52:46 +03:00
Geometry Add missing scalar conversion 2017-08-22 17:06:57 +02:00
Householder bug #1395: fix the use of compile-time vectors as inputs of JacobiSVD. 2017-02-20 13:44:37 +01:00
IterativeLinearSolvers Use col method for column-major matrix 2017-10-17 21:51:27 +02:00
Jacobi Implement true compile-time "if" for apply_rotation_in_the_plane. This fixes a compilation issue for vectorized real type with missing vectorization for complexes, e.g. AVX512. 2017-09-06 10:02:49 +02:00
LU bug #1509: fix computeInverseWithCheck for complexes 2018-04-04 15:47:46 +02:00
MetisSupport bug #1167: simplify installation of header files using cmake's install(DIRECTORY ...) command. 2016-08-29 10:59:37 +02:00
misc bug #1167: simplify installation of header files using cmake's install(DIRECTORY ...) command. 2016-08-29 10:59:37 +02:00
OrderingMethods better check array index before using it 2017-03-15 15:18:03 +01:00
PardisoSupport bug #1167: simplify installation of header files using cmake's install(DIRECTORY ...) command. 2016-08-29 10:59:37 +02:00
PaStiXSupport bug #1485: fix linking issue of non template functions 2017-11-15 21:33:37 +01:00
plugins Fix and workaround several doxygen issues/warnings 2017-01-04 23:27:33 +01:00
QR bug #1403: more scalar conversions fixes in BDCSVD 2017-06-09 15:45:49 +02:00
SparseCholesky bug #1167: simplify installation of header files using cmake's install(DIRECTORY ...) command. 2016-08-29 10:59:37 +02:00
SparseCore workaround MSVC 2013 compilation issue (ambiguous call) 2018-04-23 15:31:51 +02:00
SparseLU Optimize SparseLU::solve for rhs vectors 2016-12-05 15:41:14 +01:00
SparseQR bug #1544: Generate correct Q matrix in complex case. Original patch was by Jeff Trull in PR-386. 2018-05-17 19:17:01 +02:00
SPQRSupport Fix SPQR for rectangular matrices 2016-10-12 22:39:33 +02:00
StlSupport Add std:: namespace prefix to all (hopefully) instances if size_t/ptrdfiff_t 2017-01-23 22:02:53 +01:00
SuperLUSupport Fix and workaround several doxygen issues/warnings 2017-01-04 23:27:33 +01:00
SVD Another fix to make boost::multiprecision compile again 2018-04-13 20:22:57 +02:00
UmfPackSupport Fix compilation 2016-12-27 22:04:58 +01:00