|
LSST Applications g00274db5b6+edbf708997,g00d0e8bbd7+edbf708997,g199a45376c+5137f08352,g1fd858c14a+1d4b6db739,g262e1987ae+f4d9505c4f,g29ae962dfc+7156fb1a53,g2cef7863aa+73c82f25e4,g35bb328faa+edbf708997,g3e17d7035e+5b3adc59f5,g3fd5ace14f+852fa6fbcb,g47891489e3+6dc8069a4c,g53246c7159+edbf708997,g64539dfbff+9f17e571f4,g67b6fd64d1+6dc8069a4c,g74acd417e5+ae494d68d9,g786e29fd12+af89c03590,g7ae74a0b1c+a25e60b391,g7aefaa3e3d+536efcc10a,g7cc15d900a+d121454f8d,g87389fa792+a4172ec7da,g89139ef638+6dc8069a4c,g8d7436a09f+28c28d8d6d,g8ea07a8fe4+db21c37724,g92c671f44c+9f17e571f4,g98df359435+b2e6376b13,g99af87f6a8+b0f4ad7b8d,gac66b60396+966efe6077,gb88ae4c679+7dec8f19df,gbaa8f7a6c5+38b34f4976,gbf99507273+edbf708997,gc24b5d6ed1+9f17e571f4,gca7fc764a6+6dc8069a4c,gcc769fe2a4+97d0256649,gd7ef33dd92+6dc8069a4c,gdab6d2f7ff+ae494d68d9,gdbb4c4dda9+9f17e571f4,ge410e46f29+6dc8069a4c,geaed405ab2+e194be0d2b,w.2025.47
LSST Data Management Base Package
|
This is the complete list of members for lsst::meas::modelfit::Mixture, including all inherited members.
| begin() | lsst::meas::modelfit::Mixture | inline |
| begin() const | lsst::meas::modelfit::Mixture | inline |
| clip(Scalar threshold=0.0) | lsst::meas::modelfit::Mixture | |
| clone() const | lsst::meas::modelfit::Mixture | virtual |
| Component typedef | lsst::meas::modelfit::Mixture | |
| ComponentList typedef | lsst::meas::modelfit::Mixture | |
| const_iterator typedef | lsst::meas::modelfit::Mixture | |
| draw(afw::math::Random &rng, ndarray::Array< Scalar, 2, 1 > const &x) const | lsst::meas::modelfit::Mixture | |
| dynamicCast(std::shared_ptr< Persistable > const &ptr) | lsst::afw::table::io::PersistableFacade< Mixture > | static |
| end() | lsst::meas::modelfit::Mixture | inline |
| end() const | lsst::meas::modelfit::Mixture | inline |
| evaluate(Component const &component, Eigen::MatrixBase< Derived > const &x) const | lsst::meas::modelfit::Mixture | inline |
| evaluate(Eigen::MatrixBase< Derived > const &x) const | lsst::meas::modelfit::Mixture | inline |
| evaluate(ndarray::Array< Scalar const, 2, 1 > const &x, ndarray::Array< Scalar, 1, 0 > const &p) const | lsst::meas::modelfit::Mixture | |
| evaluateComponents(ndarray::Array< Scalar const, 2, 1 > const &x, ndarray::Array< Scalar, 2, 1 > const &p) const | lsst::meas::modelfit::Mixture | |
| evaluateDerivatives(ndarray::Array< Scalar const, 1, 1 > const &x, ndarray::Array< Scalar, 1, 1 > const &gradient, ndarray::Array< Scalar, 2, 1 > const &hessian) const | lsst::meas::modelfit::Mixture | |
| evaluateDerivatives(Eigen::Matrix< Scalar, Eigen::Dynamic, 1 > &x, Eigen::Matrix< Scalar, Eigen::Dynamic, 1 > &gradient, Eigen::Matrix< Scalar, Eigen::Dynamic, Eigen::Dynamic > &hessian) const | lsst::meas::modelfit::Mixture | |
| evaluateDerivatives(Eigen::Matrix< Scalar, Eigen::Dynamic, 1 > &x, Eigen::Matrix< Scalar, Eigen::Dynamic, 1 > &gradient) const | lsst::meas::modelfit::Mixture | |
| getComponentCount() const | lsst::meas::modelfit::Mixture | inlinevirtual |
| getDegreesOfFreedom() const | lsst::meas::modelfit::Mixture | inline |
| getDimension() const | lsst::meas::modelfit::Mixture | inline |
| getPersistenceName() const override | lsst::meas::modelfit::Mixture | protectedvirtual |
| getPythonModule() const override | lsst::meas::modelfit::Mixture | inlineprotectedvirtual |
| isPersistable() const noexcept override | lsst::meas::modelfit::Mixture | inlinevirtual |
| iterator typedef | lsst::meas::modelfit::Mixture | |
| Mixture(int dim, ComponentList &components, Scalar df=std::numeric_limits< Scalar >::infinity()) | lsst::meas::modelfit::Mixture | explicit |
| normalize() | lsst::meas::modelfit::Mixture | |
| operator<<(std::ostream &os, Mixture const &self) | lsst::meas::modelfit::Mixture | friend |
| operator=(Persistable const &other) noexcept=default | lsst::afw::table::io::Persistable | protected |
| operator=(Persistable &&other) noexcept=default | lsst::afw::table::io::Persistable | protected |
| operator[](std::size_t i) | lsst::meas::modelfit::Mixture | inline |
| operator[](std::size_t i) const | lsst::meas::modelfit::Mixture | inline |
| OutputArchiveHandle typedef | lsst::afw::table::io::Persistable | protected |
| Persistable() noexcept=default | lsst::afw::table::io::Persistable | protected |
| Persistable(Persistable const &other) noexcept=default | lsst::afw::table::io::Persistable | protected |
| Persistable(Persistable &&other) noexcept=default | lsst::afw::table::io::Persistable | protected |
| project(int dim) const | lsst::meas::modelfit::Mixture | |
| project(int dim1, int dim2) const | lsst::meas::modelfit::Mixture | |
| readFits(fits::Fits &fitsfile) | lsst::afw::table::io::PersistableFacade< Mixture > | inlinestatic |
| readFits(std::string const &fileName, int hdu=fits::DEFAULT_HDU) | lsst::afw::table::io::PersistableFacade< Mixture > | inlinestatic |
| readFits(fits::MemFileManager &manager, int hdu=fits::DEFAULT_HDU) | lsst::afw::table::io::PersistableFacade< Mixture > | inlinestatic |
| setDegreesOfFreedom(Scalar df=std::numeric_limits< Scalar >::infinity()) | lsst::meas::modelfit::Mixture | |
| shift(int dim, Scalar offset) | lsst::meas::modelfit::Mixture | |
| size() const | lsst::meas::modelfit::Mixture | inline |
| updateEM(ndarray::Array< Scalar const, 2, 1 > const &x, ndarray::Array< Scalar const, 1, 0 > const &w, Scalar tau1=0.0, Scalar tau2=0.5) | lsst::meas::modelfit::Mixture | |
| updateEM(ndarray::Array< Scalar const, 2, 1 > const &x, ndarray::Array< Scalar const, 1, 0 > const &w, UpdateRestriction const &restriction, Scalar tau1=0.0, Scalar tau2=0.5) | lsst::meas::modelfit::Mixture | |
| updateEM(ndarray::Array< Scalar const, 2, 1 > const &x, UpdateRestriction const &restriction, Scalar tau1=0.0, Scalar tau2=0.5) | lsst::meas::modelfit::Mixture | |
| UpdateRestriction typedef | lsst::meas::modelfit::Mixture | |
| write(OutputArchiveHandle &handle) const override | lsst::meas::modelfit::Mixture | protectedvirtual |
| writeFits(std::string const &fileName, std::string const &mode="w") const | lsst::afw::table::io::Persistable | |
| writeFits(fits::MemFileManager &manager, std::string const &mode="w") const | lsst::afw::table::io::Persistable | |
| writeFits(fits::Fits &fitsfile) const | lsst::afw::table::io::Persistable | |
| ~Persistable() noexcept=default | lsst::afw::table::io::Persistable | virtual |