1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-07-18 08:53:47 +02:00

Try not to export org-mode lisp stuff. #25

This commit is contained in:
vijay gopal chilkuri 2021-07-21 17:56:04 +02:00
parent 081e27dd92
commit 83dbab7f6b

View File

@ -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: