MatrixInvert function

MatrixC MatrixInvert(
  1. MatrixC mat
)

Implementation

MatrixC MatrixInvert(MatrixC mat)
  => _module.MatrixInvert(mat);