You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ExtendableSparseMatrix{Tv,Ti}(m::Integer, n::Integer) where {Tv,Ti<:Integer}=ExtendableSparseMatrix{Tv,Ti}(spzeros(Tv,Ti,m,n),SparseMatrixExtension{Tv, Ti}(m,n))
32
31
33
32
34
-
35
-
36
-
37
-
38
33
"""
39
34
$(TYPEDSIGNATURES)
40
35
@@ -59,10 +54,8 @@ end
59
54
60
55
61
56
62
-
63
-
64
57
"""
65
-
$(TYPEDSIGNATURES)
58
+
$(SIGNATURES)
66
59
67
60
Find index in CSC matrix and set value if it exists. Otherwise,
68
61
set index in extension.
@@ -81,7 +74,7 @@ end
81
74
82
75
83
76
"""
84
-
$(TYPEDSIGNATURES)
77
+
$(SIGNATURES)
85
78
86
79
Find index in CSC matrix and return value, if it exists.
87
80
Otherwise, return value from extension.
@@ -95,37 +88,23 @@ function Base.getindex(M::ExtendableSparseMatrix,i::Integer, j::Integer)
0 commit comments