Skip to content

0.2.0

Compare
Choose a tag to compare
@superbobry superbobry released this 21 Sep 11:18
· 322 commits to master since this release
  • Changed all StridedVector members are now public.
  • Changed StridedVector.size to be a property instead of a function.
  • Removed StridedVector.wrap, please use DoubleArray.asStrided instead.
  • Implemented StridedVector.dot for the case when the argument is
    also a StridedVector.
  • Added StridedVector.quantile for (amortized) linear-time order
    statistic queries.
  • Added StridedVector.shuffle for randomly permuting vector elements.