rowTimes: Calculates 'X \* a' with row first.

Description Usage Arguments Value

Description

R's default calculation of X \* a is with col first likes X[,1] \* a, X[,2] \* a, .... This function implements calclation with row first likes X[1,] \* a, X[1,] \* a, ....

Usage

1
rowTimes(X, a)

Arguments

X

timed matrix.

a

times vector.

Value

X \* a with row first.


hosscine/myfs documentation built on May 25, 2019, 6:20 p.m.