inverse

@get:JvmName(name = "inverse")
val inverse: DynamicMatrix(source)

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