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

Added call to generate_c_header to template. #25

This commit is contained in:
vijay gopal chilkuri 2021-07-19 17:30:10 +05:30
parent b0fd86db40
commit 36e414aacd

View File

@ -20,7 +20,7 @@ int main() {
context = qmckl_context_create();
#+end_src
* Sherman Morrison
[TODO: FMJC] Add general doc for Naive SM.
@ -35,13 +35,16 @@ int main() {
[TODO: FMJC] Add some detailed description. Including formulae etc.
#+NAME: qmckl_sherman_morrison_args
| qmckl_context | context | in | Global state |
| qmckl_context | context | in | Global state |
*** Requirements
[TODO: FMJC] Add description of the input variables. (see for e.g. qmckl_distance.org)
*** C header
#+CALL: generate_c_header(table=qmckl_distance_sq_args,rettyp=get_value("CRetType"),fname=get_value("Name"))
*** Source
*** Performance