The failure probability for the unit test, itself, was gauged to be around 5%. The routine tested is executed a large number of times, so I assumed that the failure probability for the iteration routine would be several orders of magnitude smaller (a tentative estimate was under 1/100000).
What other subpackages are affected?
The particular combination I found was this: unit test, p = 4, n = k = 5.
x0: +1.972865, -0.397756, +1.521437, -0.817839, +0.083507 xs: +0.457828, -0.302526, +0.833163, +1.843420, -0.702891 xc: +0.432256, +0.372770, +0.826043, +0.161946, +0.453414 ct: +1, -1, +1, 0, +1 bl: 0,0,...,0 bu: 1,1,...,1 c +0.089912, +0.718084, -0.063148, -0.793405, -0.152167 -0.198801, -0.886876, +0.201788, +0.810620, +0.056276 +0.868877, -0.389735, -0.457104, -0.714402, +0.345693 -0.799495, -0.586873, -0.369640, +0.303995, -0.605595 -0.766605, -0.804217, -0.247915, +0.888507, -0.135991 with column 6 filled with the sum of the first 5 columns
Since it is an artifact of the tester, then I will probably make repairs in my local copy of the library to address the problem and later synchronize to whatever you come out with in your later versions.
|