rcpp_crossProd: returns the outer product of ab and ac

View source: R/RcppExports.R

rcpp_crossProdR Documentation

returns the outer product of ab and ac

Description

returns the outer product of ab and ac

Usage

rcpp_crossProd(ab, ac)

Arguments

ab

a 3D numeric vector

ac

a 3D numeric vector

Value

the outer product of ab and ac

Examples

a1<-c(1,2,3)
a2<-c(3,4,5)
rcpp_crossProd(a1,a2)

JFM documentation built on March 28, 2022, 9:12 a.m.