Calculate the determinant of a 3x3 matrix.
- Template Parameters
-
| T_RegisterType | Vector register type that represents a row or column of the matrix |
- Parameters
-
| [in] | mat | The matrix data as array in row-major or column-major format. Each register represents a single row/column |
- Returns
- Determinant of the matrix