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 11837c0 commit a3a9d32Copy full SHA for a3a9d32
ext/RecursiveArrayToolsSparseArraysExt.jl
@@ -3,7 +3,7 @@ module RecursiveArrayToolsSparseArraysExt
3
import SparseArrays
4
import RecursiveArrayTools
5
6
-function Base.copyto!(dest::SparseArrays.AbstractCompressedVector, A::RecursiveArrayToolsArrayPartition)
+function Base.copyto!(dest::SparseArrays.AbstractCompressedVector, A::RecursiveArrayTools.ArrayPartition)
7
@assert length(dest) == length(A)
8
cur = 1
9
@inbounds for i in 1:length(A.x)
0 commit comments