Skip to content

Commit b498864

Browse files
committed
Initial revision
1 parent 97ba22a commit b498864

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

Calling

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
R Function C Functions(s) called SRC file
2+
~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~
3+
4+
fracdiff() fracdf (main routine) src/fdcore.c
5+
\--> fdcom(), dopt()
6+
7+
fdhpq ("hess") src/fdhess.c
8+
\--> hesspq()
9+
10+
fdcov ("cov" and "cor" from hess etc) "
11+
\--> hesdpq(); dsvdc() & invsvd_()
12+
13+
{{TODO: how exactly are hesspq() and hessdpq() related ??? }}
14+
15+
16+
fracdiff.var fdcom (init common blocks) src/fdhess.c
17+
fdcov <see above > "
18+
19+
fracdiff.sim fdsim src/fdsim.c
20+
21+
22+
---
23+
see also ./src/ftn-struc
24+
--- ~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)