Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
# Conflicts:
#	spektral/utils/convolution.py
  • Loading branch information
danielegrattarola committed Nov 30, 2020
2 parents c4c87a0 + 202ab1f commit 49787da
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spektral/utils/convolution.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,7 @@ def chebyshev_filter(A, k, symmetric=True):
in [Defferrard et at. (2016)](https://arxiv.org/abs/1606.09375).
:param A: rank 2 array or sparse matrix;
:param k: integer, the order of the Chebyshev polynomial;
:param symmetric: boolean, whether to normalize the
matrix as
:param symmetric: boolean, whether to normalize the matrix as
\(\D^{-\frac{1}{2}}\A\D^{-\frac{1}{2}}\) or as \(\D^{-1}\A\);
:return: a list of k + 1 arrays or sparse matrices with one element for each
degree of the polynomial.
Expand Down

0 comments on commit 49787da

Please sign in to comment.