File: t_ParametricFunction_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 (6 lines) | stat: -rw-r--r-- 558 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
g2= ParametricEvaluation([x0,x1,x2,x3,x4]->[sin(x0) + x1 * cos(x2) / exp(x3),-2.0 * x0 + x1 * x2^2 + cos(x3),x0 / (abs(x1) * x2^2 + x3 + 1.0)], parameters positions=[3,1], parameters=[x3 : 0.85, x1 : 0.85], input positions=[0,2,4])
g2(x)= [0.690284,2.05998,0.190476]
g3= ParametricEvaluation([x0,x1,x2,x3,x4]->[sin(x0) + x1 * cos(x2) / exp(x3),-2.0 * x0 + x1 * x2^2 + cos(x3),x0 / (abs(x1) * x2^2 + x3 + 1.0)], parameters positions=[0,2,4], parameters=[x0 : 1, x2 : 2, x4 : 0], input positions=[3,1])
g3(x)= [0.690284,2.05998,0.190476]
[[ 0 1 1 ]]
[[ 1 1 ]]