eigen/Eigen/src
2018-06-07 13:02:07 -07: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 Make sure CholmodSupport works when included in multiple compilation units (issue was reported on stackoverflow.com) 2017-06-06 19:23:14 +02:00
Core Don't use std::equal_to inside cuda kernels since it's not supported. 2018-06-07 13:02:07 -07:00
Eigenvalues Cast zeros to Scalar in RealSchur 2018-04-18 13:52:46 +03:00
Geometry MIsc. source and comment typos 2018-03-11 10:01:44 -04:00
Householder Renamed .trans() et al. to .reverseFlag() et at. Adapted documentation of .setReverseFlag() 2018-04-17 11:30:27 +02:00
IterativeLinearSolvers Fix typos found using codespell 2018-06-07 14:43:02 +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
KLUSupport MIsc. source and comment typos 2018-03-11 10:01:44 -04:00
LU bug #1509: fix computeInverseWithCheck for complexes 2018-04-04 15:47:46 +02:00
MetisSupport
misc fix typo 2017-03-07 11:25:58 +01:00
OrderingMethods MIsc. source and comment typos 2018-03-11 10:01:44 -04:00
PardisoSupport MIsc. source and comment typos 2018-03-11 10:01:44 -04:00
PaStiXSupport MIsc. source and comment typos 2018-03-11 10:01:44 -04:00
plugins add some internal checks 2018-05-18 13:59:55 +02:00
QR bug #1493: Make representation of HouseholderSequence consistent and working for complex numbers. Made corresponding unit test actually test that. Also simplify implementation of QR decompositions 2018-04-15 10:15:28 +02:00
SparseCholesky Fix typos found using codespell 2018-06-07 14:43:02 +02:00
SparseCore Add multi-threading for sparse-row-major * dense-row-major 2018-04-25 10:14:48 +02:00
SparseLU Workaround a MSVC 2013 compilation issue with MatrixBase(Index,int) 2018-05-22 18:51:35 +02: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 MIsc. source and comment typos 2018-03-11 10:01:44 -04:00
StlSupport Add std:: namespace prefix to all (hopefully) instances if size_t/ptrdfiff_t 2017-01-23 22:02:53 +01:00
SuperLUSupport MIsc. source and comment typos 2018-03-11 10:01:44 -04:00
SVD bug #1493: Make representation of HouseholderSequence consistent and working for complex numbers. Made corresponding unit test actually test that. Also simplify implementation of QR decompositions 2018-04-15 10:15:28 +02:00
UmfPackSupport Umfpack: UF_long has been removed in recent versions of suitesparse, and fix a few long-to-int conversions issues. 2018-04-11 09:59:59 +02:00