Matrix r5059
|
Go to the source code of this file.
Macros | |
#define | TEMPLATE(c) |
#define | TEMPLATE(c) |
#define | TEMPLATE(c) |
#define | TEMPLATE(c) |
#define | TEMPLATE(c) |
#define | TEMPLATE(c) |
#define | TEMPLATE(c) |
Functions | |
SEXP | dense_as_kind (SEXP, const char *, char, int) |
SEXP | sparse_as_kind (SEXP, const char *, char) |
SEXP | dense_symmpart (SEXP from, const char *class, char op_ul, char op_ct) |
SEXP | sparse_symmpart (SEXP from, const char *class, char op_ul, char op_ct) |
SEXP | R_dense_symmpart (SEXP s_from, SEXP s_uplo, SEXP s_trans) |
SEXP | R_sparse_symmpart (SEXP s_from, SEXP s_uplo, SEXP s_trans) |
#define TEMPLATE | ( | c | ) |
Referenced by dense_symmpart(), and sparse_symmpart().
#define TEMPLATE | ( | c | ) |
#define TEMPLATE | ( | c | ) |
#define TEMPLATE | ( | c | ) |
#define TEMPLATE | ( | c | ) |
#define TEMPLATE | ( | c | ) |
#define TEMPLATE | ( | c | ) |
SEXP dense_as_kind | ( | SEXP | from, |
const char * | class, | ||
char | kind, | ||
int | new ) |
Definition at line 2000 of file coerce.c.
Referenced by dense_symmpart(), R_dense_as_kind(), R_Matrix_as_general(), and R_Matrix_as_kind().
SEXP dense_symmpart | ( | SEXP | from, |
const char * | class, | ||
char | op_ul, | ||
char | op_ct ) |
Definition at line 11 of file symmpart.c.
References _, cl, dense_as_kind(), DIAG, DIM, DIMNAMES, GET_SLOT, Matrix_xSym, newObject(), SET_DIM, SET_DIMNAMES, SET_SLOT, SET_TRANS, SET_UPLO, SWITCH2, TEMPLATE, TRANS, TYPEOF, UPLO, and zvreal().
Referenced by R_dense_symmpart().
SEXP R_dense_symmpart | ( | SEXP | s_from, |
SEXP | s_uplo, | ||
SEXP | s_trans ) |
Definition at line 661 of file symmpart.c.
References dense_symmpart(), Matrix_class(), valid_dense, VALID_TRANS, and VALID_UPLO.
SEXP R_sparse_symmpart | ( | SEXP | s_from, |
SEXP | s_uplo, | ||
SEXP | s_trans ) |
Definition at line 672 of file symmpart.c.
References Matrix_class(), sparse_symmpart(), valid_sparse, VALID_TRANS, and VALID_UPLO.
SEXP sparse_as_kind | ( | SEXP | from, |
const char * | class, | ||
char | kind ) |
Definition at line 2076 of file coerce.c.
Referenced by matrix_as_sparse(), R_Matrix_as_general(), R_Matrix_as_kind(), R_sparse_as_kind(), and sparse_symmpart().
SEXP sparse_symmpart | ( | SEXP | from, |
const char * | class, | ||
char | op_ul, | ||
char | op_ct ) |
Definition at line 205 of file symmpart.c.
References _, cl, DIAG, DIM, DIMNAMES, GET_SLOT, Matrix_Calloc, Matrix_Free, Matrix_iSym, Matrix_jSym, Matrix_pSym, Matrix_xSym, ncsptrans(), newObject(), SET_DIM, SET_DIMNAMES, SET_SLOT, SET_TRANS, SET_UPLO, sparse_as_kind(), SWITCH2, TEMPLATE, TRANS, TYPEOF, UPLO, and zvreal().
Referenced by R_sparse_symmpart().