Minor update to LP-HGLET.jl
·
57 commits
to master
since this release
The input argument name for the graph Laplacian matrix specification has been changed from method
to gltype
(Graph Laplacian Type). The name method
should be only used in the functions in partition_fiedler.jl
, but not for HGLET and LP-HGLET. This induced some changes in ./test/dissertations/htli/scripts/Figure8.9.jl
and Figure8.10.jl
.