Template Class RegularizedKernelSolution¶
Defined in File KernelSolution.h
Inheritance Relationships¶
Base Type¶
public lsst::ip::diffim::StaticKernelSolution< InputT >(Template Class StaticKernelSolution)
Class Documentation¶
-
template<typename
InputT>
classRegularizedKernelSolution: public lsst::ip::diffim::StaticKernelSolution<InputT>¶ Public Types
-
typedef std::shared_ptr<RegularizedKernelSolution<InputT>>
Ptr¶
Public Functions
-
RegularizedKernelSolution(lsst::afw::math::KernelList const &basisList, bool fitForBackground, Eigen::MatrixXd const &hMat, lsst::daf::base::PropertySet const &ps)¶
-
virtual
~RegularizedKernelSolution()¶
-
void
solve()¶
-
double
getLambda()¶
-
double
estimateRisk(double maxCond)¶
-
Eigen::MatrixXd
getM(bool includeHmat = true)¶
-
typedef std::shared_ptr<RegularizedKernelSolution<InputT>>