The R Project SVN R-packages

Rev

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

Rev 1830 Rev 1856
Line 10... Line 10...
10
SEXP dsCMatrix_chol(SEXP x, SEXP pivot);
10
SEXP dsCMatrix_chol(SEXP x, SEXP pivot);
11
SEXP dsCMatrix_inverse_factor(SEXP A);
11
SEXP dsCMatrix_inverse_factor(SEXP A);
12
SEXP dsCMatrix_matrix_solve(SEXP a, SEXP b, SEXP classed);
12
SEXP dsCMatrix_matrix_solve(SEXP a, SEXP b, SEXP classed);
13
SEXP ssc_transpose(SEXP x);
13
SEXP ssc_transpose(SEXP x);
14
SEXP dsCMatrix_to_dgTMatrix(SEXP x);
14
SEXP dsCMatrix_to_dgTMatrix(SEXP x);
15
SEXP dsCMatrix_to_dgCMatrix(SEXP x);
15
SEXP sCMatrix_to_gCMatrix(SEXP x);
16
SEXP dsCMatrix_ldl_symbolic(SEXP x, SEXP doPerm);
16
SEXP dsCMatrix_ldl_symbolic(SEXP x, SEXP doPerm);
17
extern void ssc_metis_order(int n, const int Tp [], const int Ti [],
17
extern void ssc_metis_order(int n, const int Tp [], const int Ti [],
18
			    int Perm[], int iPerm[]);
18
			    int Perm[], int iPerm[]);
19
 
19
 
20
 
20