RegularizedKernelSolution#

class lsst.ip.diffim.RegularizedKernelSolution#

Bases: StaticKernelSolutionF

Methods Summary

estimateRisk(self, maxCond)

getLambda(self)

getM(self, arg0)

solve(self)

Methods Documentation

estimateRisk(self: lsst.ip.diffim.RegularizedKernelSolution, maxCond: SupportsFloat) → float#
getLambda(self: lsst.ip.diffim.RegularizedKernelSolution) → float#
getM(self: lsst.ip.diffim.RegularizedKernelSolution, arg0: bool) → Annotated[numpy.typing.NDArray[numpy.float64], '[m, n]']#
solve(self: lsst.ip.diffim.RegularizedKernelSolution) → None#