| crossprod {base} | R Documentation |
Matrix Crossproduct
Description
Given matrices x and y as arguments,
t returns their matrix cross-product.
This is formally equivalent to, but faster than, the
call t(x) %*% y.
Usage
crossprod(x, y=x)
| crossprod {base} | R Documentation |
Given matrices x and y as arguments,
t returns their matrix cross-product.
This is formally equivalent to, but faster than, the
call t(x) %*% y.
crossprod(x, y=x)