forked from M-Labs/nac3
1
0
Fork 0
Commit Graph

9 Commits

Author SHA1 Message Date
lyken ec61b50486 core/ndstrides: implement ndarray iterator NDIter
A necessary utility to iterate through all elements in a possibly strided ndarray.
2024-10-04 15:42:52 +08:00
lyken b523a3e227 core/ndstrides: introduce NDArray
NDArray with strides.
2024-10-04 15:39:17 +08:00
lyken e4b050a64b core/irrt: fix exception.hpp C++ castings 2024-10-04 15:26:08 +08:00
Sébastien Bourdeauducq bd06155f34 irrt: compatibility with pre-C23 compilers 2024-09-05 18:54:55 +08:00
David Mak 15ac00708a [core] Use quoted include paths instead of angled brackets
This is preferred for user-defined headers.
2024-08-28 16:37:03 +08:00
lyken 9848795dcc core/irrt: add exceptions and debug utils 2024-08-27 22:55:22 +08:00
lyken 58222feed4 core/irrt: split into headers 2024-08-27 22:55:22 +08:00
lyken c6dade1394 core/irrt: reformat 2024-08-27 22:55:22 +08:00
lyken d3b4c60d7f core/irrt: comment build.rs & move irrt to nac3core/irrt 2024-08-27 22:55:22 +08:00