Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.0
-
None
-
None
Description
The RealMatrix interface contains getSubMatrix methods to retrieve submatrices. In the same way, I think it would be helpful to have getSubVector methods in the RealVector interface to retrieve sub vectors.
I know that the get method already does this but I think it would help if the method signatures for the getters/setters in the Vector and Matrix classes were made as similar as possible.