diff --git a/include/armadillo_bits/op_orth_null_meat.hpp b/include/armadillo_bits/op_orth_null_meat.hpp index b8fbb2ea..91d6ee4a 100644 --- a/include/armadillo_bits/op_orth_null_meat.hpp +++ b/include/armadillo_bits/op_orth_null_meat.hpp @@ -62,7 +62,7 @@ op_orth::apply_direct(Mat& out, const Base s; Mat V; - const bool status = auxlib::svd_dc(U, s, V, A); + const bool status = auxlib::svd_dc(U, s, V, A); // TODO: refactor to avoid dc if matrix size too large V.reset(); @@ -138,7 +138,7 @@ op_null::apply_direct(Mat& out, const Base s; Mat V; - const bool status = auxlib::svd_dc(U, s, V, A); + const bool status = auxlib::svd_dc(U, s, V, A); // TODO: refactor to avoid dc if matrix size too large U.reset();