Skip to content

Commit c691803

Browse files
committed
Fix some orthnull cross references
1 parent 5adbbff commit c691803

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/interface/orthnull.jl

Lines changed: 2 additions & 2 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

0 commit comments

Comments
 (0)