Рефакторинг и оптимизация вычислений / Refactoring and optimization of computations
This commit is contained in:
parent
03e390c1d0
commit
2655e43cb4
15 changed files with 810 additions and 829 deletions
|
|
@ -1 +1,105 @@
|
|||
#include "matrix2x2.h"
|
||||
|
||||
// ================= Inversion ================== //
|
||||
|
||||
int bg_fp32_matrix2x2_invert(BgFP32Matrix2x2* matrix)
|
||||
{
|
||||