The R Project SVN R-packages

Rev

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

Rev 4472 Rev 4483
Line 74... Line 74...
74
    {"dMatrix_validate", (DL_FUNC) &dMatrix_validate, 1},
74
    {"dMatrix_validate", (DL_FUNC) &dMatrix_validate, 1},
75
 
75
 
76
    {"dgCMatrix_LU", (DL_FUNC) &dgCMatrix_LU, 3},
76
    {"dgCMatrix_LU", (DL_FUNC) &dgCMatrix_LU, 3},
77
    {"dgCMatrix_QR", (DL_FUNC) &dgCMatrix_QR, 2},
77
    {"dgCMatrix_QR", (DL_FUNC) &dgCMatrix_QR, 2},
78
    {"dgCMatrix_colSums", (DL_FUNC) &dgCMatrix_colSums, 5},
78
    {"dgCMatrix_colSums", (DL_FUNC) &dgCMatrix_colSums, 5},
-
 
79
    {"igCMatrix_colSums", (DL_FUNC) &igCMatrix_colSums, 5},
-
 
80
    {"lgCMatrix_colSums", (DL_FUNC) &lgCMatrix_colSums, 5},
-
 
81
    {"ngCMatrix_colSums", (DL_FUNC) &ngCMatrix_colSums, 5},
79
    {"dgCMatrix_cholsol", (DL_FUNC) &dgCMatrix_cholsol, 2},
82
    {"dgCMatrix_cholsol", (DL_FUNC) &dgCMatrix_cholsol, 2},
80
    {"dgCMatrix_lusol", (DL_FUNC) &dgCMatrix_lusol, 2},
83
    {"dgCMatrix_lusol", (DL_FUNC) &dgCMatrix_lusol, 2},
81
    {"dgCMatrix_matrix_solve", (DL_FUNC) &dgCMatrix_matrix_solve, 2},
84
    {"dgCMatrix_matrix_solve", (DL_FUNC) &dgCMatrix_matrix_solve, 2},
82
    {"dgCMatrix_qrsol", (DL_FUNC) &dgCMatrix_qrsol, 2},
85
    {"dgCMatrix_qrsol", (DL_FUNC) &dgCMatrix_qrsol, 2},
83
    {"dgTMatrix_to_dgeMatrix", (DL_FUNC) &dgTMatrix_to_dgeMatrix, 1},
86
    {"dgTMatrix_to_dgeMatrix", (DL_FUNC) &dgTMatrix_to_dgeMatrix, 1},