network_connectivity_matrix

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

Creates a connectivity matrix from a Network datastructure.

Parameters:
networkcompas.datastructures.Network

Network data structure.

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

Format of the result.

Returns:
array_like

Constructed connectivity matrix.