Skip to content

Commit 964f004

Browse files
committed
Removes bug related to higher order ZF multipliers for odd multi-dimensional non-linearities
1 parent ac3b3cb commit 964f004

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

analysis_scripts/verify_exp_stab_ZF_basis.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ variable X4(n_psi_til,n_psi_til) symmetric
130130
if n_psi_ch==1
131131
pos_Lemma(P1)>=tol*eye(n_psi_ch);
132132
pos_Lemma(P3)>=tol*eye(n_psi_ch);
133-
pos_Lemma(P2)>=tol*eye(n_psi);
134-
pos_Lemma(P4)>=tol*eye(n_psi);
133+
pos_Lemma(P2)>=tol*eye(n_psi_ch);
134+
pos_Lemma(P4)>=tol*eye(n_psi_ch);
135135
elseif n_psi_ch>=2
136136
X1>=tol*eye(n_psi_til)
137137
pos_Lemma(X1,P1)>=tol*eye(n_psi_til+1);

0 commit comments

Comments
 (0)