Задача 0000002: змена методов get_weighted_sum на append_scaled для векторов / Task 0000002: replacement of get_weighted_sum methods on append_scaled for vectors
This commit is contained in:
parent
791557fb94
commit
7bd9c07f17
4 changed files with 22 additions and 332 deletions
|
@ -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 ==================== //
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue