Skip to content

Commit

Permalink
swap arg order in applyToep.m for inv1d2 tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
ahbarnett committed Jan 31, 2024
1 parent 7633d26 commit 75495df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorial/applyToep.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function Tx = applyToep(x,vhat)
% APPLYTOEP fast matrix-vector multiply with square Toeplitz matrix
%
% Tx = applyToep(vhat,a) multiplies vector x by the square N*N (generally
% Tx = applyToep(x,vhat) multiplies vector x by the square N*N (generally
% non-symmetric) Toeplitz matrix T defined by a vector v of length 2N-1
% whose 2N-padded DFT vhat = fft([v;0]) the user must supply.
% The convention for v (as in Raymond
Expand Down

0 comments on commit 75495df

Please sign in to comment.