Skip to content

Commit 7cc51bf

Browse files
committed
Properly forward truncation to right_null
1 parent b80118a commit 7cc51bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/implementations/orthnull.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ function right_null!(A, Nᴴ; trunc=nothing,
219219
if kind == :lq
220220
return right_null_lq!(A, Nᴴ, alg_lq)
221221
elseif kind == :svd
222-
return right_null_svd!(A, Nᴴ, alg_svd)
222+
return right_null_svd!(A, Nᴴ, alg_svd, trunc)
223223
else
224224
throw(ArgumentError("`right_null!` received unknown value `kind = $kind`"))
225225
end

0 commit comments

Comments
 (0)