StaticKernelSolutionF
=====================

.. currentmodule:: lsst.ip.diffim

.. autoclass:: StaticKernelSolutionF
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

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

   .. rubric:: Methods Summary

   .. autosummary::

      ~StaticKernelSolutionF.build
      ~StaticKernelSolutionF.getB
      ~StaticKernelSolutionF.getBackground
      ~StaticKernelSolutionF.getConditionNumber
      ~StaticKernelSolutionF.getId
      ~StaticKernelSolutionF.getKernel
      ~StaticKernelSolutionF.getKsum
      ~StaticKernelSolutionF.getM
      ~StaticKernelSolutionF.getSolutionPair
      ~StaticKernelSolutionF.getSolvedBy
      ~StaticKernelSolutionF.makeKernelImage
      ~StaticKernelSolutionF.printA
      ~StaticKernelSolutionF.printB
      ~StaticKernelSolutionF.printM
      ~StaticKernelSolutionF.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:: getB
   .. automethod:: getBackground
   .. automethod:: getConditionNumber
   .. automethod:: getId
   .. automethod:: getKernel
   .. automethod:: getKsum
   .. automethod:: getM
   .. automethod:: getSolutionPair
   .. automethod:: getSolvedBy
   .. automethod:: makeKernelImage
   .. automethod:: printA
   .. automethod:: printB
   .. automethod:: printM
   .. automethod:: solve