LSST Applications g04e9c324dd+8c5ae1fdc5,g134cb467dc+b203dec576,g18429d2f64+358861cd2c,g199a45376c+0ba108daf9,g1fd858c14a+dd066899e3,g262e1987ae+ebfced1d55,g29ae962dfc+72fd90588e,g2cef7863aa+aef1011c0b,g35bb328faa+8c5ae1fdc5,g3fd5ace14f+b668f15bc5,g4595892280+3897dae354,g47891489e3+abcf9c3559,g4d44eb3520+fb4ddce128,g53246c7159+8c5ae1fdc5,g67b6fd64d1+abcf9c3559,g67fd3c3899+1f72b5a9f7,g74acd417e5+cb6b47f07b,g786e29fd12+668abc6043,g87389fa792+8856018cbb,g89139ef638+abcf9c3559,g8d7436a09f+bcf525d20c,g8ea07a8fe4+9f5ccc88ac,g90f42f885a+6054cc57f1,g97be763408+06f794da49,g9dd6db0277+1f72b5a9f7,ga681d05dcb+7e36ad54cd,gabf8522325+735880ea63,gac2eed3f23+abcf9c3559,gb89ab40317+abcf9c3559,gbf99507273+8c5ae1fdc5,gd8ff7fe66e+1f72b5a9f7,gdab6d2f7ff+cb6b47f07b,gdc713202bf+1f72b5a9f7,gdfd2d52018+8225f2b331,ge365c994fd+375fc21c71,ge410e46f29+abcf9c3559,geaed405ab2+562b3308c0,gf9a733ac38+8c5ae1fdc5,w.2025.35
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 |