eigen/Eigen
Gael Guennebaud a91de27e98 Fix compilation issue with MSVC:
MSVC always messes up with shadowed template arguments, for instance in:
  struct B { typedef float T; }
  template<typename T> struct A : B {
    T g;
  };
The type of A<double>::g will be float and not double.
2016-11-23 12:24:48 +01:00
..
src Fix compilation issue with MSVC: 2016-11-23 12:24:48 +01:00
Cholesky Clean references to MKL in LAPACKe support. 2016-07-25 18:20:08 +02:00
CholmodSupport
CMakeLists.txt bug #1167: simplify installation of header files using cmake's install(DIRECTORY ...) command. 2016-08-29 10:59:37 +02:00
Core Fixed merge conflicts 2016-11-19 19:12:59 -08:00
Dense
Eigen
Eigenvalues Clean references to MKL in LAPACKe support. 2016-07-25 18:20:08 +02:00
Geometry
Householder
IterativeLinearSolvers
Jacobi
LU Clean references to MKL in LAPACKe support. 2016-07-25 18:20:08 +02:00
MetisSupport
OrderingMethods
PardisoSupport
PaStiXSupport
QR Clean references to MKL in LAPACKe support. 2016-07-25 18:20:08 +02:00
QtAlignedMalloc
Sparse
SparseCholesky
SparseCore
SparseLU
SparseQR
SPQRSupport
StdDeque
StdList
StdVector
SuperLUSupport bug #1119: Adjust call to ?gssvx for SuperLU 5 2016-07-10 02:29:57 +02:00
SVD Clean references to MKL in LAPACKe support. 2016-07-25 18:20:08 +02:00
UmfPackSupport