From 83dbab7f6bce8f5f4cccb41a2f5b020ed8c14f71 Mon Sep 17 00:00:00 2001 From: vijay gopal chilkuri Date: Wed, 21 Jul 2021 17:56:04 +0200 Subject: [PATCH] Try not to export org-mode lisp stuff. #25 --- org/qmckl_sherman_morrison_woodbury.org | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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: