📄️ NDArray::add
Add arguments element-wise
📄️ NDArray::divide
Return the division between two arrays element-wise
📄️ NDArray::mod
Performs element-wise modulo operation between two arrays and returns a new array containing
📄️ NDArray::multiply
Multiply arrays element-wise
📄️ NDArray::negative
Computes the element-wise negation (unary minus) of an array, returning a new array with the negation of each element.
📄️ NDArray::positive
Numerical positive, element-wise.
📄️ NDArray::pow
Raises each element of an array $a to a specified power $b and returns a new array containing the result.
📄️ NDArray::subtract
Subtract two arrays element-wise