| commit | 6639b7d6e86ef36f6f78cf51e36efa5a004154eb | [log] [tgz] |
|---|---|---|
| author | Benoit Steiner <benoit.steiner.goog@gmail.com> | Thu Jan 07 18:45:19 2016 -0800 |
| committer | Benoit Steiner <benoit.steiner.goog@gmail.com> | Thu Jan 07 18:45:19 2016 -0800 |
| tree | 086017b30cccc56f0ad1b69456cea5033460c415 | |
| parent | 0cb2ca5de216f258cd3106cf18d4aada9064ce13 [diff] |
Removed a couple of partial specialization that confuse nvcc and result in errors such as this:
error: more than one partial specialization matches the template argument list of class "Eigen::internal::get<3, Eigen::internal::numeric_list<std::size_t, 1UL, 1UL, 1UL, 1UL>>"
"Eigen::internal::get<n, Eigen::internal::numeric_list<T, a, as...>>"
"Eigen::internal::get<n, Eigen::internal::numeric_list<T, as...>>"
Eigen is a C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms.
For more information go to http://eigen.tuxfamily.org/.