owl
owl copied to clipboard
Changed def of ssqr_diff' to not modify inputs. Added two tests.
This changes the definition of ssqr_diff' so that it does not mutate the inputs. Two tests are added for correctness and to check that it does not mutate the inputs. This addresses #645.