PEd_MatrixDeterminant

A function defined in PEd_matrix.gml

PEd_MatrixDeterminant(_matrix)

Description

Calculates determinant of the given matrix.

Arguments

Name Type Description
_matrix Array The matrix to calculate the determinant of.

Returns

Real The determinant.


Copyright © 2024, BlueBurn. Built on September 03, 2024 using GMDoc.