We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
DefaultAlgorithm
1 parent ee479b3 commit b76c7bbCopy full SHA for b76c7bb
1 file changed
src/interface/decompositions.jl
@@ -325,6 +325,7 @@ Q, R = qr_compact(A; positive = true)
325
# wrapping keyword arguments in DefaultAlgorithm
326
alg = DefaultAlgorithm(; positive = true)
327
Q, R = qr_compact(A; alg)
328
+```
329
"""
330
@algdef DefaultAlgorithm
331
0 commit comments