bsxfun_7_hinge_pow: 7 shaped binary array operation by bsxfun from matlab but...

Description Usage Arguments Value Examples

View source: R/RcppExports.R

Description

7 shaped binary array operation by bsxfun from matlab but with "hinge" shape

Usage

1

Arguments

A

matrix of size d1 by d2

B

matrix of size d3 by d2

Value

a matrix of dimension d3 by d1 by d2

Examples

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

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