/usr/include/openturns/swig/LeastSquaresMethod_doc.i is in libopenturns-dev 1.9-5.
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 47 48 49 50 51 52 53 | %feature("docstring") OT::LeastSquaresMethod
OT_LeastSquaresMethod_doc
%feature("docstring") OT::LeastSquaresMethod::buildCurrentBasis
OT_LeastSquaresMethod_buildCurrentBasis_doc
%feature("docstring") OT::LeastSquaresMethod::computeWeightedDesign
OT_LeastSquaresMethod_computeWeightedDesign_doc
%feature("docstring") OT::LeastSquaresMethod::getInputSample
OT_LeastSquaresMethod_getInputSample_doc
%feature("docstring") OT::LeastSquaresMethod::getWeight
OT_LeastSquaresMethod_getWeight_doc
%feature("docstring") OT::LeastSquaresMethod::getBasis
OT_LeastSquaresMethod_getBasis_doc
%feature("docstring") OT::LeastSquaresMethod::getCurrentIndices
OT_LeastSquaresMethod_getCurrentIndices_doc
%feature("docstring") OT::LeastSquaresMethod::getInitialIndices
OT_LeastSquaresMethod_getInitialIndices_doc
%feature("docstring") OT::LeastSquaresMethod::solve
OT_LeastSquaresMethod_solve_doc
%feature("docstring") OT::LeastSquaresMethod::solveNormal
OT_LeastSquaresMethod_solveNormal_doc
%feature("docstring") OT::LeastSquaresMethod::getGramInverse
OT_LeastSquaresMethod_getGramInverse_doc
%feature("docstring") OT::LeastSquaresMethod::getGramInverseDiag
OT_LeastSquaresMethod_getGramInverseDiag_doc
%feature("docstring") OT::LeastSquaresMethod::getGramInverseTrace
OT_LeastSquaresMethod_getGramInverseTrace_doc
%feature("docstring") OT::LeastSquaresMethod::getH
OT_LeastSquaresMethod_getH_doc
%feature("docstring") OT::LeastSquaresMethod::getHDiag
OT_LeastSquaresMethod_getHDiag_doc
%feature("docstring") OT::LeastSquaresMethod::trashDecomposition
OT_LeastSquaresMethod_trashDecomposition_doc
%feature("docstring") OT::LeastSquaresMethod::update
OT_LeastSquaresMethod_update_doc
// ---------------------------------------------------------------------
%feature("docstring") OT::LeastSquaresMethod::Build
"Instanciate a decomposition method from its name.
Parameters
----------
proxy : :class:`~openturns.DesignProxy`
Input sample
weight : sequence of float, optional
Output weights
indices : sequence of int
Indices allowed in the basis
Returns
-------
method : :class:`~openturns.LeastSquaresMethod`
The built method"
|