1%feature("docstring") OT::LeastSquaresMethod
2OT_LeastSquaresMethod_doc
3%feature("docstring") OT::LeastSquaresMethod::computeWeightedDesign
4OT_LeastSquaresMethod_computeWeightedDesign_doc
5%feature("docstring") OT::LeastSquaresMethod::getInputSample
6OT_LeastSquaresMethod_getInputSample_doc
7%feature("docstring") OT::LeastSquaresMethod::getWeight
8OT_LeastSquaresMethod_getWeight_doc
9%feature("docstring") OT::LeastSquaresMethod::getBasis
10OT_LeastSquaresMethod_getBasis_doc
11%feature("docstring") OT::LeastSquaresMethod::getCurrentIndices
12OT_LeastSquaresMethod_getCurrentIndices_doc
13%feature("docstring") OT::LeastSquaresMethod::getInitialIndices
14OT_LeastSquaresMethod_getInitialIndices_doc
15%feature("docstring") OT::LeastSquaresMethod::solve
16OT_LeastSquaresMethod_solve_doc
17%feature("docstring") OT::LeastSquaresMethod::solveNormal
18OT_LeastSquaresMethod_solveNormal_doc
19%feature("docstring") OT::LeastSquaresMethod::getGramInverse
20OT_LeastSquaresMethod_getGramInverse_doc
21%feature("docstring") OT::LeastSquaresMethod::getGramInverseDiag
22OT_LeastSquaresMethod_getGramInverseDiag_doc
23%feature("docstring") OT::LeastSquaresMethod::getGramInverseTrace
24OT_LeastSquaresMethod_getGramInverseTrace_doc
25%feature("docstring") OT::LeastSquaresMethod::getH
26OT_LeastSquaresMethod_getH_doc
27%feature("docstring") OT::LeastSquaresMethod::getHDiag
28OT_LeastSquaresMethod_getHDiag_doc
29%feature("docstring") OT::LeastSquaresMethod::trashDecomposition
30OT_LeastSquaresMethod_trashDecomposition_doc
31%feature("docstring") OT::LeastSquaresMethod::update
32OT_LeastSquaresMethod_update_doc
33
34// ---------------------------------------------------------------------
35
36%feature("docstring") OT::LeastSquaresMethod::Build
37"Instanciate a decomposition method from its name.
38
39Parameters
40----------
41name : str
42    The name of the least-squares method
43    Values are 'QR', 'SVD', 'Cholesky'
44proxy : :class:`~openturns.DesignProxy`
45    Input sample
46weight : sequence of float, optional
47    Output weights
48indices : sequence of int
49    Indices allowed in the basis
50design : 2-d sequence of float
51    A priori known design matrix
52
53Returns
54-------
55method : :class:`~openturns.LeastSquaresMethod`
56    The built method"
57