]> gitweb.michael.orlitzky.com - octave.git/commit - optimization/step_length_positive_definite.m
Replace ##-style comments with %-style comments in all non-test code.
authorMichael Orlitzky <michael@orlitzky.com>
Fri, 22 Mar 2013 17:39:31 +0000 (13:39 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 22 Mar 2013 17:39:31 +0000 (13:39 -0400)
commitb12c6c2a4bf4cef29b2e08b743c92889505c7ed9
treead85742d5eb003202096ce62d9af7ba84e029331
parente1b71b4ca7cfa08ac76744a17a3778d4ccfaa7e2
Replace ##-style comments with %-style comments in all non-test code.
56 files changed:
advection_matrix.m
advection_matrix_sparse.m
c_inner_product.m
c_norm.m
central_difference.m
diffusion_matrix_sparse.m
divided_difference.m
divided_difference_coefficients.m
envelope.m
fixed_point_method.m
forward_euler.m
forward_euler1.m
is_upper_triangular.m
legendre_p.m
legendre_p_tilde.m
misc/even.m
misc/odd.m
newtons_method.m
optimization/step_length_cgm.m
optimization/step_length_positive_definite.m
optimization/test_functions/extended_powell1.m
optimization/test_functions/extended_powell_gradient1.m
optimization/test_functions/extended_powell_hessian1.m
optimization/test_functions/extended_rosenbrock1.m
optimization/test_functions/extended_rosenbrock_gradient1.m
optimization/test_functions/extended_rosenbrock_hessian1.m
optimization/test_functions/himmelblau.m
optimization/test_functions/himmelblau1.m
optimization/test_functions/himmelblau_gradient.m
optimization/test_functions/himmelblau_gradient1.m
optimization/test_functions/himmelblau_hessian.m
optimization/test_functions/himmelblau_hessian1.m
optimization/test_functions/powell.m
optimization/test_functions/powell1.m
optimization/test_functions/powell_gradient.m
optimization/test_functions/powell_gradient1.m
optimization/test_functions/powell_hessian.m
optimization/test_functions/powell_hessian1.m
optimization/test_functions/rosenbrock.m
optimization/test_functions/rosenbrock1.m
optimization/test_functions/rosenbrock_gradient.m
optimization/test_functions/rosenbrock_gradient1.m
optimization/test_functions/rosenbrock_hessian.m
optimization/test_functions/rosenbrock_hessian1.m
optimization/test_functions/trigonometric1.m
optimization/test_functions/trigonometric_gradient1.m
optimization/test_functions/trigonometric_hessian1.m
optimization/test_functions/wood.m
optimization/test_functions/wood1.m
optimization/test_functions/wood_gradient.m
optimization/test_functions/wood_gradient1.m
optimization/test_functions/wood_hessian.m
optimization/test_functions/wood_hessian1.m
partition.m
permutation_matrices.m
poisson_matrix.m