Matrix r5059
|
#include "Mdefines.h"
Go to the source code of this file.
Functions | |
char * | Matrix_sprintf (const char *format,...) |
int | equalString (SEXP s1, SEXP s2, R_xlen_t n) |
SEXP | duplicateVector (SEXP x) |
SEXP | allocZero (SEXPTYPE type, R_xlen_t length) |
SEXP | allocUnit (SEXPTYPE type, R_xlen_t length) |
SEXP | allocSeqInt (int from, R_xlen_t length) |
void | naToUnit (SEXP x) |
SEXP allocSeqInt | ( | int | from, |
R_xlen_t | length ) |
Definition at line 141 of file utils.c.
Referenced by diagonal_as_sparse().
SEXP allocUnit | ( | SEXPTYPE | type, |
R_xlen_t | length ) |
Definition at line 94 of file utils.c.
Referenced by dense_diag_get(), diagonal_as_sparse(), index_as_sparse(), sexp_as_cholmod_sparse(), sexp_as_cholmod_triplet(), sparse_as_kind(), and sparse_diag_get().
SEXP allocZero | ( | SEXPTYPE | type, |
R_xlen_t | length ) |
Definition at line 69 of file utils.c.
Referenced by dense_skewpart(), diagonal_as_sparse(), and sparse_skewpart().
SEXP duplicateVector | ( | SEXP | x | ) |
Definition at line 42 of file utils.c.
References TYPEOF.
Referenced by dense_as_kind(), dense_diag_set(), denseBunchKaufman_solve(), denseLU_solve(), diagonal_as_dense(), diagonal_as_kind(), diagonal_as_sparse(), matrix_as_dense(), R_Matrix_as_matrix(), R_Matrix_as_vector(), sparse_force_canonical(), and trMatrix_solve().
int equalString | ( | SEXP | s1, |
SEXP | s2, | ||
R_xlen_t | n ) |
Definition at line 28 of file utils.c.
Referenced by dense_diag_get(), DimNames_is_symmetric(), sparse_diag_get(), and symmetricMatrix_validate().
char * Matrix_sprintf | ( | const char * | format, |
... ) |
Definition at line 18 of file utils.c.
References Matrix_ErrorBufferSize.
void naToUnit | ( | SEXP | x | ) |
Definition at line 151 of file utils.c.
References TYPEOF.
Referenced by dense_as_kind(), dense_diag_get(), diagonal_as_dense(), diagonal_as_kind(), diagonal_as_sparse(), R_Matrix_as_matrix(), and R_Matrix_as_vector().