This commit is contained in:
xinxiao
2026-03-13 11:24:41 +08:00
commit 04e2bb29c7
238 changed files with 29102 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
function [z] = intADIz(z)
n = length(z);
Jz = cell(1,2);
Jz{1} = sparse( n, n);%
Jz{2} = sparse(n,n);%
z = ADI(z, Jz);