[
https://issues.apache.org/jira/browse/MATH-430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12934312#action_12934312
]
Gilles commented on MATH-430:
-----------------------------
I thought of an {{analysis.function}} package for grouping the function classes
so as to avoid overcrowding the {{analysis}} package; the interfaces would stay
in {{analysis}}.
> Function objects
> ----------------
>
> Key: MATH-430
> URL: https://issues.apache.org/jira/browse/MATH-430
> Project: Commons Math
> Issue Type: Bug
> Reporter: Gilles
> Assignee: Gilles
> Priority: Minor
> Fix For: 3.0
>
> Attachments: func.tar.gz
>
>
> Create a package {{function}} to contain classes implementing the
> {{UnivariateRealFunction}} interface for all the usual functions.
> As a consequence, all {{mapXxx}} methods and {{mapXxxToSelf}} methods in
> {{RealVector}} can be respectively replaced with
> {code}
> public void map(UnivariateRealFunction f);
> {code}
> and
> {code}
> public void mapToSelf(UnivariateRealFunction f);
> {code}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.