Wenzel Jakob | 38bd711 | 2015-07-05 20:05:44 +0200 | [diff] [blame] | 1 | Value constructor |
| 2 | Value constructor |
| 3 | Value constructor |
| 4 | Copy constructor |
| 5 | Destructor. |
| 6 | Destructor. |
| 7 | Value constructor |
| 8 | Copy constructor |
| 9 | Destructor. |
| 10 | Destructor. |
| 11 | Value constructor |
| 12 | Copy constructor |
| 13 | Destructor. |
| 14 | Destructor. |
| 15 | Value constructor |
| 16 | Copy constructor |
| 17 | Destructor. |
| 18 | Destructor. |
| 19 | Value constructor |
| 20 | Copy constructor |
| 21 | Destructor. |
| 22 | Destructor. |
| 23 | Value constructor |
| 24 | Copy constructor |
| 25 | Destructor. |
| 26 | Destructor. |
| 27 | v1 = [1.000000, 2.000000] |
| 28 | v2 = [3.000000, -1.000000] |
| 29 | v1+v2 = [4.000000, 1.000000] |
| 30 | v1-v2 = [-2.000000, 3.000000] |
| 31 | v1-8 = [-7.000000, -6.000000] |
| 32 | v1+8 = [9.000000, 10.000000] |
| 33 | v1*8 = [8.000000, 16.000000] |
| 34 | v1/8 = [0.125000, 0.250000] |
| 35 | (v1+v2)*2 = [8.000000, 2.000000] |
| 36 | Destructor. |
| 37 | Destructor. |