50 |
|
|
51 |
int csc_unsorted_columns(int ncol, const int p[], const int i[]); |
int csc_unsorted_columns(int ncol, const int p[], const int i[]); |
52 |
void csc_sort_columns(int ncol, const int p[], int i[], double x[]); |
void csc_sort_columns(int ncol, const int p[], int i[], double x[]); |
|
/* SEXP triple_as_SEXP(int nrow, int ncol, int nz, */ |
|
|
/* const int Ti [], const int Tj [], const double Tx [], */ |
|
|
/* char *Rclass); */ |
|
53 |
SEXP csc_check_column_sorting(SEXP A); |
SEXP csc_check_column_sorting(SEXP A); |
|
/* void csc_compTr(int m, int n, int nnz, */ |
|
|
/* const int xp[], const int xi[], const double xx[], */ |
|
|
/* int ap[], int ai[], double ax[]); */ |
|
|
/* void ssc_symbolic_permute(int n, int upper, const int perm[], */ |
|
|
/* int Ap[], int Ai[]); */ |
|
54 |
SEXP Matrix_make_named(int TYP, char **names); |
SEXP Matrix_make_named(int TYP, char **names); |
55 |
SEXP check_scalar_string(SEXP sP, char *vals, char *nm); |
SEXP check_scalar_string(SEXP sP, char *vals, char *nm); |
56 |
double *packed_getDiag(double *dest, SEXP x); |
double *packed_getDiag(double *dest, SEXP x); |