[
https://issues.apache.org/jira/browse/MATH-430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12934307#action_12934307
]
Luc Maisonobe commented on MATH-430:
------------------------------------
No problem for me. I'm just wondering if you want to move only the
implementations are the interfaces too (univariate, bivariate, trivariate,
multivariate and real/vectorial).
> 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.