Column-bind mlx arrays
cbind.mlx.RdColumn-bind mlx arrays
Usage
# S3 method for class 'mlx'
cbind(..., deparse.level = 1)Arguments
- ...
- Objects to bind. mlx arrays are kept in MLX; other inputs are coerced via - as_mlx().
- deparse.level
- Compatibility argument accepted for S3 dispatch; ignored. 
Details
Unlike base R's cbind(), this function supports arrays with more
than 2 dimensions and preserves all dimensions except the second (which is
summed across inputs). Base R's cbind() flattens higher-dimensional arrays
to matrices before binding.