scijs / scijs-ndarray-for-matlab-users

Common scijs/ndarray operations for people familar with MATLAB (or at least not familiar with scijs)
18 stars 1 forks source link

Document how other datatypes do or might fit into the picture #2

Open rreusser opened 8 years ago

rreusser commented 8 years ago

Despite having worked with ndarrays, it's not quite clear to me exactly what the scope of, say, lazy ndarrays or rle-encoded ndarrays fit into the picture. (Currently, the blas-like and linear algebra methods I wrote only accept dense ndarrays.) It would be beneficial to document exactly where they do or should work, both for developers and for users.

rreusser commented 8 years ago

I understand now: it's generic arrays.