aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util/StaticAssert.h
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2018-09-21 16:50:04 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2018-09-21 16:50:04 +0200
commit1bf12880ae65dcf6215354b3383e419ef2cedcc0 (patch)
tree3ee63fecafae8bc010666ed23efc5e6467e87ce7 /Eigen/src/Core/util/StaticAssert.h
parenta488d59787d25337fd71bcc994d1c2c6ab011731 (diff)
Add reshaped<>() shortcuts when returning vectors and remove the reshaping version of operator()(all)
Diffstat (limited to 'Eigen/src/Core/util/StaticAssert.h')
-rw-r--r--Eigen/src/Core/util/StaticAssert.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Eigen/src/Core/util/StaticAssert.h b/Eigen/src/Core/util/StaticAssert.h
index 500e47792..b2f95153e 100644
--- a/Eigen/src/Core/util/StaticAssert.h
+++ b/Eigen/src/Core/util/StaticAssert.h
@@ -103,7 +103,8 @@
STORAGE_KIND_MUST_MATCH=1,
STORAGE_INDEX_MUST_MATCH=1,
CHOLMOD_SUPPORTS_DOUBLE_PRECISION_ONLY=1,
- SELFADJOINTVIEW_ACCEPTS_UPPER_AND_LOWER_MODE_ONLY=1
+ SELFADJOINTVIEW_ACCEPTS_UPPER_AND_LOWER_MODE_ONLY=1,
+ INVALID_TEMPLATE_PARAMETER=1
};
};