triangularize

Functions

block_triangularize(matrix[, matching])

Compute ordered partitions of the matrix's rows and columns that permute the matrix to block lower triangular form

get_blocks_from_maps(row_block_map, ...)

DEPRECATED.

get_diagonal_blocks(matrix[, matching])

DEPRECATED.

get_scc_of_projection(graph, top_nodes[, ...])

Return the topologically ordered strongly connected components of a bipartite graph, projected with respect to a perfect matching

map_coords_to_block_triangular_indices(matrix)