From cd86bcd15d219112fff27e500f62b67041801610 Mon Sep 17 00:00:00 2001 From: musil Date: Fri, 10 Nov 2006 14:37:04 +0000 Subject: changed regular to nonsingular svn path=/trunk/externals/iem/iem_ambi/; revision=6257 --- src/ambi_decode3.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ambi_decode3.c') diff --git a/src/ambi_decode3.c b/src/ambi_decode3.c index b29d1b6..7547725 100644 --- a/src/ambi_decode3.c +++ b/src/ambi_decode3.c @@ -257,7 +257,7 @@ static void ambi_decode3_inverse(t_ambi_decode3 *x) nz = ambi_decode3_eval_which_element_of_col_not_zero(x, i, i); if(nz < 0) { - post("ambi_decode3 ERROR: matrix not regular !!!!"); + post("ambi_decode3 ERROR: matrix singular !!!!"); return; } else @@ -290,7 +290,7 @@ static void ambi_decode3_inverse(t_ambi_decode3 *x) } } - post("matrix_inverse regular"); + post("matrix_inverse nonsingular"); } static void ambi_decode3_begin_pseudo_inverse(t_ambi_decode3 *x) -- cgit v1.2.1