qttools.kernels.linalg.inv#
source module qttools.kernels.linalg.inv
Functions
-
inv — Computes the (batched) inverse of a matrix.
source 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.