Learn R Programming

LMMELSM (version 0.2.0)

row_multiply_list_mats: Multiply a row by a list of matrices

Description

Multiply a row by a list of matrices

Usage

row_multiply_list_mats(r, mats)

Value

List of row by matrix products.

Arguments

r

Row vector.

mats

Author

Stephen R Martin