[bug #68119] make check fails on tarball release 11.1
"Dmitri A. Sergatskov" <[email protected]>
| Newsgroups | gmane.comp.gnu.octave.bugs |
|---|---|
| Message-ID | <[email protected]> |
Please use the bug tracker to post updates to a bug report. The mailing list is intended as a read-only notification stream. Info posted to this mailing list address won't appear in the tracker database where it is most useful.
Follow-up Comment #8, bug #68119 (group octave):
Also you could try to narrow down the crash by trying to execute that test
line by line:
***** test <*51736>
k = 4;
n = 2^k;
Afull = diag (ones (n,1)) / ...
2+triu ([zeros(n,2), [n.^-[1;1;2]*ones(1,n-2);zeros(n-3,n-2)]], 1);
A = sparse (Afull + Afull.');
opts.type = "ict";
opts.droptol = 0;
L = ichol (A, opts);
assert (norm (A - L*L.'), 0, 2*eps);
PASSES 1 out of 1 test
Dmitri.
--
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?68119>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
signature.asc
(application/pgp-signature, 228 B)
-----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQQk97aszIMMAvLLwm6qLAuaBUf3TgUCaamhvwAKCRCqLAuaBUf3 TsuZAP4hx09scncIaa3TSvCnJ8Lh92bM2EO4f7N+FRlZCwGyJwEAyiRZI57nbRHu UUniGBaRApTqR4INB+Amrj7PY/6bVQA= =iU8+ -----END PGP SIGNATURE-----