This commit is contained in:
conrad
2021-09-17 22:25:33 +10:00
parent a78f419b03
commit 8e9a6d3475
+1 -1
View File
@@ -41,7 +41,7 @@ op_vectorise_col::apply_direct(Mat<typename T1::elem_type>& out, const T1& expr)
typedef typename T1::elem_type eT;
if(is_Mat<T1>::value || is_Mat<typename Proxy<T1>::stored_type>::value || (arma_config::openmp && Proxy<T1>::use_mp))
if(is_Mat<T1>::value || is_Mat<typename Proxy<T1>::stored_type>::value || (arma_config::openmp && Proxy<T1>::use_mp)) // TODO: handle subview_cols
{
const unwrap<T1> U(expr);