From 03eb6e6ece55be6921a0d18eb6a4dbf70c24dfd3 Mon Sep 17 00:00:00 2001 From: conrad Date: Mon, 10 Jun 2024 19:47:56 +1000 Subject: [PATCH] fix --- include/armadillo_bits/op_dot_meat.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/armadillo_bits/op_dot_meat.hpp b/include/armadillo_bits/op_dot_meat.hpp index 78d53a49..0b8bc76a 100644 --- a/include/armadillo_bits/op_dot_meat.hpp +++ b/include/armadillo_bits/op_dot_meat.hpp @@ -225,7 +225,7 @@ op_dot::apply(const T1& X, const T2& Y) } } - if( (is_cx::no) && (partial_unwrap::is_fast) && (partial_unwrap::is_fast) ) + if( (is_cx::no) && (resolves_to_vector::value) && (resolves_to_vector::value) && (partial_unwrap::is_fast) && (partial_unwrap::is_fast) ) { const partial_unwrap UA(X); const partial_unwrap UB(Y);