File: t_PointToPointEvaluation_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 (31 lines) | stat: -rw-r--r-- 1,173 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
myFunc= ([x]->[sin(x)])o([x]->[cos(x)])
myFunc input description= [x]
myFunc output description= [y0]
myFunc input dimension= 1
myFunc output dimension= 1
point= [1.0]
myFunc(point)= [0.514395]
called  1  times
sample= [[1.0], [1.0], [1.0], [1.0], [1.0], [1.0], [1.0], [1.0], [1.0], [1.0]]
myFunc(sample)=     [ y0       ]
0 : [ 0.514395 ]
1 : [ 0.514395 ]
2 : [ 0.514395 ]
3 : [ 0.514395 ]
4 : [ 0.514395 ]
5 : [ 0.514395 ]
6 : [ 0.514395 ]
7 : [ 0.514395 ]
8 : [ 0.514395 ]
9 : [ 0.514395 ]
called  11  times
myFunc= (FieldToPointFunction :
  class=KarhunenLoeveProjection name=Unnamed input description=[v0] output description=[xi0,xi1,xi2,xi3,xi4,xi5,xi6,xi7,xi8,xi9] number of calls=0)o(PointToFieldFunction :
  class=KarhunenLoeveLifting name=Unnamed input description=[xi0,xi1,xi2,xi3,xi4,xi5,xi6,xi7,xi8,xi9] output description=[v0] number of calls=0)
myFunc input description= [xi0,xi1,xi2,xi3,xi4,xi5,xi6,xi7,xi8,xi9]#10
myFunc output description= [xi0,xi1,xi2,xi3,xi4,xi5,xi6,xi7,xi8,xi9]#10
myFunc input dimension= 10
myFunc output dimension= 10
point= [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]
myFunc(point)= [1,1,1,1,1,1,1,1,1,1]#10
called  1  times