We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02d33a2 commit cf39a48Copy full SHA for cf39a48
src/flint/types/acb_mat.pyx
@@ -742,7 +742,7 @@ cdef class acb_mat(flint_mat):
742
The *algorithm* can also be set to "approx" to compute
743
approximate eigenvalues and/or eigenvectors without error bounds.
744
745
- >>> for c in acb_mat.dft(4).eig(algorithm="approx"): print(c.str(radius=False))
+ >>> for c in acb_mat.dft(4).eig(algorithm="approx"): print(c.str(radius=False)) # doctest: +SKIP
746
...
747
-0.999999999999999 - 7.85046229341892e-17j
748
-2.35513868802566e-16 - 1.00000000000000j
0 commit comments