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
|