powered by
Multiplies two distributed matrices, if they are conformable.
# S4 method for shaq,matrix %*%(x, y)
A shaq.
A regular matrix, globally ownd on all ranks. Since the number of columns of a shaq should be small, this matrix should be small as well.
The operation is completely local.
The two shaqs must be distributed identically.
library(kazaam) x = ranshaq(runif, 10, 3) y = matrix(1:9, 3, 3) x %*% y finalize()
Run the code above in your browser using DataLab