Skip to content

Commit

Permalink
Note possible improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
patnr committed Feb 27, 2024
1 parent ca79140 commit a21509a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dapper/tools/liveplotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -658,6 +658,9 @@ def circulant_ACF(C, do_abs=False):
"""Compute the auto-covariance-function corresponding to `C`.
This assumes it is the cov/corr matrix of a 1D periodic domain.
Vectorized or FFT implementations are
[possible](https://stackoverflow.com/questions/20360675).
"""
M = len(C)
# cols = np.flipud(sla.circulant(np.arange(M)[::-1]))
Expand Down

0 comments on commit a21509a

Please sign in to comment.