Skip to content

Commit 67d9751

Browse files
make inline mul! for IdentityOperator
1 parent 76f2879 commit 67d9751

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/basic.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function LinearAlgebra.mul!(v::AbstractVecOrMat, ii::IdentityOperator, u::Abstra
4949
copy!(v, u)
5050
end
5151

52-
function LinearAlgebra.mul!(v::AbstractVecOrMat,
52+
@inline function LinearAlgebra.mul!(v::AbstractVecOrMat,
5353
ii::IdentityOperator,
5454
u::AbstractVecOrMat,
5555
α,

0 commit comments

Comments
 (0)