0.2.0
- Changed all
StridedVector
members are now public. - Changed
StridedVector.size
to be a property instead of a function. - Removed
StridedVector.wrap
, please useDoubleArray.asStrided
instead. - Implemented
StridedVector.dot
for the case when the argument is
also aStridedVector
. - Added
StridedVector.quantile
for (amortized) linear-time order
statistic queries. - Added
StridedVector.shuffle
for randomly permuting vector elements.