[jira] [Commented] (MATH-894) Cleanup of ResizableDoubleArray (o.a.c.m.util)

2012-11-16 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/MATH-894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13498924#comment-13498924 ] Gilles commented on MATH-894: - float - double (in revision 1410469). Cleanup

[jira] [Commented] (MATH-894) Cleanup of ResizableDoubleArray (o.a.c.m.util)

2012-11-16 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/MATH-894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13499301#comment-13499301 ] Gilles commented on MATH-894: - Deprecated setter for fields that should be declared as final

[jira] [Commented] (MATH-894) Cleanup of ResizableDoubleArray (o.a.c.m.util)

2012-11-15 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/MATH-894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13498445#comment-13498445 ] Gilles commented on MATH-894: - initialCapacity field removed in revision 1410109.

[jira] [Commented] (MATH-894) Cleanup of ResizableDoubleArray (o.a.c.m.util)

2012-11-15 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/MATH-894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13498468#comment-13498468 ] Gilles commented on MATH-894: - New {{MathArrays.Function}} interface (as per Phil's proposal on

[jira] [Commented] (MATH-894) Cleanup of ResizableDoubleArray (o.a.c.m.util)

2012-11-15 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/MATH-894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13498471#comment-13498471 ] Gilles commented on MATH-894: - Revision 1410126: * UnivariateStatistic extends

[jira] [Commented] (MATH-894) Cleanup of ResizableDoubleArray (o.a.c.m.util)

2012-11-14 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/MATH-894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13497051#comment-13497051 ] Gilles commented on MATH-894: - Shall we make the expansionFactor, contractionCriteria[1] and

[jira] [Commented] (MATH-894) Cleanup of ResizableDoubleArray (o.a.c.m.util)

2012-11-14 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13497075#comment-13497075 ] Luc Maisonobe commented on MATH-894: bq. Shall we make the expansionFactor,

[jira] [Commented] (MATH-894) Cleanup of ResizableDoubleArray (o.a.c.m.util)

2012-11-14 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/MATH-894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13497177#comment-13497177 ] Gilles commented on MATH-894: - I also find it slightly odd that the expansionFactor and

[jira] [Commented] (MATH-894) Cleanup of ResizableDoubleArray (o.a.c.m.util)

2012-11-14 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/MATH-894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13497274#comment-13497274 ] Phil Steitz commented on MATH-894: -- I had the same thought about the dependency and agree

[jira] [Commented] (MATH-894) Cleanup of ResizableDoubleArray (o.a.c.m.util)

2012-11-14 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/MATH-894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13497525#comment-13497525 ] Gilles commented on MATH-894: - New protected methods getArrayRef() and getStartIndex() added in

[jira] [Commented] (MATH-894) Cleanup of ResizableDoubleArray (o.a.c.m.util)

2012-11-14 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/MATH-894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13497557#comment-13497557 ] Gilles commented on MATH-894: - DescriptiveStatistics updated in revision 1409509.

[jira] [Commented] (MATH-894) Cleanup of ResizableDoubleArray (o.a.c.m.util)

2012-11-14 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/MATH-894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13497575#comment-13497575 ] Gilles commented on MATH-894: - Would removing the _private_ initialCapacity field break

[jira] [Commented] (MATH-894) Cleanup of ResizableDoubleArray (o.a.c.m.util)

2012-11-14 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/MATH-894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13497589#comment-13497589 ] Phil Steitz commented on MATH-894: -- Changing names or removing private fields does not

[jira] [Commented] (MATH-894) Cleanup of ResizableDoubleArray (o.a.c.m.util)

2012-11-14 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/MATH-894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13497594#comment-13497594 ] Gilles commented on MATH-894: - bq. Would removing [...] private [...] field break compatibility?

[jira] [Commented] (MATH-894) Cleanup of ResizableDoubleArray (o.a.c.m.util)

2012-11-14 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/MATH-894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13497655#comment-13497655 ] Gilles commented on MATH-894: - It seems rather far-fetched to imagine that an application would