jdelauney / SIMD-VectorMath-UnitTest

For testing asm SIMD (SSE/SSE 2/SSE 3/SSE 4.x / AVX /AVX 2) vector math library (2f, 4f, matrix, quaternion...) with Lazarus and FreePascal Compiler
Mozilla Public License 2.0
8 stars 0 forks source link

Matrix Determinant #7

Closed jdelauney closed 6 years ago

jdelauney commented 6 years ago

With the latest test "MatrixFunctionalTest" TGLZMatix4f.GetDetermiant is broken but when the matrix is transpose the result of getdeterminant is right ????

Why ??