📄️ NDArray Creation
You can create an NDArray using one of the following ways:
📄️ Indexing & Slicing
Indexing
📄️ Iterating
NDArray does implement the Traversable interface. You can iterate over an NDArray as you would a PHP array.
📄️ Broadcast
We are working to support broadcast, which means that arithmetic operations between NDArrays of different dimensions
📄️ GPU Support
When available through an NVIDIA card with CUDA support, NumPower can store and perform operations on the graphics