4 #include "../core/PersistentLaplacian.hpp"
20 template <
typename eigs_Algorithm = PersistentLaplacians::selfadjo
int,
typename up_Algorithm = PersistentLaplacians::schur>
26 for (
auto fbm : filtered_boundaries_temp){
30 std::cout <<
"Created filtered boundary matrices for cellular sheaf:" << std::endl;
32 std::cout <<
"\nDim " << i <<
" matrix:" << std::endl;
34 std::cout <<
"Dim " << i <<
" domain filtration values:";
36 std::cout <<
"Dim " << i <<
" range filtration values:";
39 std::cout <<
"got filtered coboundaries, now transpose" << std::endl;
45 std::cout <<
"done transposing" << std::endl;
Definition: PersistentLaplacian.hpp:30
std::vector< FilteredBoundaryMatrix< storage > > filtered_boundaries
Boundary matrix assuming real (or integer) coefficients.
Definition: PersistentLaplacian.hpp:38
int top_dim
Top dimension of the complex.
Definition: PersistentLaplacian.hpp:37
Definition: PersistentSheafLaplacian.hpp:21
PersistentSheafLaplacian(sheaf_simplex_tree &sst)
Definition: PersistentSheafLaplacian.hpp:23
Definition: sheaf_simplex_tree.hpp:20
std::vector< FilteredBoundaryMatrix< float > > apply_restriction_function()
Definition: sheaf_simplex_tree.hpp:53
Definition: PersistentLaplacians.cpp:7