Skip to content

Commit

Permalink
grasp_eigendecomposition: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
bgirault-ensai authored and bgirault-usc committed Dec 17, 2021
1 parent 258c092 commit 13facd6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Graphs/Tools/grasp_eigendecomposition.m
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,18 @@
% Authors:
% - Benjamin Girault <[email protected]>
% - Benjamin Girault <[email protected]>
% - Benjamin Girault <[email protected]>

% Copyright Benjamin Girault, École Normale Supérieure de Lyon, FRANCE /
% Inria, FRANCE (2015)
% Copyright Benjamin Girault, University of Sourthern California, Los
% Angeles, California, USA (2017-2019)
% Copyright Benjamin Girault, École Nationale de la Statistique et de
% l'Analyse de l'Information, Bruz, FRANCE (2020-2021)
%
% [email protected]
% [email protected]
% [email protected]
%
% This software is a computer program whose purpose is to provide a Matlab
% / Octave toolbox for handling and displaying graph signals.
Expand Down Expand Up @@ -160,7 +164,6 @@
else
error('GraSP:Eigendecomposition:MatrixUnknown', 'Unknown matrix parameter!');
end
graph.L = graph.M; %TODO: Remove once it does not appear elsewhere

%% Graph Signals Inner Product
if isempty(options.inner_product)
Expand Down Expand Up @@ -285,4 +288,4 @@
graph.F = graph.Finv' * options.inner_product;
end
end
end
end

0 comments on commit 13facd6

Please sign in to comment.