prod_matrices_bycol: element wise product of two matrices by column

View source: R/RcppExports.R

prod_matrices_bycolR Documentation

element wise product of two matrices by column

Description

element wise product of two matrices by column

Usage

prod_matrices_bycol(x, y)

Arguments

x

a matrix

y

a matrix with the same dimensions

Value

a matrix


geocmeans documentation built on Sept. 12, 2023, 9:06 a.m.