#include <TooN/TooN.h>#include <cmath>
Go to the source code of this file.
Functions | |
| void | norm_in_place (Vector< 4 > &v) |
| void | norm_v_1 () |
| void | norm_v_2 () |
| void | norm_v_3 () |
| Vector< 4 > | unit (const Vector< 4 > &v) |
Variables | |
| Vector< 4 > & | v |
| void norm_in_place | ( | Vector< 4 > & | v | ) | [inline] |
Definition at line 9 of file normalize_test.cc.
| void norm_v_1 | ( | ) |
Definition at line 21 of file normalize_test.cc.
| void norm_v_2 | ( | ) |
Definition at line 26 of file normalize_test.cc.
| void norm_v_3 | ( | ) |
Definition at line 32 of file normalize_test.cc.
Definition at line 15 of file normalize_test.cc.
| Vector<4>& v |