network_degree_matrix

compas.datastructures.network_degree_matrix(network, rtype='array')[source]

Creates a node degree matrix from a Network datastructure.

Parameters:
networkobj

Network datastructure object to get data from.

rtypeLiteral[‘array’, ‘csc’, ‘csr’, ‘coo’, ‘list’], optional

Format of the result.

Returns:
array_like

Constructed node degree matrix.