Key features:
· Fortran-style column-major arrays with A[i,j] indexing
· NumPy-like operations (element-wise math, slicing, broadcasting)
· Memory-safe allocation/deallocation
· Efficient views instead of copies for slicing operations
· Linear algebra support (matmul, transpose, etc)
It's written in pure C99 with no dependencies beyond standard math libraries. Perfect for scientific computing where you need both performance and expressiveness in C.