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

More flexible isapprox

Open andyferris opened this issue 9 years ago • 1 comments

I got:

MethodError: isapprox has no method matching isapprox(::Array{Float64,1},::FixedSizeArrays.Point{2,Float64})

Perhaps we could define isapprox(a,b; kwargs...) with mixtures of FixedArrays and AbstractArrays?

andyferris avatar Jul 07 '16 11:07 andyferris

PS - this is another issue that I believe wouldn't exist if FixedSizeArrays inherited from AbstractArray...

andyferris avatar Jul 07 '16 11:07 andyferris