Ziqi created MATH-1329:
--------------------------
Summary: RealVector.Entry is private, cannot be used outside class
Key: MATH-1329
URL: https://issues.apache.org/jira/browse/MATH-1329
Project: Commons Math
Issue Type: Bug
Affects Versions: 3.6
Environment: Any
Reporter: Ziqi
RealVector class has two methods that return an iterator to allow iterating
through the entries in the vector:
RealVector.sparseIterator()
RealVector.iterator()
Both return Iterator<RealVector.Entry>
However, RealVector.Entry is a private class defined within RealVector. As a
result, it is not possible to use the returned iterator to go through the
values outside the class RealVector.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)