sqrt_WDiag {simplifyNet} | R Documentation |
sqrt(w_e)
on the diagonal.Calculate the m by m diagonal weight matrix, W
, for an inputted graph with sqrt(w_e)
on the diagonal.
sqrt_WDiag(weights)
weights |
List of edges corresponding to edge list. |
Intended as internal function.
Return diagonal weight matrix, W
, with \sqrt(w_e)
on the diagonal.
Alexander Mercier