Skip to content

Commit 8156fd3

Browse files
committed
_copy_or_copyto! in Bidiagonal ldiv!
1 parent 62784d8 commit 8156fd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bidiag.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1260,7 +1260,7 @@ function ldiv!(c::AbstractVecOrMat, A::Bidiagonal, b::AbstractVecOrMat)
12601260
end
12611261

12621262
if N == 0
1263-
return copyto!(c, b)
1263+
return _copy_or_copyto!(c, b)
12641264
end
12651265

12661266
zi = findfirst(iszero, A.dv)

0 commit comments

Comments
 (0)