#include "Mutils.h"
#include "taucs/taucs.h"
Go to the source code of this file.
Functions | |
taucs_ccs_matrix * | csc_taucs_ptr (SEXP A, int flags) |
SEXP | mat_from_taucs (taucs_ccs_matrix *tm) |
|
Create a pointer to a taucs_ccs_matrix from an R object that inherits from class cscMatrix according to the flags.
|
|
Copy a taucs_ccs_matrix to an R object of the appropriate class and free the storage used by the taucs_ccs_matrix.
|