syncing this fork with upstream

This commit is contained in:
Deven Desai
2018-06-13 12:09:52 -04:00
88 changed files with 1266 additions and 395 deletions

View File

@@ -219,7 +219,7 @@ template<class T, std::size_t N> struct array_size<const array<T,N>& > {
#else
// The compiler supports c++11, and we're not targetting cuda: use std::array as Eigen::array
// The compiler supports c++11, and we're not targeting cuda: use std::array as Eigen::array
#include <array>
namespace Eigen {