📄️ NDArray::copy
Create a copy of array $a.
📄️ NDArray::flatten
Return a copy of the array $a into one dimension.
📄️ NDArray::reshape
Changes the shape of the NDArray.
📄️ NDArray::shape
Return a PHP array representing the shape of the NDArray
📄️ NDArray::size
Return the total number of elements in the NDArray.
📄️ NDArray::toArray
Return a PHP array with the same shape and a copy of values of the NDArray.
📄️ NDArray::transpose
Return the transpose of matrix $a