rcpp_crossProd | R Documentation |
returns the outer product of ab and ac
rcpp_crossProd(ab, ac)
ab |
a 3D numeric vector |
ac |
a 3D numeric vector |
the outer product of ab
and ac
a1<-c(1,2,3) a2<-c(3,4,5) rcpp_crossProd(a1,a2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.