We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03585de commit 51d45e9Copy full SHA for 51d45e9
src/convert.jl
@@ -21,7 +21,7 @@ end
21
22
Base.convert(::Type{M}, A::M; fill = nothing) where {M<:AbstractGBArray} = A
23
24
-function LinearAlgebra.copy_similar(A::GBArrayOrTranspose, ::Type{T}) where T
+function LinearAlgebra.copy_oftype(A::GBArrayOrTranspose, ::Type{T}) where T
25
order = storageorder(A)
26
C = similar(A, T, size(A))
27
x = tempunpack!(A)
0 commit comments