Matrix r5059
|
Go to the source code of this file.
Macros | |
#define | TEMPLATE(c) |
#define | TEMPLATE(c) |
#define | TEMPLATE(c) |
Functions | |
SEXP | dense_force_canonical (SEXP from, const char *class, int check) |
SEXP | sparse_force_canonical (SEXP from, const char *class, int check) |
SEXP | R_dense_force_canonical (SEXP s_from, SEXP s_check) |
SEXP | R_sparse_force_canonical (SEXP s_from, SEXP s_check) |
#define TEMPLATE | ( | c | ) |
Referenced by dense_force_canonical(), and sparse_force_canonical().
#define TEMPLATE | ( | c | ) |
#define TEMPLATE | ( | c | ) |
SEXP dense_force_canonical | ( | SEXP | from, |
const char * | class, | ||
int | check ) |
Definition at line 7 of file forceCanonical.c.
References COPY_SLOT, DIAG, DIM, DIMNAMES, GET_SLOT, Matrix_factorsSym, Matrix_sdSym, Matrix_xSym, newObject(), SET_DIM, SET_DIMNAMES, SET_SLOT, SET_TRANS, SET_UPLO, SWITCH4, SWITCH5, TEMPLATE, TRANS, TYPEOF, and UPLO.
Referenced by dense_bunchkaufman(), dense_cholesky(), and R_dense_force_canonical().
SEXP R_dense_force_canonical | ( | SEXP | s_from, |
SEXP | s_check ) |
Definition at line 188 of file forceCanonical.c.
References dense_force_canonical(), Matrix_class(), valid_dense, and VALID_LOGIC2.
SEXP R_sparse_force_canonical | ( | SEXP | s_from, |
SEXP | s_check ) |
Definition at line 198 of file forceCanonical.c.
References Matrix_class(), sparse_force_canonical(), VALID_LOGIC2, and valid_sparse.
SEXP sparse_force_canonical | ( | SEXP | from, |
const char * | class, | ||
int | check ) |
Definition at line 80 of file forceCanonical.c.
References DIAG, DIM, DIMNAMES, duplicateVector(), GET_SLOT, Matrix_iSym, Matrix_jSym, Matrix_pSym, Matrix_xSym, newObject(), SET_DIM, SET_DIMNAMES, SET_SLOT, SET_UPLO, sparse_diag_set(), SWITCH4, TEMPLATE, TRANS, and UPLO.
Referenced by R_sparse_force_canonical().