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