We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f89a318 commit 878b428Copy full SHA for 878b428
1 file changed
src/algorithms.jl
@@ -59,7 +59,8 @@ end
59
"""
60
does_truncate(alg::AbstractAlgorithm) -> Bool
61
62
-Check whether or not an algorithm can be used for a truncated decomposition.
+Indicate whether or not an algorithm will compute a truncated decomposition
63
+(such that composing the factors only approximates the input up to some tolerance).
64
65
does_truncate(alg::AbstractAlgorithm) = false
66
0 commit comments