Skip to content

Commit

Permalink
Formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
lkdvos committed Nov 13, 2024
1 parent f754885 commit 1a740f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -289,4 +289,4 @@ for (f, F) in ((:adjoint, :Adjoint), (:transpose, :Transpose))
return $f(view(parent(A), b2, b1))
end
end
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ nstored(a::Adjoint) = nstored(parent(a))
function stored_indices(a::Transpose)
return Iterators.map(I -> CartesianIndex(reverse(Tuple(I))), stored_indices(parent(a)))
end
nstored(a::Transpose) = nstored(parent(a))
nstored(a::Transpose) = nstored(parent(a))

0 comments on commit 1a740f3

Please sign in to comment.