|
Functions |
char | norm_type (char *typstr) |
char | rcond_type (char *typstr) |
double | get_double_by_name (SEXP obj, char *nm) |
SEXP | set_double_by_name (SEXP obj, double val, char *nm) |
SEXP | as_det_obj (double val, int log, int sign) |
SEXP | get_factors (SEXP obj, char *nm) |
SEXP | set_factors (SEXP obj, SEXP val, char *nm) |
SEXP | dgCMatrix_set_Dim (SEXP x, int nrow) |
int | csc_unsorted_columns (int ncol, const int p[], const int i[]) |
void | csc_sort_columns (int ncol, const int p[], int i[], double x[]) |
SEXP | csc_check_column_sorting (SEXP m) |
SEXP | triple_as_SEXP (int nrow, int ncol, int nz, const int Ti[], const int Tj[], const double Tx[], char *Rclass) |
void | csc_components_transpose (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[]) |
double * | nlme_symmetrize (double *a, const int nc) |
void | nlme_check_Lapack_error (int info, const char *laName) |
SEXP | nlme_replaceSlot (SEXP obj, SEXP names, SEXP value) |
SEXP | nlme_weight_matrix_list (SEXP MLin, SEXP wts, SEXP adjst, SEXP MLout) |
SEXP | Matrix_make_named (int TYP, char **names) |
SEXP | alloc3Darray (SEXPTYPE mode, int nrow, int ncol, int nface) |
double * | expand_csc_column (double *dest, int m, int j, const int Ap[], const int Ai[], const double Ax[]) |