Skip to content

Commit

Permalink
Add missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
lkdvos committed Nov 14, 2024
1 parent 35c9e97 commit cd6f8ab
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using Adapt: WrappedArray
using LinearAlgebra: Adjoint, Transpose

const WrappedAbstractSparseArray{T,N,A} = WrappedArray{
T,N,<:AbstractSparseArray,<:AbstractSparseArray{T,N}
Expand Down

0 comments on commit cd6f8ab

Please sign in to comment.