dot-rowMultiply_cpp: Multiply by a vector of values in each row

.rowMultiply_cppR Documentation

Multiply by a vector of values in each row

Description

Fast computation of sweep(X, FUN = "*", STATS = center, MARGIN = 2)

Usage

.rowMultiply_cpp(X, scale)

Arguments

X

A matrix.

scale

A vector with length the number of columns of X.

Value

A matrix of same size as x.


BuyseTest documentation built on March 31, 2023, 6:55 p.m.