Skip to content

Commit 66d4c87

Browse files
mtfishmanlkdvos
authored andcommitted
Fix some orthnull cross references
1 parent 47cef6e commit 66d4c87

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/interface/orthnull.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ of `kind`.
6262
the input matrix `A`. Always use the return value of the function as it may not always be
6363
possible to use the provided `CV` as output.
6464
65-
See also [`right_orth(!)`](@ref right_orth), [`left_orth(!)`](@ref left_orth), [`right_orth(!)`](@ref right_orth)
65+
See also [`right_orth(!)`](@ref right_orth), [`left_null(!)`](@ref left_null), [`right_null(!)`](@ref right_null)
6666
"""
6767
function left_orth end
6868
function left_orth! end
@@ -117,7 +117,7 @@ of `kind`.
117117
the input matrix `A`. Always use the return value of the function as it may not always be
118118
possible to use the provided `CVᴴ` as output.
119119
120-
See also [`left_orth(!)`](@ref left_orth), [`left_orth(!)`](@ref left_orth), [`right_orth(!)`](@ref right_orth)
120+
See also [`left_orth(!)`](@ref left_orth), [`left_null(!)`](@ref left_null), [`right_null(!)`](@ref right_null)
121121
"""
122122
function right_orth end
123123
function right_orth! end
@@ -224,4 +224,4 @@ function right_null!(A::AbstractMatrix; kwargs...)
224224
end
225225
function right_null(A::AbstractMatrix; kwargs...)
226226
return right_null!(copy_input(right_null, A); kwargs...)
227-
end
227+
end

0 commit comments

Comments
 (0)