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
..
2016-11-23 12:24:48 +01:00
2016-01-27 22:48:40 +01:00
2016-11-19 19:12:59 -08:00
LU
2016-07-25 18:20:08 +02:00
QR
2016-07-25 18:20:08 +02:00
2015-10-30 12:02:52 +01:00
2016-01-27 22:48:40 +01:00
2016-01-27 22:48:40 +01:00