Construct adjacency matrix of the simplicial complex
simplcial_complex(
filter_values,
vertex_index,
num_levelsets,
num_intervals,
vertices_in_level_set,
points_in_vertex
)
An adjacency matrix representing the simplicial complex.
A matrix of filter values.
The number of vertices.
The total number of level sets.
A vector representing the number of intervals for each filter.
A list where each element contains the vertices corresponding to each level set.
A list where each element contains the points corresponding to each vertex.