# HG changeset patch # User Markus Mützel # Date 1589447105 -7200 # Node ID 7096f672f611055881a619c6a2262e33bfd376a6 # Parent 5bf3f462c11e4ebd629e69c13e6f97350134be70 condest.m: Make test with sparse matrix conditional on UMFPACK. diff -r 5bf3f462c11e -r 7096f672f611 scripts/linear-algebra/condest.m --- 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);