owl
owl copied to clipboard
ssqr_diff' modifies inputs in place
The function Mat.ssqr_diff'
appears to modify its inputs in place without warning.
If you try to compute Mat.ssqr_diff' A B
then this has the side effect A.(i,j) <- (A.(i,j) -. B.(i,j))**2.
.