File: t_Point_std.expout

package info (click to toggle)
openturns 1.26-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 67,708 kB
  • sloc: cpp: 261,605; python: 67,030; ansic: 4,378; javascript: 406; sh: 185; xml: 164; makefile: 101
file content (34 lines) | stat: -rw-r--r-- 1,011 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
size of point1 =  2
point1 =  class=Point name=Unnamed dimension=2 values=[0,1]
point1[0] = 0.000000
point1[1] = 1.000000
point2[0] = 10.000000
point2[1] = 11.000000
point3[0] = 0.000000
point3[1] = 1.000000
point= [0,1,2,3,4]
point4[0] = 1000.000000
point4[1] = 1001.000000
point5 =  class=Point name=Unnamed dimension=2 values=[10,12]
point6 =  class=Point name=Unnamed dimension=2 values=[-10,-10]
point7 =  class=Point name=Unnamed dimension=2 values=[20,24]
point8 =  class=Point name=Unnamed dimension=2 values=[0,0]
point9 =  [2.5,2.5]
point10 =  [2.5,2.5]
i =  class=Point name=Unnamed dimension=2 values=[1,0]
j =  class=Point name=Unnamed dimension=2 values=[0,1]
I =  class=Point name=Unnamed dimension=2 values=[2,0]
J =  class=Point name=Unnamed dimension=2 values=[0,3]
dotProduct = 0.000000
point8[2] =  3.0
point8[1:3] =  [2,3]
point8[:] =  [1,2,3,4,5]
point8 =  [1,88,99,4,5]
point8 =  [9,9,9,9,9]
Equality ?  True
pt =  [-3,-5,6]
pt[-1]= 6.0
pt[-1]= 8.0
[1.1,2.2,3.3]
1+Point -> ok
[-1,-2,-3]