compute_pairwise_sum_of_list: Compute the sum of a list of matrices to sum

View source: R/compute_funs.R

compute_pairwise_sum_of_listR Documentation

Compute the sum of a list of matrices to sum

Description

Compute the sum of a list of matrices to sum

Usage

compute_pairwise_sum_of_list(.l, .w = NULL, .wFUN = NULL, ...)

Arguments

.l

a list of matrices

.w

a numeric vector of weights

.wFUN

a function of i, j, and (optionally) additional arguments

...

additional arguments passed to .wFUN

Either .w or .wFUN must be specified but not both.


geex documentation built on Aug. 8, 2022, 5:05 p.m.