LSST Applications g0fba68d861+8796f1c9dc,g16d25e1f1b+33607d666a,g1ec0fe41b4+3ea9d11450,g1f759649c2+c17b94a1fc,g1fd858c14a+aebb9fd029,g2440f9efcc+8c5ae1fdc5,g35bb328faa+8c5ae1fdc5,g4d2262a081+5c8a4756fc,g53246c7159+8c5ae1fdc5,g56a49b3a55+5716f32fb1,g60b5630c4e+c17b94a1fc,g67b6fd64d1+3fc8cb0b9e,g78460c75b0+7e33a9eb6d,g786e29fd12+668abc6043,g8352419a5c+8c5ae1fdc5,g8852436030+e9e4df222f,g89139ef638+3fc8cb0b9e,g94187f82dc+c17b94a1fc,g989de1cb63+3fc8cb0b9e,g9ccd5d7f00+3d609152fb,g9d31334357+c17b94a1fc,g9f33ca652e+22d663a365,gabe3b4be73+8856018cbb,gabf8522325+977d9fabaf,gb1101e3267+3a8cf60186,gb89ab40317+3fc8cb0b9e,gc0af124501+acb716b74f,gcf25f946ba+e9e4df222f,gd6cbbdb0b4+1cc2750d2e,gd794735e4e+a4897207cf,gdb1c4ca869+be65c9c1d7,gde0f65d7ad+ff043aacb0,ge278dab8ac+6b863515ed,ge410e46f29+3fc8cb0b9e,gf35d7ec915+97dd712d81,gf5e32f922b+8c5ae1fdc5,gf618743f1b+c364d39d5f,gf67bdafdda+3fc8cb0b9e,w.2025.17
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 |