Skip to content

Commit

Permalink
prepare for require_one_based_indexing
Browse files Browse the repository at this point in the history
  • Loading branch information
dkarrasch committed Sep 2, 2019
1 parent 51b7155 commit f6d9d20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/kronecker.jl
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ end
Base.:(==)(A::KroneckerMap, B::KroneckerMap) = (eltype(A) == eltype(B) && A.maps == B.maps)

function LinearMaps.A_mul_B!(y::AbstractVector, L::KroneckerMap, x::AbstractVector)
# require_one_based_indexing(y, x)
A, B = L.maps
ma, na = size(A)
mb, nb = size(B)
Expand Down

0 comments on commit f6d9d20

Please sign in to comment.