RegularizedKernelSolutionF
==========================

.. currentmodule:: lsst.ip.diffim

.. autoclass:: RegularizedKernelSolutionF
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~RegularizedKernelSolutionF.CHOLESKY_LDLT
      ~RegularizedKernelSolutionF.CHOLESKY_LLT
      ~RegularizedKernelSolutionF.EIGENVALUE
      ~RegularizedKernelSolutionF.EIGENVECTOR
      ~RegularizedKernelSolutionF.LU
      ~RegularizedKernelSolutionF.NONE
      ~RegularizedKernelSolutionF.SVD

   .. rubric:: Methods Summary

   .. autosummary::

      ~RegularizedKernelSolutionF.build
      ~RegularizedKernelSolutionF.estimateRisk
      ~RegularizedKernelSolutionF.getB
      ~RegularizedKernelSolutionF.getBackground
      ~RegularizedKernelSolutionF.getConditionNumber
      ~RegularizedKernelSolutionF.getId
      ~RegularizedKernelSolutionF.getKernel
      ~RegularizedKernelSolutionF.getKsum
      ~RegularizedKernelSolutionF.getLambda
      ~RegularizedKernelSolutionF.getM
      ~RegularizedKernelSolutionF.getSolutionPair
      ~RegularizedKernelSolutionF.getSolvedBy
      ~RegularizedKernelSolutionF.makeKernelImage
      ~RegularizedKernelSolutionF.printA
      ~RegularizedKernelSolutionF.printB
      ~RegularizedKernelSolutionF.printM
      ~RegularizedKernelSolutionF.solve

   .. rubric:: Attributes Documentation

   .. autoattribute:: CHOLESKY_LDLT
   .. autoattribute:: CHOLESKY_LLT
   .. autoattribute:: EIGENVALUE
   .. autoattribute:: EIGENVECTOR
   .. autoattribute:: LU
   .. autoattribute:: NONE
   .. autoattribute:: SVD

   .. rubric:: Methods Documentation

   .. automethod:: build
   .. automethod:: estimateRisk
   .. automethod:: getB
   .. automethod:: getBackground
   .. automethod:: getConditionNumber
   .. automethod:: getId
   .. automethod:: getKernel
   .. automethod:: getKsum
   .. automethod:: getLambda
   .. automethod:: getM
   .. automethod:: getSolutionPair
   .. automethod:: getSolvedBy
   .. automethod:: makeKernelImage
   .. automethod:: printA
   .. automethod:: printB
   .. automethod:: printM
   .. automethod:: solve