changeset 28294:7096f672f611 stable

condest.m: Make test with sparse matrix conditional on UMFPACK.
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 14 May 2020 11:05:05 +0200
parents 5bf3f462c11e
children a01ad9893641 6beb610b3bcd
files scripts/linear-algebra/condest.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/linear-algebra/condest.m	Mon May 11 19:18:48 2020 +0200
+++ b/scripts/linear-algebra/condest.m	Thu May 14 11:05:05 2020 +0200
@@ -358,7 +358,7 @@
 %! cest = condest (A);
 %! assert (cest, cexp, -2*eps);
 
-%!test <*57968>
+%!testif HAVE_UMFPACK <*57968>
 %! As = sparse (reshape (sqrt (0:15), 4, 4));
 %! cexp = norm (As, 1) * norm (inv (As), 1);
 %! cest = condest (As);