Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

simplifyNet (version 0.0.1)

sqrt_WDiag: Diagonal, m by m, weight matrix with sqrt(w_e) on the diagonal.

Description

Calculate the m by m diagonal weight matrix, W, for an inputted graph with sqrt(w_e) on the diagonal.

Usage

sqrt_WDiag(weights)

Value

Return diagonal weight matrix, W, with (we) on the diagonal.

Arguments

weights

List of edges corresponding to edge list.

Author

Alexander Mercier

Details

Intended as internal function.