Main Page | File List | Globals

cscMatrix.h

Go to the documentation of this file.
00001 #ifndef MATRIX_CSC_H
00002 #define MATRIX_CSC_H
00003 
00004 #include <Rdefines.h>
00005 #include "Mutils.h"
00006 #include "taucs/taucs.h"
00007 
00008 SEXP csc_crossprod(SEXP x);
00009 SEXP csc_matrix_crossprod(SEXP x, SEXP y);
00010 SEXP csc_validate(SEXP x);
00011 SEXP csc_to_triplet(SEXP x);
00012 SEXP csc_to_matrix(SEXP x);
00013 SEXP csc_to_geMatrix(SEXP x);
00014 SEXP csc_to_imagemat(SEXP x);
00015 SEXP matrix_to_csc(SEXP A);
00016 SEXP triplet_to_csc(SEXP triplet);
00017 SEXP csc_getDiag(SEXP x);
00018 SEXP csc_getDiag(SEXP x);
00019 SEXP csc_transpose(SEXP x);
00020 
00021 #endif

Generated on Mon May 31 14:04:36 2004 for Matrix by doxygen 1.3.6-20040222