Rename Index to StorageIndex + use Eigen::Array and Eigen::Map when possible

This commit is contained in:
Eugene Zhulenev
2018-07-27 12:45:17 -07:00
parent 6913221c43
commit 966c2a7bb6
6 changed files with 447 additions and 478 deletions

View File

@@ -1,5 +1,4 @@
// This file is part of Eigen, a lightweight C++ template library
// This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2014 Benoit Steiner <benoit.steiner.goog@gmail.com>