mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2025-01-10 13:08:29 +01:00
Added call to generate_c_header to template. #25
This commit is contained in:
parent
b0fd86db40
commit
36e414aacd
@ -20,7 +20,7 @@ int main() {
|
|||||||
context = qmckl_context_create();
|
context = qmckl_context_create();
|
||||||
|
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
* Sherman Morrison
|
* Sherman Morrison
|
||||||
|
|
||||||
[TODO: FMJC] Add general doc for Naive SM.
|
[TODO: FMJC] Add general doc for Naive SM.
|
||||||
@ -35,13 +35,16 @@ int main() {
|
|||||||
[TODO: FMJC] Add some detailed description. Including formulae etc.
|
[TODO: FMJC] Add some detailed description. Including formulae etc.
|
||||||
|
|
||||||
#+NAME: qmckl_sherman_morrison_args
|
#+NAME: qmckl_sherman_morrison_args
|
||||||
| qmckl_context | context | in | Global state |
|
| qmckl_context | context | in | Global state |
|
||||||
|
|
||||||
*** Requirements
|
*** Requirements
|
||||||
|
|
||||||
[TODO: FMJC] Add description of the input variables. (see for e.g. qmckl_distance.org)
|
[TODO: FMJC] Add description of the input variables. (see for e.g. qmckl_distance.org)
|
||||||
|
|
||||||
*** C header
|
*** C header
|
||||||
|
|
||||||
|
#+CALL: generate_c_header(table=qmckl_distance_sq_args,rettyp=get_value("CRetType"),fname=get_value("Name"))
|
||||||
|
|
||||||
*** Source
|
*** Source
|
||||||
*** Performance
|
*** Performance
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user