Fix invalid pointer casts and negative stride handling in sparse
Cast npy_intp (usually int64) to int (not npy_intp* to int*, which is a
strict aliasing violation)
Use first-in-memory-order where the BLAS interface requires it,
not first-in-index-order; add negative stride test case
正在显示
请
注册
或者
登录
后发表评论