Package: graphene

Function graphene:matrix-inverse

Lambda List

graphene:matrix-inverse (matrix result)

Arguments

matrix -- a graphene:matrix-t instance

Return Value

The graphene:matrix-t instance with the inversed matrix, nil if the matrix is not invertible.

Details

Inverts the given matrix.
 

See also

#2024-12-30