GaussianFilters.jl icon indicating copy to clipboard operation
GaussianFilters.jl copied to clipboard

I as valid covariance matrix

Open jamgochiana opened this issue 6 years ago • 1 comments

allow for multiplications of I to be valid inputted covariance matrices

jamgochiana avatar Sep 18 '19 18:09 jamgochiana

Since #14 is fixed one should already be able to use I, simply by writing I(3) (I think starting from Julia 1.2 ?) since Diagonal <: AbstractArray. So maybe it is sufficient to just document this and call this closed.

julia> typeof(I(3))
Diagonal{Bool,Array{Bool,1}}

lassepe avatar Sep 24 '19 23:09 lassepe