The R Project SVN R-packages

Rev

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

Rev 987 Rev 1321
Line 7... Line 7...
7
#include "triplet_to_col.h"
7
#include "triplet_to_col.h"
8
 
8
 
9
SEXP dsCMatrix_validate(SEXP x);
9
SEXP dsCMatrix_validate(SEXP x);
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);
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_ldl_symbolic(SEXP x, SEXP doPerm);
15
SEXP dsCMatrix_ldl_symbolic(SEXP x, SEXP doPerm);
16
extern void ssc_metis_order(int n, const int Tp [], const int Ti [],
16
extern void ssc_metis_order(int n, const int Tp [], const int Ti [],
17
			    int Perm[], int iPerm[]);
17
			    int Perm[], int iPerm[]);