Learn R Programming

SimplicialComplex (version 0.1.0)

boundary_info: Get the boundary matrix and its reduction information in matrix form

Description

Get the boundary matrix and its reduction information in matrix form

Usage

boundary_info(filist)

Value

A list containing the boundary matrix, the last boundary row, and the pivot owner for persistence extraction.

Arguments

filist

Filtration list, each element includes simplex and time.

Examples

Run this code
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