powered by
Get the boundary matrix and its reduction information in matrix form
boundary_info(filist)
A list containing the boundary matrix, the last boundary row, and the pivot owner for persistence extraction.
Filtration list, each element includes simplex and time.
points <- matrix(c(0, 1, 1, 0, 0, 0, 1, 1), ncol = 2) filtration <- build_vr_filtration(points, eps_max=1.2) res <- boundary_info(filtration)
Run the code above in your browser using DataLab