#include <KernelSolution.h>
|
int | _id |
| Unique ID for object.
|
|
Eigen::MatrixXd | _mMat |
| Derived least squares M matrix.
|
|
Eigen::VectorXd | _bVec |
| Derived least squares B vector.
|
|
Eigen::VectorXd | _aVec |
| Derived least squares solution matrix.
|
|
KernelSolvedBy | _solvedBy |
| Type of algorithm used to make solution.
|
|
bool | _fitForBackground |
| Background terms included in fit.
|
|
|
static int | _SolutionId = 0 |
| Unique identifier for solution.
|
|
Definition at line 174 of file KernelSolution.h.
◆ ImageT
◆ PixelT
◆ Ptr
◆ ConditionNumberType
◆ KernelSolvedBy
Enumerator |
---|
NONE | |
CHOLESKY_LDLT | |
CHOLESKY_LLT | |
LU | |
EIGENVECTOR | |
Definition at line 37 of file KernelSolution.h.
◆ SpatialKernelSolution()
◆ ~SpatialKernelSolution()
virtual lsst::ip::diffim::SpatialKernelSolution::~SpatialKernelSolution |
( |
| ) |
|
|
inlinevirtual |
◆ addConstraint()
void lsst::ip::diffim::SpatialKernelSolution::addConstraint |
( |
float |
xCenter, |
|
|
float |
yCenter, |
|
|
Eigen::MatrixXd const & |
qMat, |
|
|
Eigen::VectorXd const & |
wVec |
|
) |
| |
◆ getB()
Eigen::VectorXd const & lsst::ip::diffim::KernelSolution::getB |
( |
| ) |
|
|
inlineinherited |
◆ getConditionNumber() [1/2]
double lsst::ip::diffim::KernelSolution::getConditionNumber |
( |
ConditionNumberType |
conditionType | ) |
|
|
virtualinherited |
◆ getConditionNumber() [2/2]
double lsst::ip::diffim::KernelSolution::getConditionNumber |
( |
Eigen::MatrixXd const & |
mMat, |
|
|
ConditionNumberType |
conditionType |
|
) |
| |
|
virtualinherited |
◆ getId()
int lsst::ip::diffim::KernelSolution::getId |
( |
| ) |
const |
|
inlineinherited |
◆ getM()
Eigen::MatrixXd const & lsst::ip::diffim::KernelSolution::getM |
( |
| ) |
|
|
inlineinherited |
◆ getSolutionPair()
◆ getSolvedBy()
◆ makeKernelImage()
◆ printA()
void lsst::ip::diffim::KernelSolution::printA |
( |
| ) |
|
|
inlineinherited |
◆ printB()
void lsst::ip::diffim::KernelSolution::printB |
( |
| ) |
|
|
inlineinherited |
◆ printM()
void lsst::ip::diffim::KernelSolution::printM |
( |
| ) |
|
|
inlineinherited |
◆ solve() [1/2]
void lsst::ip::diffim::SpatialKernelSolution::solve |
( |
| ) |
|
|
virtual |
◆ solve() [2/2]
void lsst::ip::diffim::KernelSolution::solve |
( |
Eigen::MatrixXd const & |
mMat, |
|
|
Eigen::VectorXd const & |
bVec |
|
) |
| |
|
virtualinherited |
◆ _aVec
Eigen::VectorXd lsst::ip::diffim::KernelSolution::_aVec |
|
protectedinherited |
◆ _bVec
Eigen::VectorXd lsst::ip::diffim::KernelSolution::_bVec |
|
protectedinherited |
◆ _fitForBackground
bool lsst::ip::diffim::KernelSolution::_fitForBackground |
|
protectedinherited |
◆ _id
int lsst::ip::diffim::KernelSolution::_id |
|
protectedinherited |
◆ _mMat
Eigen::MatrixXd lsst::ip::diffim::KernelSolution::_mMat |
|
protectedinherited |
◆ _SolutionId
int lsst::ip::diffim::KernelSolution::_SolutionId = 0 |
|
staticprotectedinherited |
◆ _solvedBy
The documentation for this class was generated from the following files: