]> gitweb.michael.orlitzky.com - octave.d.git/commit
**/*.m: load the statistics package for unifrnd
authorMichael Orlitzky <michael@orlitzky.com>
Mon, 9 Mar 2026 12:59:13 +0000 (08:59 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 9 Mar 2026 12:59:13 +0000 (08:59 -0400)
commit86bf68da949dcd7b5efcd5f0da24eb2a0e3da645
treea48533ef6301a3b1fba43a4a94fabd7d6f13b2c5
parent6aca8f87af69963c37aa8d2d3bd141c824576102
**/*.m: load the statistics package for unifrnd

The unifrnd() function was moved to the statistics package in
Octave 4.4:

  https://octave.org/NEWS-4.4.html

We add "pkg load statistics;" where necessary, and now implicitly
depend on the statistics package.
random_positive_definite_matrix.m
tests/conjugate_gradient_method_tests.m
tests/preconditioned_conjugate_gradient_method_tests.m
tests/steepest_descent_tests.m