aesara.tensor.nlinalg.matrix_inverse#
- aesara.tensor.nlinalg.matrix_inverse = <aesara.tensor.nlinalg.MatrixInverse object>[source]#
Computes the inverse of a matrix
.Given a square matrix
, matrix_inversereturns a square matrix
such that the dot product
and
equals the identity matrix
.Notes
When possible, the call to this op will be optimized to the call of
solve.