issues
search
lessthanoptimal
/
ddogleg
Java numerics library for optimization, polynomial root finding, sorting, robust model fitting, and more.
http://ddogleg.org
51
stars
18
forks
source link
DogArrayPrimitive
#18
Closed
lessthanoptimal
closed
3 years ago
lessthanoptimal
commented
3 years ago
Caught a contract violation when resizing.
Was filling in all values not just the new ones
Added resize() with an operator
Fixed and added new unit tests
Added resetResize() DogArray
Another resize variant with an index based operator BigDogArray
Base class is now BigDogArrayBase
Done to avoid potential naming conflict in future