Main Page | File List | Globals

poMatrix.h

Go to the documentation of this file.
00001 #ifndef MATRIX_POMATRIX_H
00002 #define MATRIX_POMATRIX_H
00003 
00004 #include <R_ext/Lapack.h>
00005 #include "Mutils.h"
00006 
00007 SEXP poMatrix_rcond(SEXP obj, SEXP type);
00008 SEXP poMatrix_solve(SEXP a);
00009 SEXP poMatrix_matrix_solve(SEXP a, SEXP b);
00010 SEXP poMatrix_geMatrix_solve(SEXP a, SEXP b);
00011 SEXP poMatrix_chol(SEXP x);
00012 double get_norm_sy(SEXP obj, char *typstr);
00013 
00014 #endif

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