]> gitweb.michael.orlitzky.com - octave.git/tree
Add first implementation of the conjugate gradient method and its tests.
-rw-r--r-- 329 .octaverc
-rw-r--r-- 3173 advection_matrix.m
-rw-r--r-- 677 advection_matrix_sparse.m
-rw-r--r-- 551 c_inner_product.m
-rw-r--r-- 451 c_norm.m
-rw-r--r-- 1437 central_difference.m
-rw-r--r-- 314 construct.m
-rw-r--r-- 682 diffusion_matrix_sparse.m
-rw-r--r-- 855 divided_difference.m
-rw-r--r-- 575 divided_difference_coefficients.m
-rw-r--r-- 1029 envelope.m
-rw-r--r-- 810 fixed_point_method.m
-rw-r--r-- 2249 forward_euler.m
-rw-r--r-- 441 forward_euler1.m
-rw-r--r-- 281 is_positive_definite.m
-rw-r--r-- 138 is_upper_triangular.m
-rw-r--r-- 645 legendre_p.m
-rw-r--r-- 670 legendre_p_tilde.m
drwxr-xr-x - misc
-rw-r--r-- 1025 newtons_method.m
drwxr-xr-x - optimization
-rw-r--r-- 779 partition.m
-rw-r--r-- 683 permutation_matrices.m
-rw-r--r-- 1959 poisson_matrix.m
-rwxr-xr-x 269 run-tests.m
drwxr-xr-x - tests
-rw-r--r-- 681 tridiagonal.m
drwxr-xr-x - unit_test