RE: [math] MATH-613 patch

2011-07-27 Thread Sébastien Brisard
Removed duplicate code from the new version of the patch. I do not think that the additional function call will play any significant role, except maybe on rather small vectors. This indeed should be verified with Gille's microbenchmarking class. Best, Sebastien

[math] MATH-613 patch

2011-07-27 Thread Sébastien Brisard
Patch has been updated in order to comply with CM's javadoc coding standards. S - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

[math] MATH-613 patch

2011-07-27 Thread Sébastien Brisard
Hello, please review patch MATH-613-20110727.patch, attached to JIRA MATH-613 (equivalent of DAXPY for RealVector). The patch includes a default implementation in AbstractRealVector, a better implementation for ArrayRealVector, as well as unit tests. No "optimized" implementation for OpenMapRealVec

MATH-613 patch

2011-07-27 Thread Sébastien Brisard
Hello, please review patch MATH-613-20110727.patch, attached to JIRA MATH-613 (equivalent of DAXPY for RealVector). The patch includes a default implementation in AbstractRealVector, a better implementation for ArrayRealVector, as well as unit tests. No "optimized" implementation for OpenMapRealVec