kelley_test
kelley_test,
a MATLAB program which
calls kelley() to implement iterative methods for linear and nonlinear equations.
Related Data and Programs:
kelley,
a MATLAB library which
implements iterative methods for linear and nonlinear equations,
by Tim Kelley;
Source Code:
-
kelley_test01.m,
tests GMRES on a simple -1,2,-1 matrix;
-
kelley_test02.m,
tests TFQMR on a simple -1,2,-1 matrix;
-
kelley_test03.m,
tests BICGSTAB on a simple -1,2,-1 matrix;
-
kelley_test04.m,
tests GMRESB on a simple -1,2,-1 matrix;
-
kelley_test05.m,
tests PCGSOL on a simple -1,2,-1 matrix, and uses no
preconditioner;
-
kelley_test06.m,
tests NSOL on the Chandrasekhar function;
-
atx_121.m,
computes A*x, where A is the simple -1,2,-1 matrix;
-
chandrasekhar.m,
evaluates the Chandrasekhar function;
Last modified on 06 February 2019.