summaryrefslogtreecommitdiff
path: root/tensor.hpp
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2021-01-05 12:06:11 +0100
committerJaron Kent-Dobias <jaron@kent-dobias.com>2021-01-05 12:06:11 +0100
commit7a9c6151dc3ab322b4db545291597d4bd48b9426 (patch)
tree436a3c68ecea081d71831af0e781f2ac64358b34 /tensor.hpp
parent21a40622a0f542a7cf6ae695f2230205ecc3f445 (diff)
downloadcode-7a9c6151dc3ab322b4db545291597d4bd48b9426.tar.gz
code-7a9c6151dc3ab322b4db545291597d4bd48b9426.tar.bz2
code-7a9c6151dc3ab322b4db545291597d4bd48b9426.zip
Sorted includes differently.
Diffstat (limited to 'tensor.hpp')
-rw-r--r--tensor.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/tensor.hpp b/tensor.hpp
index a2170a8..9d5632e 100644
--- a/tensor.hpp
+++ b/tensor.hpp
@@ -2,9 +2,10 @@
#include <algorithm>
#include <array>
-#include <eigen3/unsupported/Eigen/CXX11/Tensor>
#include <utility>
+#include <eigen3/unsupported/Eigen/CXX11/Tensor>
+
#include "factorial.hpp"
template <class Scalar, unsigned p, std::size_t... Indices>