The R Project SVN R-packages

Rev

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

#ifndef MATRIX_CHMFACTOR_H
#define MATRIX_CHMFACTOR_H

#include "Mutils.h"
#include "chm_common.h"

SEXP CHMfactor_to_sparse(SEXP x);
SEXP CHMfactor_solve(SEXP a, SEXP b, SEXP type);
SEXP CHMfactor_spsolve(SEXP a, SEXP b, SEXP type);

#endif