##-*- R -*- (emacs font-lock) ## Here are subroutines/functions that we want to be linked into the R ## binary but are only called ## either as .C() or .Fortran() in R ## or by e.g. mva.so or modreg.so when that one is loaded. ## ## This is the basis of the `FFTab.h' and `FFDecl.h' files in ## `../include' which are included by `../unix/dynload.c'. ## C_FUNCTION(approx) F77_SUBROUTINE(ch2inv) F77_SUBROUTINE(chol) F77_SUBROUTINE(dbksl) C_FUNCTION(bakslv) C_FUNCTION(bincode) C_FUNCTION(bincode2) C_FUNCTION(bincount) F77_SUBROUTINE(cg) F77_SUBROUTINE(ch) C_FUNCTION(chisqsim) C_FUNCTION(chull) F77_SUBROUTINE(rg) F77_SUBROUTINE(rs) C_FUNCTION(cumsum) C_FUNCTION(distance) #-- Linpack -- F77_SUBROUTINE(dpbfa) F77_SUBROUTINE(dpbsl) F77_SUBROUTINE(dpoco) F77_SUBROUTINE(dpodi) F77_SUBROUTINE(dpofa) F77_SUBROUTINE(dposl) F77_SUBROUTINE(dqrcf) F77_SUBROUTINE(dqrdc) F77_SUBROUTINE(dqrdca) F77_SUBROUTINE(dqrdc2) F77_SUBROUTINE(dqrls) F77_SUBROUTINE(dqrsl) F77_SUBROUTINE(dqrqty) F77_SUBROUTINE(dqrqy) F77_SUBROUTINE(dqrrsd) F77_SUBROUTINE(dqrsl) F77_SUBROUTINE(dqrxb) F77_SUBROUTINE(dsvdc) F77_SUBROUTINE(dtrsl) F77_SUBROUTINE(dtrco) # C_FUNCTION(fft_factor) C_FUNCTION(fft_work) F77_SUBROUTINE(fdhess) F77_SUBROUTINE(fmin) F77_SUBROUTINE(lminfl) C_FUNCTION(loglin) C_FUNCTION(lowess) C_FUNCTION(massdist) F77_SUBROUTINE(optif9) C_FUNCTION(pretty) C_FUNCTION(rowsum) C_FUNCTION(zeroin) C_FUNCTION(spline_coef) C_FUNCTION(spline_eval) C_FUNCTION(stemleaf) C_FUNCTION(str_signif) C_FUNCTION(tabulate) # Sockets C_FUNCTION(Rsockconnect) C_FUNCTION(Rsockopen) C_FUNCTION(Rsocklisten) C_FUNCTION(Rsockclose) C_FUNCTION(Rsockread) C_FUNCTION(Rsockwrite) C_FUNCTION(Rsockfork)