Hi Thomas,
> Hi,
>
> I have investigated MATH-627, and I think we can remove the additional null
> checks (tested locally):
>
> * the iterators in RealVector and ArrayRealVector never return null as a
> result from next()
> * next() is only called when hasNext() returns true
>
> The thing I want
Le 03/05/2012 16:07, Thomas Neidhart a écrit :
> Hi,
Hi Thomas,
>
> I have investigated MATH-627, and I think we can remove the additional null
> checks (tested locally):
>
> * the iterators in RealVector and ArrayRealVector never return null as a
> result from next()
> * next() is only calle
Hi,
I have investigated MATH-627, and I think we can remove the additional null
checks (tested locally):
* the iterators in RealVector and ArrayRealVector never return null as a
result from next()
* next() is only called when hasNext() returns true
The thing I want to discuss is that RealVecto