#include <Rdefines.h>
#include "Mutils.h"
#include "taucs/taucs.h"
Go to the source code of this file.
Functions | |
SEXP | csc_crossprod (SEXP x) |
SEXP | csc_matrix_crossprod (SEXP x, SEXP y) |
SEXP | csc_validate (SEXP x) |
SEXP | csc_to_triplet (SEXP x) |
SEXP | csc_to_matrix (SEXP x) |
SEXP | csc_to_geMatrix (SEXP x) |
SEXP | csc_to_imagemat (SEXP x) |
SEXP | matrix_to_csc (SEXP A) |
SEXP | triplet_to_csc (SEXP triplet) |
SEXP | csc_getDiag (SEXP x) |
SEXP | csc_transpose (SEXP x) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|