pityka
pityka
The problem may be in the handling of missing values. It looks like the implementation in BinOp is not doing missingness check, while the implementation of Mat.map does.
Some questions arise: - would the binary operations execute the op in the missing positions (to omit the branching) then union the mask? - what would be the return type...
I see. I think I concur with most of these. My only remaining concern is that I believe there should be a way to extract a Double from a Vec[Double]...
I have no preference, sorry about the mixed use, I did not notice.
Thanks a lot for all of this! I will try to make it compile under the latest nightly builds of the compiler.