/usr/include/openturns/swig/AggregatedNumericalMathEvaluationImplementation_doc.i is in libopenturns-dev 1.7-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 | %feature("docstring") OT::AggregatedNumericalMathEvaluationImplementation
"Aggregated numerical math evaluation implementation.
Available constructors:
AggregatedNumericalMathEvaluationImplementation(*functionsCollection*)
Parameters
----------
functionsCollection : sequence of :class:`~openturns.NumericalMathFunction`
A collection of functions :math:`(f_i)_{i = 1, \\\\ldots, l}` of size :math:`l`,
such that :math:`\\\\forall i \\\\in \\\\{1, \\\\ldots, l\\\\}`,
:math:`f_i : \\\\Rset^n \\\\rightarrow \\\\Rset^{p_i}`.
See also
--------
NumericalMathFunction, DatabaseNumericalMathEvaluationImplementation, DualLinearCombinationEvaluationImplementation,
LinearNumericalMathFunction
Notes
-----
It implements a :class:`~openturns.NumericalMathFunction`
:math:`f : \\\\Rset^n \\\\rightarrow \\\\Rset^{p_1 + \\\\ldots + p_l}` defined by:
.. math::
\\\\forall \\\\vect{x} \\\\in \\\\Rset^n, f(\\\\vect{x}) = \\\\Tr{(f_1(\\\\vect{x}), \\\\ldots, f_l(\\\\vect{x}))}
"
// ---------------------------------------------------------------------
%feature("docstring") OT::AggregatedNumericalMathEvaluationImplementation::getFunctionsCollection
"Accessor to the collection of functions.
Returns
-------
functionCol : :class:`~openturns.NumericalMathFunctionCollection`
The collection of functions defining :math:`f`."
// ---------------------------------------------------------------------
%feature("docstring") OT::AggregatedNumericalMathEvaluationImplementation::setFunctionsCollection
"Accessor to the collection of functions.
Parameters
----------
functionsCollection : sequence of :class:`~openturns.NumericalMathFunction`
The collection of functions :math:`(f_i)_{i = 1, \\\\ldots, l}` of size :math:`l`."
|