Mercurial > hg > octave-nkf
diff liboctave/oct-rand.h @ 5275:23b37da9fd5b
[project @ 2005-04-08 16:07:35 by jwe]
author | jwe |
---|---|
date | Fri, 08 Apr 2005 16:07:37 +0000 |
parents | 79df15d4470c |
children | 4c8a2e4e0717 |
line wrap: on
line diff
--- a/liboctave/oct-rand.h +++ b/liboctave/oct-rand.h @@ -53,14 +53,14 @@ // Return a matrix of numbers from the sequence, filled in column // major order. - static Matrix matrix (int r, int c); + static Matrix matrix (octave_idx_type r, octave_idx_type c); // Return an N-dimensional array of numbers from the sequence, // filled in column major order. static NDArray nd_array (const dim_vector& dims); // Return an array of numbers from the sequence. - static Array<double> vector (int n); + static Array<double> vector (octave_idx_type n); }; #endif