Добавление функций среднего от 2 и от 3 для матриц, добавление функций альтернативного двойного векторного произведения векторов.
This commit is contained in:
parent
3b7aa5088b
commit
bba8a65c1a
10 changed files with 258 additions and 1 deletions
|
|
@ -963,6 +963,70 @@ inline int bgc_fp64_matrix3x3_divide_by_real(BGC_FP64_Matrix3x3* quotient, const
|
|||
return BGC_SUCCESS;
|
||||
}
|
||||
|
||||
// ================== Average2 ================== //
|
||||
|
||||