Files
eigen/Eigen/src/SparseCore
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-06 15:20:30 +01:00
2016-02-12 16:13:35 +01:00
2016-01-30 14:43:21 +01:00
2016-01-30 14:43:21 +01:00