From 84e8360384060ded1db0ee9f908b2b87efd9b449 Mon Sep 17 00:00:00 2001 From: conrad Date: Mon, 14 Feb 2022 12:55:44 +1000 Subject: [PATCH] add TODO --- include/armadillo_bits/op_cond_meat.hpp | 2 ++ 1 file changed, 2 insertions(+) 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;