Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
kmp5VT committed Oct 27, 2023
1 parent 39ac932 commit 8398394
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NDTensors/src/Unwrap/src/expose.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ expose(object) = Exposed{unwrap_type(object),typeof(object)}(object)

unexpose(E::Exposed) = E.object

Base.parent(E::Exposed) = parent(unexpose(E))
Base.parent(E::Exposed) = parent(unexpose(E))
2 changes: 1 addition & 1 deletion NDTensors/src/abstractarray/mul.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function mul!!(CM::AbstractArray, AM::AbstractArray, BM::AbstractArray, α, β)
CM = LinearAlgebra.mul!(expose(CM), expose(AM), expose(BM), α, β)
return CM
end
end

0 comments on commit 8398394

Please sign in to comment.