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
The Cauchy type claims it is a subtype of AbstractArray{T} but the T is incorrect in general:
julia> C =Cauchy([1,2,3])
3×3 Cauchy{Int64}:0.50.3333330.250.3333330.250.20.250.20.166667
Here the Cauchy "type" is Int64 but the elements of the matrix are Float64.
I don't have time to fix this right now but I am logging the issue for future work.
A related PR #17 does not appear to solve this issue BTW.
The text was updated successfully, but these errors were encountered:
The Cauchy type claims it is a subtype of
AbstractArray{T}
but theT
is incorrect in general:Here the Cauchy "type" is
Int64
but the elements of the matrix areFloat64
.I don't have time to fix this right now but I am logging the issue for future work.
A related PR #17 does not appear to solve this issue BTW.
The text was updated successfully, but these errors were encountered: