inverse

@get:JvmName(name = "inverse")
val inverse: Matrix

The inverse of this matrix. The matrix must be square and invertible. If the matrix is not square, use pseudoInverse instead.