eigen/Eigen/src
2016-07-16 15:19:28 +02:00
..
Cholesky Add documentation and exemples for inplace decomposition. 2016-07-04 17:18:26 +02:00
CholmodSupport bug #946: generalize Cholmod::solve to handle any rhs expression 2016-01-29 23:02:22 +01:00
Core Add missing non-const reverse method in VectorwiseOp. 2016-07-16 15:19:28 +02:00
Eigenvalues Workaround VS2015 bug 2016-07-13 18:46:01 +02:00
Geometry Change the semantic of the last template parameter of Assignment from "Scalar" to "SFINAE" only. 2016-07-04 11:02:00 +02:00
Householder Relax mixing-type constraints for binary coefficient-wise operators: 2016-06-06 15:11:41 +02:00
IterativeLinearSolvers Fix nesting of SolveWithGuess, and add unit test. 2016-07-04 17:47:47 +02:00
Jacobi Consider denormals as zero in makeJacobi and 2x2 SVD. 2016-07-12 17:21:03 +02:00
LU Add documentation and exemples for inplace decomposition. 2016-07-04 17:18:26 +02:00
MetisSupport Suppress some remaining Index conversion warnings 2015-02-17 18:52:39 +01:00
misc Consider denormals as zero in makeJacobi and 2x2 SVD. 2016-07-12 17:21:03 +02:00
OrderingMethods Fix warning and replace min/max macros by calls to mini/maxi 2016-02-01 10:23:45 +01:00
PardisoSupport Fixes for PARDISO: warnings, and defaults to metis+ in-core mode. 2016-06-08 18:31:19 +02:00
PaStiXSupport bug #1149: fix Pastix*::*parm() 2016-01-20 19:01:24 +01:00
plugins bug #1232: refactor special functions as a new SpecialFunctions module, currently in unsupported/. 2016-07-08 11:13:55 +02:00
QR Add documentation and exemples for inplace decomposition. 2016-07-04 17:18:26 +02:00
SparseCholesky Fix numerous doxygen shortcomings, and workaround some clang -Wdocumentation warnings 2016-01-01 21:45:06 +01:00
SparseCore compile fix (SFINAE variant apparently didn't work for all compilers) for the following compiler/platform: 2016-07-11 17:42:22 +02:00
SparseLU Workaround "misleading-indentation" warnings 2016-05-11 08:41:36 +02:00
SparseQR Relax mixing-type constraints for binary coefficient-wise operators: 2016-06-06 15:11:41 +02:00
SPQRSupport Add LU::transpose().solve() and LU::adjoint().solve() API. 2015-12-01 14:38:47 +01:00
StlSupport bug #1164: fix list and deque specializations such that our aligned allocator is automatically activatived only when the user did not specified an allocator (or specified the default std::allocator). 2016-02-03 18:07:25 +01:00
SuperLUSupport bug #1119: Adjust call to ?gssvx for SuperLU 5 2016-07-10 02:29:57 +02:00
SVD Avoid division by very small entries when extracting singularvalues, and explicitly handle the 1x1 complex case. 2016-07-12 17:22:03 +02:00
UmfPackSupport Fix copy ctor prototype. 2016-05-26 17:37:25 +02:00
CMakeLists.txt