Home
last modified time | relevance | path

Searched defs:LeastSquaresProblem (Results 1 – 7 of 7) sorted by relevance

/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/external/CoMISo/NSolver/
H A DLeastSquaresProblem.hh35 class COMISODLLEXPORT LeastSquaresProblem : public NProblemInterface class
40 LeastSquaresProblem(const int _n_unknowns) :n_(_n_unknowns), x_(_n_unknowns, 0.0) {} in LeastSquaresProblem() function in COMISO::LeastSquaresProblem
/dports/math/openturns/openturns-1.18/python/src/
H A DLeastSquaresProblem.i10 namespace OT{ %extend LeastSquaresProblem { LeastSquaresProblem(const LeastSquaresProblem & other) … in LeastSquaresProblem() function
/dports/math/openturns/openturns-1.18/lib/src/Base/Optim/openturns/
H A DLeastSquaresProblem.hxx33 class OT_API LeastSquaresProblem class
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/fitting/leastsquares/
H A DLeastSquaresProblem.java41 public interface LeastSquaresProblem extends OptimizationProblem<LeastSquaresProblem.Evaluation> { interface
/dports/math/openturns/openturns-1.18/lib/src/Base/Optim/
H A DLeastSquaresProblem.cxx34 LeastSquaresProblem::LeastSquaresProblem() in LeastSquaresProblem() function in LeastSquaresProblem
40 LeastSquaresProblem::LeastSquaresProblem(const Function & residualFunction) in LeastSquaresProblem() function in LeastSquaresProblem
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/test/java/org/apache/commons/math3/fitting/leastsquares/
H A DStatisticalReferenceDataset.java144 class LeastSquaresProblem { class in StatisticalReferenceDataset
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/test/java/org/apache/commons/math3/optim/nonlinear/vector/jacobian/
H A DStatisticalReferenceDataset.java159 class LeastSquaresProblem { class in StatisticalReferenceDataset