Matrix r5059
|
Go to the source code of this file.
Macros | |
#define | ARGNAME "type" |
Functions | |
static char | La_norm_type (SEXP s) |
SEXP | geMatrix_norm (SEXP s_obj, SEXP s_type) |
SEXP | syMatrix_norm (SEXP s_obj, SEXP s_type) |
SEXP | spMatrix_norm (SEXP s_obj, SEXP s_type) |
SEXP | trMatrix_norm (SEXP s_obj, SEXP s_type) |
SEXP | tpMatrix_norm (SEXP s_obj, SEXP s_type) |
#define ARGNAME "type" |
Referenced by La_norm_type().
SEXP geMatrix_norm | ( | SEXP | s_obj, |
SEXP | s_type ) |
Definition at line 50 of file norm.c.
References DIM, FCONE, GET_SLOT, La_norm_type(), Matrix_xSym, and TYPEOF.
|
static |
Definition at line 7 of file norm.c.
References _, ARGNAME, and TYPEOF.
Referenced by geMatrix_norm(), spMatrix_norm(), syMatrix_norm(), tpMatrix_norm(), and trMatrix_norm().
SEXP spMatrix_norm | ( | SEXP | s_obj, |
SEXP | s_type ) |
Definition at line 102 of file norm.c.
References DIM, FCONE, GET_SLOT, La_norm_type(), Matrix_xSym, TRANS, TYPEOF, and UPLO.
SEXP syMatrix_norm | ( | SEXP | s_obj, |
SEXP | s_type ) |
Definition at line 73 of file norm.c.
References DIM, FCONE, GET_SLOT, La_norm_type(), Matrix_xSym, TRANS, TYPEOF, and UPLO.
SEXP tpMatrix_norm | ( | SEXP | s_obj, |
SEXP | s_type ) |
Definition at line 155 of file norm.c.
References DIAG, DIM, FCONE, GET_SLOT, La_norm_type(), Matrix_xSym, TYPEOF, and UPLO.
SEXP trMatrix_norm | ( | SEXP | s_obj, |
SEXP | s_type ) |
Definition at line 131 of file norm.c.
References DIAG, DIM, FCONE, GET_SLOT, La_norm_type(), Matrix_xSym, TYPEOF, and UPLO.