The R Project SVN R-packages

Rev

Rev 3502 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

#ifndef MATRIX_LSCMATRIX_H
#define MATRIX_LSCMATRIX_H

#include "Mutils.h"
#include "triplet_to_col.h"
/* #include "Metis_utils.h" */
/* #include "R_ldl.h" */

SEXP lsCMatrix_validate(SEXP x);
/* SEXP lsCMatrix_trans(SEXP x); */
/* SEXP lsCMatrix_chol(SEXP x, SEXP pivot); */

#endif