smartcore icon indicating copy to clipboard operation
smartcore copied to clipboard

Implement `BaseMatrix` for `ndarray::ArrayView2`

Open mlondschien opened this issue 4 years ago • 0 comments

Why is this limited to owned arrays here? I'd rather not need to make a copy each time I train a model. https://github.com/smartcorelib/smartcore/blob/521dab49ef92a955eb860ca195c89feab17c4b59/src/linalg/ndarray_bindings.rs#L185-L187

mlondschien avatar Nov 09 '21 07:11 mlondschien