Main Page | Directories | 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 Wed Mar 30 08:43:57 2005 for Matrix by  doxygen 1.4.1