Hi, I want to use NullableArrays to facilitate some multivariate statistics (NaNs...).
If X is a NullableArray{T,K} and Y is a NullableArray{T,L}, can I do X'Y?
(My clumsy attempts say no, but I might have missed something.)
Thanks for the help /Paul S
