mult_2matrix_rowsum: Element-wise multiply two matrices and take row sums

View source: R/RcppExports.R

mult_2matrix_rowsumR Documentation

Element-wise multiply two matrices and take row sums

Description

This function does no argument checking, please make sure a and b are matrices of the same dimension.

Usage

mult_2matrix_rowsum(a, b)

Arguments

a

a matrix

b

a matrix


mrc-ide/safir documentation built on Aug. 2, 2022, 10:47 a.m.