Main Page | Directories | File List | Globals

dppMatrix.h

Go to the documentation of this file.
00001 #ifndef MATRIX_PPMATRIX_H
00002 #define MATRIX_PPMATRIX_H
00003 
00004 #include <R_ext/Lapack.h>
00005 #include "Mutils.h"
00006 
00007 SEXP dppMatrix_rcond(SEXP obj, SEXP type);
00008 SEXP dppMatrix_validate(SEXP obj);
00009 SEXP dppMatrix_solve(SEXP a);
00010 SEXP dppMatrix_matrix_solve(SEXP a, SEXP b, SEXP classed);
00011 SEXP dppMatrix_chol(SEXP x);
00012 double get_norm_sp(SEXP obj, char *typstr);
00013 
00014 #endif

Generated on Wed Mar 30 08:43:57 2005 for Matrix by  doxygen 1.4.1