File: t_PointToPointConnection_std.expout

package info (click to toggle)
openturns 1.24-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 66,204 kB
  • sloc: cpp: 256,662; python: 63,381; ansic: 4,414; javascript: 406; sh: 180; xml: 164; yacc: 123; makefile: 98; lex: 55
file content (21 lines) | stat: -rw-r--r-- 906 bytes parent folder | download | duplicates (2)
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