Function lsst::ip::diffim::makeRegularizationMatrix

Function Documentation

Eigen::MatrixXd lsst::ip::diffim::makeRegularizationMatrix(lsst::daf::base::PropertySet const &ps)

Build a regularization matrix for Delta function kernels.

Note

Calls either makeForwardDifferenceMatrix or makeCentralDifferenceMatrix based on the PropertySet config.

Parameters
  • ps: PropertySet dictating which type of matrix to make