-
由 Rebecca N. Palmer 提交于
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
ff969f3b