Template Class RegularizedKernelSolution

Inheritance Relationships

Base Type

Class Documentation

template<typename InputT>
class RegularizedKernelSolution : 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)