1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
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]
myFunc.gradient(point)= [[ -0.721606 ]]
myFunc.hessian(point)= sheet #0
[[ -0.827568 ]]
called 6 times
myFunc= (FieldToPointFunction :
class=KarhunenLoeveProjection name=Unnamed input description=[v0] output description=[xi0,xi1,xi2,xi3,xi4,xi5,xi6,xi7] number of calls=0)o(PointToFieldFunction :
class=KarhunenLoeveLifting name=Unnamed input description=[xi0,xi1,xi2,xi3,xi4,xi5,xi6,xi7] output description=[v0] number of calls=0)
myFunc input description= [xi0,xi1,xi2,xi3,xi4,xi5,xi6,xi7]
myFunc output description= [xi0,xi1,xi2,xi3,xi4,xi5,xi6,xi7]
myFunc input dimension= 8
myFunc output dimension= 8
point= [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]
called 146 times
|