nac3/nac3core
lyken 854a3eb6f0
core/ndstrides: implement np_shape() and np_strides()
These functions are not important, but they are handy for debugging +
implementing them takes little effort.

NOTE: `np.strides()` is not an actual NumPy function. You can only(?)
access them thru `ndarray.strides`.
2024-08-25 00:52:41 +08:00
..
irrt core/ndstrides: implement np_array() 2024-08-25 00:52:41 +08:00
src core/ndstrides: implement np_shape() and np_strides() 2024-08-25 00:52:41 +08:00
Cargo.toml [meta] Do not specify rev in dependency version 2024-08-21 15:36:54 +08:00
build.rs core/irrt/exceptions: add debug utils with exceptions 2024-08-24 15:35:00 +08:00