Closed t-ae closed 7 years ago
I'm planning to implement NDArray which is similar to numpy's ndarray. It'll replace Matrix finally. I think the features below are needed, useful, or easy to implement.
NDArray
Matrix
numpy.ndarray
Is there anything else? Or have any ideas?
PR #44
I'm planning to implement
NDArray
which is similar to numpy's ndarray. It'll replaceMatrix
finally. I think the features below are needed, useful, or easy to implement.Matrix
numpy.ndarray
Is there anything else? Or have any ideas?