[
https://issues.apache.org/jira/browse/MATH-1180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gilles resolved MATH-1180.
--------------------------
Resolution: Fixed
Method added in commit de73ad3115c19d5f0771754d233d74055a2a10bc
Its name was changed to "sequence".
> Generalization of "natural" in "MathArrays"
> -------------------------------------------
>
> Key: MATH-1180
> URL: https://issues.apache.org/jira/browse/MATH-1180
> Project: Commons Math
> Issue Type: New Feature
> Reporter: Gilles
> Assignee: Gilles
> Priority: Trivial
> Fix For: 3.4
>
>
> I propose to add a method
> {code}
> public static void natural(int n, int offset);
> {code}
> in {{MathArrays}}.
> For example, with
> {code}
> int[] v = MathArrays.natural(3, 6);
> {code}
> "v" would be \{ 6, 7, 8 \}.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)