use of %*%
with two vectors has a strange behavior with unhelpful warning message
#1336
Labels
%*%
with two vectors has a strange behavior with unhelpful warning message
#1336
The manual says that doing matrix multiplication with two vectors should work but creates a 1x1 matrix. One would think one can therefore do this:
But it doesn't work and the warning is hard to parse:
One would think that if
nDim
is not 0, then having[
is what one would want.The text was updated successfully, but these errors were encountered: