Задача 0000002: змена методов get_weighted_sum на append_scaled для векторов / Task 0000002: replacement of get_weighted_sum methods on append_scaled for vectors

This commit is contained in:
Andrey Pokidov 2024-11-19 14:38:57 +07:00
parent 791557fb94
commit 7bd9c07f17
4 changed files with 22 additions and 332 deletions

View file

@ -147,7 +147,7 @@ static inline void dp_versor_set(const double s0, const double x1, const double
return;
}
__sp_versor_normalize(square_module, result);
__dp_versor_normalize(square_module, result);
}
// ==================== Copy ==================== //