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
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
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
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