[math] One more reason to add lombok

2015-12-30 Thread Ole Ersoy
Hi, This is a getter from RealMatrixFormat: /** * Get the format prefix. * * @return format prefix. */ public String getRowPrefix() { return rowPrefix; } Within RealMatrixFormat the properties include prefix and rowPrefix. Both have the same documentati

[math] RealMatrixFormat.parse()

2015-12-30 Thread Ole Ersoy
Hi, In RealMatrixFormat.parse() MatrixUtils makes the decision on what type of RealMatrix instance to return. Flexibility is gained if it just returns double[][] letting the caller decide what type of RealMatrix instance to create. It's also better for modularity, as is reduces RealMatrixFor

Re: [math] RealMatrixPreservingVisitor and RealMatrixChangingVisitor the same?

2015-12-30 Thread Ole Ersoy
On 12/30/2015 03:28 PM, Luc Maisonobe wrote: Le 30/12/2015 20:18, Ole Ersoy a écrit : Hi Luc, On 12/30/2015 03:55 AM, Luc Maisonobe wrote: Le 30/12/2015 06:18, Ole Ersoy a écrit : Hi, Hi Ole, RealMatrixPreservingVisitor and RealMatrixChangingVisitor files look identical with the exceptio

Re: [math] RealMatrixPreservingVisitor and RealMatrixChangingVisitor the same?

2015-12-30 Thread Luc Maisonobe
Le 30/12/2015 20:18, Ole Ersoy a écrit : > Hi Luc, > > On 12/30/2015 03:55 AM, Luc Maisonobe wrote: >> Le 30/12/2015 06:18, Ole Ersoy a écrit : >>> Hi, >> Hi Ole, >> >>> RealMatrixPreservingVisitor and RealMatrixChangingVisitor files look >>> identical with the exception of a single @see Default..

Re: [math] RealMatrixPreservingVisitor and RealMatrixChangingVisitor the same?

2015-12-30 Thread Ole Ersoy
Hi Luc, On 12/30/2015 03:55 AM, Luc Maisonobe wrote: Le 30/12/2015 06:18, Ole Ersoy a écrit : Hi, Hi Ole, RealMatrixPreservingVisitor and RealMatrixChangingVisitor files look identical with the exception of a single @see Default... annotation (Which I think is redundant...same as > All known

Re: [math] RealMatrixPreservingVisitor and RealMatrixChangingVisitor the same?

2015-12-30 Thread Luc Maisonobe
Le 30/12/2015 06:18, Ole Ersoy a écrit : > Hi, Hi Ole, > > RealMatrixPreservingVisitor and RealMatrixChangingVisitor files look > identical with the exception of a single @see Default... annotation > (Which I think is redundant...same as > All known implementing > classes...?). Would it make se