diff --git a/include/armadillo_bits/op_cond_meat.hpp b/include/armadillo_bits/op_cond_meat.hpp index b7912ae9..3bd04082 100644 --- a/include/armadillo_bits/op_cond_meat.hpp +++ b/include/armadillo_bits/op_cond_meat.hpp @@ -31,6 +31,8 @@ op_cond::cond(const Base& X) typedef typename T1::elem_type eT; typedef typename T1::pod_type T; + // TODO: implement speed up for symmetric matrices, similar to op_pinv::apply_sym() + Mat A(X.get_ref()); Col S;