RegularizedKernelSolutionF¶
- 
class 
lsst.ip.diffim.RegularizedKernelSolutionF¶ Bases:
lsst.ip.diffim.StaticKernelSolutionFMethods Summary
estimateRisk(self, maxCond)getLambda(self)getM(self, arg0)solve(self)Methods Documentation
- 
estimateRisk(self: lsst.ip.diffim.kernelSolution.RegularizedKernelSolutionF, maxCond: float) → float¶ 
- 
getLambda(self: lsst.ip.diffim.kernelSolution.RegularizedKernelSolutionF) → float¶ 
- 
getM(self: lsst.ip.diffim.kernelSolution.RegularizedKernelSolutionF, arg0: bool) → numpy.ndarray[float64[m, n]]¶ 
- 
solve(self: lsst.ip.diffim.kernelSolution.RegularizedKernelSolutionF) → None¶ 
-