1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-08-18 03:11:44 +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 #+SETUPFILE: ../tools/theme.setup
#+INCLUDE: ../tools/lib.org #+INCLUDE: ../tools/lib.org
Low- and high-level functions that use the Sherman-Morrison and Woodbury matrix inversion formulas to update the Low- and high-level functions that use the Sherman-Morrison and
inverse of a non-singualr matrix Woodbury matrix inversion formulas to update the inverse of a
non-singualr matrix
* Headers * Headers
#+begin_src elisp :noexport :results none #+begin_src elisp :noexport :results none :exports none
(org-babel-lob-ingest "../tools/lib.org") (org-babel-lob-ingest "../tools/lib.org")
#+end_src #+end_src
@ -30,7 +31,9 @@ int main() {
* Sherman-Morrison Helper Functions * 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~ ** ~qmckl_sherman_morrison_threshold~
:PROPERTIES: :PROPERTIES: