aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorBroadcasting.h
diff options
context:
space:
mode:
authorGravatar Eugene Zhulenev <ezhulenev@google.com>2018-07-27 12:45:17 -0700
committerGravatar Eugene Zhulenev <ezhulenev@google.com>2018-07-27 12:45:17 -0700
commit966c2a7bb62a8b5b9ecd349730ffcd3b5719837d (patch)
tree83e61bb77a5340f529c336afaa69cc78d654d599 /unsupported/Eigen/CXX11/src/Tensor/TensorBroadcasting.h
parent6913221c43c6ad41b1fbfc0d263d2764abd11ad2 (diff)
Rename Index to StorageIndex + use Eigen::Array and Eigen::Map when possible
Diffstat (limited to 'unsupported/Eigen/CXX11/src/Tensor/TensorBroadcasting.h')
-rw-r--r--unsupported/Eigen/CXX11/src/Tensor/TensorBroadcasting.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorBroadcasting.h b/unsupported/Eigen/CXX11/src/Tensor/TensorBroadcasting.h
index 7ff0d323b..343ab6269 100644
--- a/unsupported/Eigen/CXX11/src/Tensor/TensorBroadcasting.h
+++ b/unsupported/Eigen/CXX11/src/Tensor/TensorBroadcasting.h
@@ -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>