[ 
https://issues.apache.org/jira/browse/MATH-399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Luc Maisonobe closed MATH-399.
------------------------------


Closing issue as it was included in version 2.2, which has been released

> Incorrect javadoc for RealVector subtract method
> ------------------------------------------------
>
>                 Key: MATH-399
>                 URL: https://issues.apache.org/jira/browse/MATH-399
>             Project: Commons Math
>          Issue Type: Bug
>            Reporter: Julien Ruiz
>            Priority: Minor
>   Original Estimate: 4h
>  Remaining Estimate: 4h
>
> subtract method decription is :
> 069         * Compute this minus v.
> 070         * @param v vector to be subtracted
> 071         * @return this + v
> 072         * @throws IllegalArgumentException if v is not the same size as 
> this
> 073         */
> (...)
> 080         * @return this + v
> Should be : return this - v
> Besides, method might be renamed to substract .

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to