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