The R Project SVN R

Rev

Rev 61636 | Rev 67595 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 61636 Rev 62149
Line 82... Line 82...
82
 
82
 
83
 
83
 
84
#define FDEF(name, n)  {#name, (DL_FUNC) &F77_SYMBOL(name), n, NULL}
84
#define FDEF(name, n)  {#name, (DL_FUNC) &F77_SYMBOL(name), n, NULL}
85
static R_FortranMethodDef fortranMethods[] = {
85
static R_FortranMethodDef fortranMethods[] = {
86
    /* LINPACK */
86
    /* LINPACK */
87
    FDEF(dchdc, 7), // chol, deprecated
-
 
88
    FDEF(dqrcf, 8), // qr and auxiliaries
87
    FDEF(dqrcf, 8), // qr and auxiliaries
89
    FDEF(dqrdc2, 9),
88
    FDEF(dqrdc2, 9),
90
    FDEF(dqrqty, 7),
89
    FDEF(dqrqty, 7),
91
    FDEF(dqrqy, 7),
90
    FDEF(dqrqy, 7),
92
    FDEF(dqrrsd, 7),
91
    FDEF(dqrrsd, 7),