-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
#src/blocksparsearrayinterface/map.jl
@interface interface::AbstractBlockSparseArrayInterface function Base.map!(
f, a_dest::AbstractArray, a_srcs::AbstractArray...
)Base.map! is not compatible with the design of KroneckerMatrix.
- line 27, indexing a
SparseArraysBase.SparseMatrixDOK{KroneckerMatrixfails as it tries to callBase.similar(::Type{KroneckerMatrix{...}}, dims::Tuple{Int,Int})which cannot be defined (there is not enough information in type + size to init aKroneckerMatrix). - line 39, it calls
iszeroon aSubArray{Float64, 2, KroneckerMatrix}.iszerois defined for aKroneckerMatrix, but the wrapper type prevents the dispatch and the fall back option errors ongetindex
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request