bsxfun_7_pow: 7 shaped binary array operation by bsxfun from matlab

Description Usage Arguments Value Examples

View source: R/RcppExports.R

Description

this function also multiple along the rows of A and columns of B

Usage

1

Arguments

A

matrix of size d1 by d2

B

matrix of size d3 by d1

Value

an array of dimension d3 by d1 by d2

Examples

1
2
bsxfun_7_pow(matrix(c(1,2,3,4,5,6),nrow=3,byrow=TRUE),
matrix(c(1:18),nrow=6,byrow=TRUE))

zhenkewu/slamR documentation built on March 8, 2020, 1:31 a.m.