compute_pairwise_sum_of_list {geex} | R 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 |
... |
additional arguments passed to Either |
[Package geex version 1.1.1 Index]