Compute the sum of a list of matrices to sum
compute_pairwise_sum_of_list(.l, .w = NULL, .wFUN = NULL, ...)a list of matrices
a numeric vector of weights
a function of i, j, and (optionally) additional
arguments
additional arguments passed to .wFUN
Either .w or .wFUN must be specified but not both.