Details
-
New Feature
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
None
-
None
-
None
Description
I propose to add a method
public static void natural(int n, int offset);
in MathArrays.
For example, with
int[] v = MathArrays.natural(3, 6);
"v" would be { 6, 7, 8 }.