diff --git a/org/qmckl_sherman_morrison_woodbury.org b/org/qmckl_sherman_morrison_woodbury.org index 565789b..000f06a 100644 --- a/org/qmckl_sherman_morrison_woodbury.org +++ b/org/qmckl_sherman_morrison_woodbury.org @@ -2,11 +2,12 @@ #+SETUPFILE: ../tools/theme.setup #+INCLUDE: ../tools/lib.org -Low- and high-level functions that use the Sherman-Morrison and Woodbury matrix inversion formulas to update the - inverse of a non-singualr matrix +Low- and high-level functions that use the Sherman-Morrison and + Woodbury matrix inversion formulas to update the inverse of a + non-singualr matrix * Headers - #+begin_src elisp :noexport :results none + #+begin_src elisp :noexport :results none :exports none (org-babel-lob-ingest "../tools/lib.org") #+end_src @@ -30,7 +31,9 @@ int main() { * Sherman-Morrison Helper Functions -Helper functions that are used by the Sherman-Morrison-Woodbury kernels. These functions should only be used in the context of these kernels. +Helper functions that are used by the Sherman-Morrison-Woodbury +kernels. These functions should only be used in the context of these +kernels. ** ~qmckl_sherman_morrison_threshold~ :PROPERTIES: