Main Page | File List | Globals

syMatrix.h

Go to the documentation of this file.
00001 #ifndef MATRIX_SYMATRIX_H
00002 #define MATRIX_SYMATRIX_H
00003 
00004 #include "geMatrix.h"
00005 #include "R_ext/Lapack.h"
00006 
00007 SEXP syMatrix_validate(SEXP obj);
00008 SEXP syMatrix_norm(SEXP obj, SEXP type);
00009 SEXP syMatrix_rcond(SEXP obj, SEXP type);
00010 SEXP syMatrix_solve(SEXP a);
00011 SEXP syMatrix_matrix_solve(SEXP a, SEXP b);
00012 SEXP syMatrix_as_geMatrix(SEXP from);
00013 SEXP syMatrix_as_matrix(SEXP from);
00014 double get_norm_sy(SEXP obj, char *typstr);
00015 SEXP syMatrix_geMatrix_mm(SEXP a, SEXP b);
00016 SEXP syMatrix_geMatrix_mm_R(SEXP a, SEXP b);
00017 
00018 #endif

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