inv# Includes our inv bindings. Functions: inv – Computes the (batched) inverse of a matrix. inv # inv(a: NDArray) -> NDArray Computes the (batched) inverse of a matrix. Parameters: a (NDArray) – The (batched) matrix. Returns: NDArray – The inverse (batched) of the matrix. API