File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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"""
6767function left_orth end
6868function 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"""
122122function right_orth end
123123function right_orth! end
@@ -224,4 +224,4 @@ function right_null!(A::AbstractMatrix; kwargs...)
224224end
225225function right_null(A:: AbstractMatrix ; kwargs... )
226226 return right_null!(copy_input(right_null, A); kwargs... )
227- end
227+ end
You can’t perform that action at this time.
0 commit comments