Scenic.Math.Matrix.adjugate

You're seeing just the function adjugate, go back to Scenic.Math.Matrix module for more information.

Specs

adjugate(matrix :: Scenic.Math.matrix()) :: Scenic.Math.matrix()

Calculate the adjugate of a matrix

This operation is implemented as a NIF for performance.

Parameters:

  • matrix: A matrix

Returns: The resulting matrix