listprod: Element-wise matrix products between two lists.

Description Usage Arguments Value Author(s)

Description

Given two lists of matrices with conformable dimensions, listprod returns a list whose elements are the matrix products of the elements of these two lists.

Usage

1
listprod(A, B)

Arguments

A

A list of matrices.

B

A second list of matrices.

Value

A list C such that C[[i]] = A[[i]] %*% B[[i]].

Author(s)

David Gerard.


tensr documentation built on May 2, 2019, 2:32 p.m.