the NDArray default factory currently just uses th...
# datascience
k
the NDArray default factory currently just uses the builtin implementation, but it was designed to allow pluggable backends in case there is a backend that supports NDArray like nd4j does. So far all the things i've wrapped just support 2D.