Check whether the various functions that take more than one vector error on being supplied with vectors of missmatched dimensions. It suffices to check the helper function checkDims, since every function must call it to verify its inputs.
(t *testing.T)