Main Page | File List | Globals

dense.h

Go to the documentation of this file.
00001 #ifndef MATRIX_DENSE_H
00002 #define MATRIX_DENSE_H
00003 
00004 #include "Rdefines.h"
00005 #include "R_ext/Lapack.h"
00006 /* #include "flame.h" */
00007 
00008 SEXP lsq_dense_Chol(SEXP X, SEXP y);
00009 SEXP lsq_dense_QR(SEXP X, SEXP y);
00010 SEXP lapack_qr(SEXP Xin, SEXP tl);
00011 
00012 #endif

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