This commit is contained in:
conrad
2022-04-12 15:08:32 +10:00
parent 163bf39906
commit 2b591b1de2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ op_inv_gen_full::apply(Mat<typename T1::elem_type>& out, const Op<T1,op_inv_gen_
{
arma_extra_debug_sigprint();
const uword flags = X.in_aux_uword_a;
const uword flags = X.aux_uword_a;
const bool status = op_inv_gen_full::apply_direct(out, X.m, "inv()", flags);
+1 -1
View File
@@ -62,7 +62,7 @@ op_inv_spd_full::apply(Mat<typename T1::elem_type>& out, const Op<T1,op_inv_spd_
{
arma_extra_debug_sigprint();
const uword flags = X.in_aux_uword_a;
const uword flags = X.aux_uword_a;
const bool status = op_inv_spd_full::apply_direct(out, X.m, flags);