]> OCCT Git - occt.git/commit
Foundation Classes - Matrix multiplied issue (#522)
authorPasukhin Dmitry <dpasukhi@opencascade.com>
Tue, 24 Jun 2025 11:38:31 +0000 (12:38 +0100)
committerGitHub <noreply@github.com>
Tue, 24 Jun 2025 11:38:31 +0000 (12:38 +0100)
commit97920011fa7caef4ce7902042f6d89b583e95114
treecc1a7d331b68b643f58a58d377c69f6735ff2182
parent57d6038b26740f00738001ae9dbc517de6bac9aa
Foundation Classes - Matrix multiplied issue (#522)

Refactor multiplication to avoid self-correlation issues by using a temporary copy.
Add a test file (math_Matrix_Test.cxx) to verify proper behavior.
src/FoundationClasses/TKMath/GTests/FILES.cmake
src/FoundationClasses/TKMath/GTests/math_Matrix_Test.cxx [new file with mode: 0644]
src/FoundationClasses/TKMath/math/math_Matrix.cxx