|
lsst.meas.modelfit g9a9c865167+311602a9c2
|
Helper class for evaluating the -log of a TruncatedGaussian. More...
#include <TruncatedGaussian.h>
Public Member Functions | |
| TruncatedGaussianEvaluator (TruncatedGaussian const &parent) | |
| template<typename Derived> | |
| Scalar | operator() (Eigen::MatrixBase< Derived > const &alpha) const |
| Scalar | operator() (ndarray::Array< Scalar const, 1, 1 > const &alpha) const |
| void | operator() (ndarray::Array< Scalar const, 2, 1 > const &alpha, ndarray::Array< Scalar, 1, 1 > const &output) const |
Helper class for evaluating the -log of a TruncatedGaussian.
Definition at line 274 of file TruncatedGaussian.h.
|
inlineexplicit |
Definition at line 277 of file TruncatedGaussian.h.
|
inline |
Definition at line 282 of file TruncatedGaussian.h.
| Scalar lsst::meas::modelfit::TruncatedGaussianEvaluator::operator() | ( | ndarray::Array< Scalar const, 1, 1 > const & | alpha | ) | const |
| void lsst::meas::modelfit::TruncatedGaussianEvaluator::operator() | ( | ndarray::Array< Scalar const, 2, 1 > const & | alpha, |
| ndarray::Array< Scalar, 1, 1 > const & | output ) const |