0.1.2
- Overloaded - and / operations for
StridedVector
. - Removed redundant boxing and copying in
StridedVector.sorted
. - Fixed indexing in
StridedMatrix3.equals
. - Added two new operations
StridedVector.mean
andStridedVector.sumSq
,
which are also applicable to matrices.