gauss seidel abs rel compat
This commit is contained in:
@@ -26,7 +26,6 @@ function [x0,err,niter,ier] = jacobi_abs_compact (U,b,x0,toll,nmax)
|
||||
%detect right and left
|
||||
x=1;
|
||||
y=1;
|
||||
left= 0;
|
||||
right= 0;
|
||||
while U(x,y)==0
|
||||
right = right + 1;
|
||||
|
||||
Reference in New Issue
Block a user