LSSTApplications  20.0.0
LSSTDataManagementBasePackage
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
lsst::meas::modelfit::SamplingObjective Class Referenceabstract

#include <Sampler.h>

Public Member Functions

virtual int getParameterDim () const =0
 
virtual Scalar operator() (ndarray::Array< Scalar const, 1, 1 > const &parameters, afw::table::BaseRecord &sample) const =0
 
virtual ~SamplingObjective ()
 

Protected Member Functions

 SamplingObjective (boost::shared_ptr< Likelihood > likelihood)
 

Protected Attributes

boost::shared_ptr< Likelihood_likelihood
 
ndarray::Array< Pixel, 2,-1 > _modelMatrix
 

Detailed Description

Definition at line 33 of file Sampler.h.

Constructor & Destructor Documentation

◆ ~SamplingObjective()

virtual lsst::meas::modelfit::SamplingObjective::~SamplingObjective ( )
inlinevirtual

Definition at line 43 of file Sampler.h.

43 {}

◆ SamplingObjective()

lsst::meas::modelfit::SamplingObjective::SamplingObjective ( boost::shared_ptr< Likelihood likelihood)
explicitprotected

Member Function Documentation

◆ getParameterDim()

virtual int lsst::meas::modelfit::SamplingObjective::getParameterDim ( ) const
pure virtual

◆ operator()()

virtual Scalar lsst::meas::modelfit::SamplingObjective::operator() ( ndarray::Array< Scalar const, 1, 1 > const &  parameters,
afw::table::BaseRecord sample 
) const
pure virtual

Member Data Documentation

◆ _likelihood

boost::shared_ptr< Likelihood > lsst::meas::modelfit::SamplingObjective::_likelihood
protected

Definition at line 48 of file Sampler.h.

◆ _modelMatrix

ndarray::Array<Pixel,2,-1> lsst::meas::modelfit::SamplingObjective::_modelMatrix
protected

Definition at line 49 of file Sampler.h.


The documentation for this class was generated from the following file: