The R Project SVN R

Rev

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

Rev 26752 Rev 26797
Line 199... Line 199...
199
    CALLDEF(La_svd_cmplx, 6),
199
    CALLDEF(La_svd_cmplx, 6),
200
    CALLDEF(La_rs_cmplx, 2),
200
    CALLDEF(La_rs_cmplx, 2),
201
    CALLDEF(La_rg_cmplx, 2),
201
    CALLDEF(La_rg_cmplx, 2),
202
    CALLDEF(La_chol2inv, 2),
202
    CALLDEF(La_chol2inv, 2),
203
    CALLDEF(La_chol, 1),
203
    CALLDEF(La_chol, 1),
204
    CALLDEF(La_dgesv, 2),
204
    CALLDEF(La_dgesv, 3),
205
    CALLDEF(La_dgeqp3, 1),
205
    CALLDEF(La_dgeqp3, 1),
206
    CALLDEF(qr_coef_real, 2),
206
    CALLDEF(qr_coef_real, 2),
207
    CALLDEF(qr_qy_real, 3),
207
    CALLDEF(qr_qy_real, 3),
208
    CALLDEF(det_ge_real, 2),
208
    CALLDEF(det_ge_real, 2),
209
 
209