Skip to content

Commit f46204b

Browse files
committed
comments
1 parent 3952592 commit f46204b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/basic.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -520,6 +520,7 @@ for fact in (
520520
end
521521

522522
# operator application
523+
# https://github.com/SciML/SciMLOperators.jl/pull/94
523524
#Base.:*(L::ComposedOperator, u::AbstractVecOrMat) = foldl((acc, op) -> op * acc, reverse(L.ops); init=u)
524525
#Base.:\(L::ComposedOperator, u::AbstractVecOrMat) = foldl((acc, op) -> op \ acc, L.ops; init=u)
525526

0 commit comments

Comments
 (0)