mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2024-12-22 20:36:01 +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();
|
||||
|
||||
#+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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user