|
lsst.afw g3a5ebb7d8a+28b83bf6a5
|
Go to the source code of this file.
Classes | |
| struct | lsst::afw::math::FitResults |
| Results from minimizing a function. More... | |
Namespaces | |
| namespace | lsst |
| namespace | lsst::afw |
| namespace | lsst::afw::math |
Functions | |
| template<typename ReturnT> | |
| FitResults | lsst::afw::math::minimize (lsst::afw::math::Function1< ReturnT > const &function, std::vector< double > const &initialParameterList, std::vector< double > const &stepSizeList, std::vector< double > const &measurementList, std::vector< double > const &varianceList, std::vector< double > const &xPositionList, double errorDef) |
| Find the minimum of a function(x). | |
| template<typename ReturnT> | |
| FitResults | lsst::afw::math::minimize (lsst::afw::math::Function2< ReturnT > const &function, std::vector< double > const &initialParameterList, std::vector< double > const &stepSizeList, std::vector< double > const &measurementList, std::vector< double > const &varianceList, std::vector< double > const &xPositionList, std::vector< double > const &yPositionList, double errorDef) |
| Find the minimum of a function(x, y). | |