(vector_scale, vector_scale_x): Renamed former to the
authorMarius Vollmer <mvo@zagadka.de>
Wed, 27 Oct 2004 19:28:05 +0000 (19:28 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Wed, 27 Oct 2004 19:28:05 +0000 (19:28 +0000)
commit46d25cffa8c77140ce0e7214501824d7133bb117
treef09d6d4cd5257a61c36ffa205370bd5031c2d382
parentfaa00365939c4f311bac3d7f634bcc39ff0e6a61
(vector_scale, vector_scale_x): Renamed former to the
latter, since it modifies its argument.
(vector_scale_x, vector_sum_squares, scm_random_normal_vector_x):
Do not use scm_universal_vector_length for non-uniform vectors.
Use scm_f64vector_elements to access innards of uniform vectors.
libguile/random.c