Rev 8565 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
##-*- 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 (source) of the `FFTab.h' and `FFDecl.h' files in## `../include' which are included by `../unix/dynload.c'.##C_FUNCTION(R_approx)F77_SUBROUTINE(ch2inv)F77_SUBROUTINE(chol)F77_SUBROUTINE(dbksl)C_FUNCTION(bakslv)C_FUNCTION(bincode)C_FUNCTION(bincode2)C_FUNCTION(bincount)#C_FUNCTION(Brent_fmin)F77_SUBROUTINE(cg)F77_SUBROUTINE(ch)C_FUNCTION(chisqsim)C_FUNCTION(R_chull)F77_SUBROUTINE(rg)F77_SUBROUTINE(rs)C_FUNCTION(R_cumsum)C_FUNCTION(R_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)C_FUNCTION(fdhess)F77_SUBROUTINE(lminfl)C_FUNCTION(loglin)C_FUNCTION(lowess)C_FUNCTION(massdist)C_FUNCTION(R_max_col)C_FUNCTION(optif9)C_FUNCTION(R_pretty)C_FUNCTION(R_rowsum)#C_FUNCTION(R_zeroin)C_FUNCTION(spline_coef)C_FUNCTION(spline_eval)C_FUNCTION(stemleaf)C_FUNCTION(str_signif)C_FUNCTION(R_tabulate)# SocketsC_FUNCTION(Rsockconnect)C_FUNCTION(Rsockopen)C_FUNCTION(Rsocklisten)C_FUNCTION(Rsockclose)C_FUNCTION(Rsockread)C_FUNCTION(Rsockwrite)C_FUNCTION(Rsockfork)