pymc.math.matrix_inverse# pymc.math.matrix_inverse = Blockwise(core_op=MatrixInverse,signature=(m,m)->(m,m))# Generalizes a core Op to work with batched dimensions. TODO: C implementation? TODO: Fuse Blockwise?