We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01e8df9 commit 5892481Copy full SHA for 5892481
src/interface/orthnull.jl
@@ -89,7 +89,7 @@ precision in determining the rank of `A` via its singular values.
89
`trunc` can either be a truncation strategy object or a NamedTuple with fields
90
`atol`, `rtol`, and `maxrank`.
91
92
-This is a high-level wrapper and will use call one of the decompositions
+This is a high-level wrapper and will use one of the decompositions
93
[`lq_compact!`](@ref), [`svd_compact!`](@ref)/[`svd_trunc!`](@ref), and
94
[`right_polar!`](@ref) to compute the orthogonal basis `V`, as controlled by the
95
keyword arguments.
0 commit comments