[ https://issues.apache.org/jira/browse/MATH-573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Luc Maisonobe resolved MATH-573. -------------------------------- Resolution: Fixed Fix Version/s: 3.0 Fixed in subversion repository as of r1101579. The same problem was also present in the add methods. Thanks for reporting the issue and providing the fix. > in ArrayFielVector i.e. subtract calls wrong constructor > -------------------------------------------------------- > > Key: MATH-573 > URL: https://issues.apache.org/jira/browse/MATH-573 > Project: Commons Math > Issue Type: Bug > Affects Versions: 3.0 > Reporter: Arne Plöse > Priority: Minor > Fix For: 3.0 > > > I.E. subtract calls > "return new ArrayFieldVector<T>(out)" this constructor clones the array... > "return new ArrayFieldVector<T>(field, out, false)" would be better > (preserving field as well) -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira